KJS::ArrayProtoFuncImp Class Reference
Inheritance diagram for KJS::ArrayProtoFuncImp:

Detailed Description
Definition at line 39 of file array_object.h.
Public Types | |
enum | { ToString, ToLocaleString, Concat, Join, Pop, Push, Reverse, Shift, Slice, Sort, Splice, UnShift } |
Public Member Functions | |
ArrayProtoFuncImp (ExecState *exec, int i, int len) | |
virtual bool | implementsCall () const |
virtual Value | call (ExecState *exec, Object &thisObj, const List &args) |
Member Function Documentation
Implementation of the [[Call]] internal property.
- See also:
- Object::call()
Reimplemented from KJS::ObjectImp.
Definition at line 462 of file array_object.cpp.
The documentation for this class was generated from the following files: