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 [[Construct]] internal property.
- See also:
- Object::construct()
Reimplemented from KJS::ObjectImp.
Definition at line 620 of file date_object.cpp.
Implementation of the [[Call]] internal property.
- See also:
- Object::call()
Reimplemented from KJS::ObjectImp.
Definition at line 688 of file date_object.cpp.
The documentation for this class was generated from the following files:

