KJS::ObjectObjectImp Class Reference

Inheritance diagram for KJS::ObjectObjectImp:

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

Detailed Description

Definition at line 69 of file object_object.h.


Public Member Functions

 ObjectObjectImp (ExecState *exec, ObjectPrototypeImp *objProto, FunctionPrototypeImp *funcProto)
virtual bool implementsConstruct () const
virtual Object construct (ExecState *exec, const List &args)
virtual bool implementsCall () const
virtual Value call (ExecState *exec, Object &thisObj, const List &args)

Member Function Documentation

Value ObjectObjectImp::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 186 of file object_object.cpp.

Object ObjectObjectImp::construct ( ExecState exec,
const List args 
) [virtual]

Implementation of the [[Construct]] internal property.

See also:
Object::construct()

Reimplemented from KJS::ObjectImp.

Definition at line 153 of file object_object.cpp.


The documentation for this class was generated from the following files:
KDE Home | KDE Accessibility Home | Description of Access Keys