KJS::ErrorObjectImp Class Reference
Inheritance diagram for KJS::ErrorObjectImp:

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
|
||||||||||||
|
Implementation of the [[Construct]] internal property.
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(). |
|
||||||||||||||||
|
Implementation of the [[Call]] internal property.
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:
