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

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) |
Detailed Description
Definition at line 91 of file string_object.h.
Member Function Documentation
|
Implementation of the [[Construct]] internal property.
Reimplemented from KJS::ObjectImp. Definition at line 588 of file string_object.cpp. References KJS::List::begin(), KJS::Interpreter::builtinStringPrototype(), KJS::Object::imp(), KJS::ExecState::interpreter(), and KJS::List::size(). |
|
Implementation of the [[Call]] internal property.
Reimplemented from KJS::ObjectImp. Definition at line 602 of file string_object.cpp. References KJS::List::isEmpty(), and KJS::Value::toString(). |
The documentation for this class was generated from the following files: