KJS::ErrorObjectImp Class Reference

Inheritance diagram for KJS::ErrorObjectImp:

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

Detailed Description

Definition at line 52 of file error_object.h.


Public Member Functions

 ErrorObjectImp (ExecState *exec, FunctionPrototypeImp *funcProto, ErrorPrototypeImp *errorProto)
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

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

Implementation of the [[Construct]] internal property.

See also:
Object::construct()

Reimplemented from KJS::ObjectImp.

Definition at line 111 of file error_object.cpp.

Value ErrorObjectImp::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 130 of file error_object.cpp.


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