KJS::NumberProtoFuncImp Class Reference
Inheritance diagram for KJS::NumberProtoFuncImp:

Public Types | |
enum | { ToString, ToLocaleString, ValueOf, ToFixed, ToExponential, ToPrecision } |
Public Member Functions | |
NumberProtoFuncImp (ExecState *exec, FunctionPrototypeImp *funcProto, int i, int len, const Identifier &_ident) | |
virtual bool | implementsCall () const |
virtual Value | call (ExecState *exec, Object &thisObj, const List &args) |
Detailed Description
Definition at line 57 of file number_object.h.
Member Function Documentation
|
Implementation of the [[Call]] internal property.
Reimplemented from KJS::ObjectImp. Definition at line 138 of file number_object.cpp. References KJS::Error::create(), KJS::UString::from(), KJS::Object::internalValue(), KJS::Value::isA(), KJS::List::isEmpty(), KJS::isInf(), KJS::isNaN(), KJS::ExecState::setException(), KJS::List::size(), KJS::UString::size(), KJS::UString::substr(), KJS::Value::toInteger(), KJS::Value::toNumber(), and KJS::Value::toString(). |
The documentation for this class was generated from the following files: