KJS::FunctionObjectImp Class Reference
Inheritance diagram for KJS::FunctionObjectImp:

Public Member Functions | |
FunctionObjectImp (ExecState *exec, FunctionPrototypeImp *funcProto) | |
virtual | ~FunctionObjectImp () |
virtual bool | implementsConstruct () const |
virtual Object | construct (ExecState *exec, const List &args) |
virtual bool | implementsCall () const |
virtual Value | call (ExecState *exec, Object &thisObj, const List &args) |
Detailed Description
Definition at line 68 of file function_object.h.
Member Function Documentation
|
|
Implementation of the [[Call]] internal property.
Reimplemented from KJS::ObjectImp. Definition at line 311 of file function_object.cpp. References construct(). |
The documentation for this class was generated from the following files: