KJS
KJS::FunctionProtoFunc Class Reference
#include <function_object.h>
Inheritance diagram for KJS::FunctionProtoFunc:

Detailed Description
Definition at line 37 of file function_object.h.
Public Types | |
| enum | { ToString, Apply, Call } |
Public Member Functions | |
| FunctionProtoFunc (ExecState *, FunctionPrototype *, int i, int len, const Identifier &) | |
| virtual JSValue * | callAsFunction (ExecState *exec, JSObject *thisObj, const List &args) |
Member Enumeration Documentation
| anonymous enum |
Constructor & Destructor Documentation
| FunctionProtoFunc::FunctionProtoFunc | ( | ExecState * | exec, | |
| FunctionPrototype * | funcProto, | |||
| int | i, | |||
| int | len, | |||
| const Identifier & | name | |||
| ) |
Definition at line 66 of file function_object.cpp.
Member Function Documentation
The documentation for this class was generated from the following files:
KDE 4.0 API Reference