KJS
KJS::GlobalFuncImp Class Reference
#include <function.h>
Inheritance diagram for KJS::GlobalFuncImp:

Detailed Description
Definition at line 171 of file function.h.
Public Types | |
| enum | { Eval, ParseInt, ParseFloat, IsNaN, IsFinite, Escape, UnEscape, DecodeURI, DecodeURIComponent, EncodeURI, EncodeURIComponent, KJSPrint } |
Public Member Functions | |
| GlobalFuncImp (ExecState *, FunctionPrototype *, int i, int len, const Identifier &) | |
| virtual JSValue * | callAsFunction (ExecState *exec, JSObject *thisObj, const List &args) |
Member Enumeration Documentation
| anonymous enum |
- Enumerator:
-
Eval ParseInt ParseFloat IsNaN IsFinite Escape UnEscape DecodeURI DecodeURIComponent EncodeURI EncodeURIComponent KJSPrint
Definition at line 175 of file function.h.
Constructor & Destructor Documentation
| KJS::GlobalFuncImp::GlobalFuncImp | ( | ExecState * | exec, | |
| FunctionPrototype * | funcProto, | |||
| int | i, | |||
| int | len, | |||
| const Identifier & | name | |||
| ) |
Definition at line 653 of file function.cpp.
Member Function Documentation
The documentation for this class was generated from the following files:
KDE 4.0 API Reference