KJS::FunctionPrototypeImp Class Reference
#include <function_object.h>
Inheritance diagram for KJS::FunctionPrototypeImp:
Public Member Functions | |
| FunctionPrototypeImp (ExecState *exec) | |
| virtual bool | implementsCall () const |
| virtual Value | call (ExecState *exec, Object &thisObj, const List &args) |
Public Member Functions inherited from KJS::InternalFunctionImp | |
| InternalFunctionImp (FunctionPrototypeImp *funcProto) | |
| InternalFunctionImp (ExecState *exec) | |
| bool | implementsHasInstance () const |
| Boolean | hasInstance (ExecState *exec, const Value &value) |
| virtual const ClassInfo * | classInfo () const |
| Identifier | name () const |
| void | setName (Identifier _ident) |
Additional Inherited Members | |
Static Public Attributes inherited from KJS::InternalFunctionImp | |
| static const ClassInfo | info = {"Function", 0, 0, 0} |
Protected Attributes inherited from KJS::InternalFunctionImp | |
| Identifier | ident |
Detailed Description
The initial value of Function.prototype (and thus all objects created with the Function constructor)
Definition at line 34 of file function_object.h.
Constructor & Destructor Documentation
◆ FunctionPrototypeImp()
| FunctionPrototypeImp::FunctionPrototypeImp | ( | ExecState * | exec | ) |
Definition at line 39 of file function_object.cpp.
◆ ~FunctionPrototypeImp()
|
virtual |
Definition at line 57 of file function_object.cpp.
Member Function Documentation
◆ call()
Definition at line 67 of file function_object.cpp.
◆ implementsCall()
|
virtual |
Definition at line 61 of file function_object.cpp.
The documentation for this class was generated from the following files:
Trinity API Reference
Public Member Functions inherited from