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

Detailed Description
Definition at line 75 of file bool_object.h.
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 |
Member Function Documentation
Implementation of the [[Construct]] internal property.
- See also:
- Object::construct()
Reimplemented from KJS::ObjectImp.
Definition at line 118 of file bool_object.cpp.
Implementation of the [[Call]] internal property.
- See also:
- Object::call()
Reimplemented from KJS::ObjectImp.
Definition at line 139 of file bool_object.cpp.
The documentation for this class was generated from the following files:

