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

Detailed Description
Definition at line 57 of file number_object.h.
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) |
Member Function Documentation
Implementation of the [[Call]] internal property.
- See also:
- Object::call()
Reimplemented from KJS::ObjectImp.
Definition at line 139 of file number_object.cpp.
The documentation for this class was generated from the following files: