kjs Library API Documentation

KJS::DateObjectImp Class Reference

Inheritance diagram for KJS::DateObjectImp:

Inheritance graph
[legend]
Collaboration diagram for KJS::DateObjectImp:

Collaboration graph
[legend]
List of all members.

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

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 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().

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 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:
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 Fri Sep 16 06:53:44 2005 by doxygen 1.4.4 written by Dimitri van Heesch, © 1997-2003