KJS::DateObjectImp Class Reference
Inheritance diagram for KJS::DateObjectImp:

Public Member Functions | |
| DateObjectImp (ExecState *exec, FunctionPrototypeImp *funcProto, DatePrototypeImp *dateProto) | |
| 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) |
| Completion | execute (const List &) |
| Object | construct (const List &) |
Detailed Description
Definition at line 85 of file date_object.h.
Member Function Documentation
|
||||||||||||
|
Implementation of the [[Construct]] internal property.
Reimplemented from KJS::ObjectImp. Definition at line 500 of file date_object.cpp. References KJS::Interpreter::builtinDatePrototype(), KJS::Object::imp(), KJS::ExecState::interpreter(), KJS::Value::isA(), KJS::makeTime(), KJS::parseDate(), KJS::Object::setInternalValue(), KJS::List::size(), KJS::timeClip(), KJS::Value::toNumber(), and KJS::Value::toString(). |
|
||||||||||||||||
|
Implementation of the [[Call]] internal property.
Reimplemented from KJS::ObjectImp. Definition at line 559 of file date_object.cpp. References KJS::UString::size(), and KJS::UString::substr(). |
The documentation for this class was generated from the following files:
