KJS::GlobalFuncImp Class Reference

Inheritance diagram for KJS::GlobalFuncImp:

KJS::InternalFunctionImp KJS::ObjectImp KJS::ValueImp List of all members.

Detailed Description

Definition at line 485 of file internal.h.


Public Types

 Eval
 ParseInt
 ParseFloat
 IsNaN
 IsFinite
 DecodeURI
 DecodeURIComponent
 EncodeURI
 EncodeURIComponent
 Escape
 UnEscape
 KJSPrint
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

Value GlobalFuncImp::call ( ExecState exec,
Object thisObj,
const List args 
) [virtual]

Implementation of the [[Call]] internal property.

See also:
Object::call()

Reimplemented from KJS::ObjectImp.

Definition at line 774 of file function.cpp.


The documentation for this class was generated from the following files:
KDE Home | KDE Accessibility Home | Description of Access Keys