KJS::StringObjectImp Class Reference
Inheritance diagram for KJS::StringObjectImp:

Detailed Description
Definition at line 91 of file string_object.h.
Public Member Functions | |
StringObjectImp (ExecState *exec, FunctionPrototypeImp *funcProto, StringPrototypeImp *stringProto) | |
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) |
Member Function Documentation
Implementation of the [[Construct]] internal property.
- See also:
- Object::construct()
Reimplemented from KJS::ObjectImp.
Definition at line 645 of file string_object.cpp.
Implementation of the [[Call]] internal property.
- See also:
- Object::call()
Reimplemented from KJS::ObjectImp.
Definition at line 659 of file string_object.cpp.
The documentation for this class was generated from the following files: