KJS::ArrayProtoFuncImp Class Reference

Inheritance diagram for KJS::ArrayProtoFuncImp:

KJS::InternalFunctionImp KJS::ObjectImp KJS::ValueImp List of all members.

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

Value ArrayProtoFuncImp::call ( ExecState exec,
Object thisObj,
const List args 
) [virtual]

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:
KDE Home | KDE Accessibility Home | Description of Access Keys