KJS::DateProtoFuncImp Class Reference
Inheritance diagram for KJS::DateProtoFuncImp:

Public Types | |
enum | { ToString, ToDateString, ToTimeString, ToLocaleString, ToLocaleDateString, ToLocaleTimeString, ValueOf, GetTime, GetFullYear, GetMonth, GetDate, GetDay, GetHours, GetMinutes, GetSeconds, GetMilliSeconds, GetTimezoneOffset, SetTime, SetMilliSeconds, SetSeconds, SetMinutes, SetHours, SetDate, SetMonth, SetFullYear, ToUTCString, GetYear, SetYear, ToGMTString } |
Public Member Functions | |
DateProtoFuncImp (ExecState *exec, int i, int len) | |
virtual bool | implementsCall () const |
virtual Value | call (ExecState *exec, Object &thisObj, const List &args) |
Completion | execute (const List &) |
Detailed Description
Definition at line 58 of file date_object.h.
Member Function Documentation
|
Implementation of the [[Call]] internal property.
Reimplemented from KJS::ObjectImp. Definition at line 356 of file date_object.cpp. References KJS::CString::c_str(), KJS::Interpreter::compatMode(), KJS::Error::create(), KJS::Object::inherits(), KJS::Object::internalValue(), KJS::ExecState::interpreter(), KJS::isNaN(), KJS::makeTime(), KJS::NaN, KJS::roundValue(), KJS::ExecState::setException(), KJS::Object::setInternalValue(), and KJS::Value::toNumber(). |
The documentation for this class was generated from the following files: