kjs Library API Documentation

KJS::ArrayProtoFuncImp Class Reference

Inheritance diagram for KJS::ArrayProtoFuncImp:

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

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

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 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:
KDE Logo
This file is part of the documentation for kjs Library Version 3.4.1.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Mon Jan 23 19:33:02 2006 by doxygen 1.4.3 written by Dimitri van Heesch, © 1997-2003