kjs Library API Documentation

KJS::DateObjectFuncImp Class Reference

Inheritance diagram for KJS::DateObjectFuncImp:

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

Public Types

enum  { Parse, UTC }

Public Member Functions

 DateObjectFuncImp (ExecState *exec, FunctionPrototypeImp *funcProto, int i, int len)
virtual bool implementsCall () const
virtual Value call (ExecState *exec, Object &thisObj, const List &args)

Detailed Description

Definition at line 106 of file date_object.h.


Member Function Documentation

Value DateObjectFuncImp::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 587 of file date_object.cpp.

References KJS::makeTime(), KJS::parseDate(), KJS::List::size(), and KJS::ObjectImp::toString().


The documentation for this class was generated from the following files:
KDE Logo
This file is part of the documentation for kjs Library Version 3.4.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Wed Feb 8 06:23:04 2006 by doxygen 1.4.4 written by Dimitri van Heesch, © 1997-2003