KJS::ArrayObjectImp Class Reference
Inheritance diagram for KJS::ArrayObjectImp:

Detailed Description
Definition at line 52 of file array_object.h.
Public Member Functions | |
| ArrayObjectImp (ExecState *exec, FunctionPrototypeImp *funcProto, ArrayPrototypeImp *arrayProto) | |
| 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 865 of file array_object.cpp. |
|
||||||||||||
|
Implementation of the [[Construct]] internal property.
Reimplemented from KJS::ObjectImp. Definition at line 842 of file array_object.cpp. |
The documentation for this class was generated from the following files:

