KJS::BooleanProtoFuncImp Class Reference
Inheritance diagram for KJS::BooleanProtoFuncImp:

Public Types | |
enum | { ToString, ValueOf } |
Public Member Functions | |
BooleanProtoFuncImp (ExecState *exec, FunctionPrototypeImp *funcProto, int i, int len, const Identifier &_ident) | |
virtual bool | implementsCall () const |
virtual Value | call (ExecState *exec, Object &thisObj, const List &args) |
Detailed Description
Definition at line 57 of file bool_object.h.
Member Function Documentation
|
Implementation of the [[Call]] internal property.
Reimplemented from KJS::ObjectImp. Definition at line 84 of file bool_object.cpp. References KJS::Object::internalValue(), KJS::Value::isValid(), KJS::Value::toBoolean(), and KJS::Value::toString(). |
The documentation for this class was generated from the following files: