KJS::FunctionPrototypeImp Class Reference

#include <function_object.h>

Inheritance diagram for KJS::FunctionPrototypeImp:

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

Detailed Description

The initial value of Function.prototype (and thus all objects created with the Function constructor).

Definition at line 35 of file function_object.h.


Public Member Functions

 FunctionPrototypeImp (ExecState *exec)
virtual ~FunctionPrototypeImp ()
virtual bool implementsCall () const
virtual Value call (ExecState *exec, Object &thisObj, const List &args)

Member Function Documentation

Value FunctionPrototypeImp::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 68 of file function_object.cpp.


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