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

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) |
Detailed Description
Definition at line 39 of file array_object.h.
Member Function Documentation
|
Implementation of the [[Call]] internal property.
Reimplemented from KJS::ObjectImp. Definition at line 480 of file array_object.cpp. References KJS::List::append(), KJS::UString::ascii(), KJS::List::begin(), KJS::Object::call(), KJS::ObjectImp::classInfo(), KJS::Error::create(), KJS::Object::deleteProperty(), KJS::Object::dynamicCast(), KJS::List::empty(), KJS::List::end(), KJS::Object::get(), KJS::Object::hasProperty(), KJS::Object::imp(), KJS::Object::implementsCall(), KJS::Object::inherits(), KJS::lengthPropertyName, KJS::maxInt(), KJS::minInt(), KJS::Object::put(), KJS::List::size(), KJS::Value::toNumber(), KJS::Value::toString(), KJS::ValueImp::toUInt32(), KJS::Value::toUInt32(), KJS::ObjectImp::type(), and KJS::Value::type(). |
The documentation for this class was generated from the following files: