KJS::GlobalFuncImp Class Reference
Inheritance diagram for KJS::GlobalFuncImp:

Detailed Description
Definition at line 485 of file internal.h.
Public Types | |
enum | { Eval, ParseInt, ParseFloat, IsNaN, IsFinite, DecodeURI, DecodeURIComponent, EncodeURI, EncodeURIComponent, Escape, UnEscape, KJSPrint } |
Public Member Functions | |
GlobalFuncImp (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) |
virtual CodeType | codeType () const |
Member Function Documentation
Implementation of the [[Call]] internal property.
- See also:
- Object::call()
Reimplemented from KJS::ObjectImp.
Definition at line 790 of file function.cpp.
The documentation for this class was generated from the following files: