KJS::ObjectObjectImp Class Reference
Inheritance diagram for KJS::ObjectObjectImp:

Detailed Description
Definition at line 69 of file object_object.h.
Public Member Functions | |
| ObjectObjectImp (ExecState *exec, ObjectPrototypeImp *objProto, FunctionPrototypeImp *funcProto) | |
| 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) |
Member Function Documentation
|
||||||||||||||||
|
Implementation of the [[Call]] internal property.
Reimplemented from KJS::ObjectImp. Definition at line 186 of file object_object.cpp. |
|
||||||||||||
|
Implementation of the [[Construct]] internal property.
Reimplemented from KJS::ObjectImp. Definition at line 153 of file object_object.cpp. |
The documentation for this class was generated from the following files:

