kjs Library API Documentation

KJS::ObjectProtoFuncImp Class Reference

Inheritance diagram for KJS::ObjectProtoFuncImp:

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

Public Types

enum  {
  ToString, ToLocaleString, ValueOf, HasOwnProperty,
  IsPrototypeOf, PropertyIsEnumerable
}

Public Member Functions

 ObjectProtoFuncImp (ExecState *exec, FunctionPrototypeImp *funcProto, int i, int len, const Identifier &_ident)
virtual bool implementsCall () const
virtual Value call (ExecState *exec, Object &thisObj, const List &args)

Detailed Description

Definition at line 49 of file object_object.h.


Member Function Documentation

Value ObjectProtoFuncImp::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 83 of file object_object.cpp.

References KJS::ObjectImp::_prop, KJS::HashEntry::attr, KJS::Object::className(), KJS::Object::dynamicCast(), KJS::ObjectImp::findPropertyHashEntry(), KJS::PropertyMap::get(), KJS::Object::hasProperty(), KJS::Value::imp(), KJS::Object::imp(), KJS::Value::isA(), KJS::Value::isValid(), KJS::Object::prototype(), KJS::ObjectImp::prototype(), KJS::ObjectImp::setPrototype(), KJS::specialPrototypePropertyName, KJS::BooleanImp::staticFalse, KJS::BooleanImp::staticTrue, KJS::ObjectImp::toString(), and KJS::ValueImp::Value.


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.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Wed Feb 8 06:23:05 2006 by doxygen 1.4.4 written by Dimitri van Heesch, © 1997-2003