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

Detailed Description
Definition at line 85 of file date_object.h.
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 &) |
Member Function Documentation
|
||||||||||||||||
|
Implementation of the [[Call]] internal property.
Reimplemented from KJS::ObjectImp. Definition at line 687 of file date_object.cpp. |
|
||||||||||||
|
Implementation of the [[Construct]] internal property.
Reimplemented from KJS::ObjectImp. Definition at line 619 of file date_object.cpp. |
The documentation for this class was generated from the following files:

