KJS::FunctionProtoFuncImp Class Reference
Inheritance diagram for KJS::FunctionProtoFuncImp:

Detailed Description
Definition at line 50 of file function_object.h.
Public Types | |
| enum | { ToString, Apply, Call } |
Public Member Functions | |
| FunctionProtoFuncImp (ExecState *exec, FunctionPrototypeImp *funcProto, int i, int len, const Identifier &_ident) | |
| virtual bool | implementsCall () const |
| virtual Value | call (ExecState *exec, Object &thisObj, const List &args) |
Member Function Documentation
| Value FunctionProtoFuncImp::call | ( | ExecState * | exec, | |
| Object & | thisObj, | |||
| const List & | args | |||
| ) | [virtual] |
Implementation of the [[Call]] internal property.
- See also:
- Object::call()
Reimplemented from KJS::ObjectImp.
Definition at line 90 of file function_object.cpp.
The documentation for this class was generated from the following files:

