KJS::BooleanObjectImp Class Reference
Inheritance diagram for KJS::BooleanObjectImp:

Public Member Functions | |
BooleanObjectImp (ExecState *exec, FunctionPrototypeImp *funcProto, BooleanPrototypeImp *booleanProto) | |
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) |
Friends | |
class | BooleanProtoFuncImp |
Detailed Description
Definition at line 75 of file bool_object.h.
Member Function Documentation
|
Implementation of the [[Construct]] internal property.
Reimplemented from KJS::ObjectImp. Definition at line 121 of file bool_object.cpp. References KJS::List::begin(), KJS::Interpreter::builtinBooleanPrototype(), KJS::Object::imp(), KJS::ExecState::interpreter(), KJS::Object::setInternalValue(), and KJS::List::size(). |
|
Implementation of the [[Call]] internal property.
Reimplemented from KJS::ObjectImp. Definition at line 142 of file bool_object.cpp. References KJS::List::isEmpty(), and KJS::ObjectImp::toBoolean(). |
The documentation for this class was generated from the following files: