KJS::ObjectObjectImp Class Reference
Inheritance diagram for KJS::ObjectObjectImp:

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) |
Detailed Description
Definition at line 69 of file object_object.h.
Member Function Documentation
|
Implementation of the [[Construct]] internal property.
Reimplemented from KJS::ObjectImp. Definition at line 153 of file object_object.cpp. References KJS::List::begin(), KJS::Interpreter::builtinObjectPrototype(), KJS::Object::dynamicCast(), KJS::ExecState::interpreter(), KJS::List::isEmpty(), KJS::Value::isValid(), KJS::ObjectImp::ObjectImp(), KJS::Value::toObject(), and KJS::Value::type(). Referenced by call(). |
|
Implementation of the [[Call]] internal property.
Reimplemented from KJS::ObjectImp. Definition at line 186 of file object_object.cpp. References KJS::List::append(), construct(), KJS::List::isEmpty(), KJS::Value::toObject(), and KJS::Value::type(). |
The documentation for this class was generated from the following files: