kjs Library API Documentation

KJS::ErrorObjectImp Class Reference

Inheritance diagram for KJS::ErrorObjectImp:

Inheritance graph
[legend]
Collaboration diagram for KJS::ErrorObjectImp:

Collaboration graph
[legend]
List of all members.

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)

Detailed Description

Definition at line 52 of file error_object.h.


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.

References KJS::Interpreter::builtinErrorPrototype(), KJS::Object::imp(), KJS::ExecState::interpreter(), KJS::List::isEmpty(), KJS::messagePropertyName, KJS::ObjectImp::putDirect(), and KJS::ObjectImp::toString().

Referenced by call().

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.

References construct().


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 Thu Sep 15 10:34:59 2005 by doxygen 1.4.4 written by Dimitri van Heesch, © 1997-2003