KJS::DateObjectImp Class Reference

Inheritance diagram for KJS::DateObjectImp:

KJS::InternalFunctionImp KJS::ObjectImp KJS::ValueImp List of all members.

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

Value DateObjectImp::call ( ExecState exec,
Object thisObj,
const List args 
) [virtual]

Implementation of the [[Call]] internal property.

See also:
Object::call()

Reimplemented from KJS::ObjectImp.

Definition at line 688 of file date_object.cpp.

Object DateObjectImp::construct ( ExecState exec,
const List args 
) [virtual]

Implementation of the [[Construct]] internal property.

See also:
Object::construct()

Reimplemented from KJS::ObjectImp.

Definition at line 620 of file date_object.cpp.


The documentation for this class was generated from the following files:
KDE Home | KDE Accessibility Home | Description of Access Keys