KJS::FunctionProtoFuncImp Class Reference
Inheritance diagram for KJS::FunctionProtoFuncImp:

Public Types | |
enum | { ToString, Apply, Call } |
Public Member Functions | |
FunctionProtoFuncImp (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) |
Detailed Description
Definition at line 50 of file function_object.h.
Member Function Documentation
|
Implementation of the [[Call]] internal property.
Reimplemented from KJS::ObjectImp. Definition at line 90 of file function_object.cpp. References KJS::List::append(), KJS::DeclaredFunctionImp::body, KJS::Object::call(), KJS::List::copyTail(), KJS::Error::create(), KJS::Object::dynamicCast(), KJS::Object::get(), KJS::Interpreter::globalObject(), KJS::Object::imp(), KJS::Object::implementsCall(), KJS::ArgumentsImp::info, KJS::ArrayInstanceImp::info, KJS::DeclaredFunctionImp::info, KJS::InternalFunctionImp::info, KJS::Object::inherits(), KJS::ExecState::interpreter(), KJS::Value::isA(), KJS::Value::isValid(), KJS::lengthPropertyName, KJS::InternalFunctionImp::name(), KJS::FunctionImp::parameterString(), KJS::ExecState::setException(), KJS::Node::toCode(), KJS::Value::toObject(), KJS::Value::toUInt32(), and KJS::Identifier::ustring(). |
The documentation for this class was generated from the following files: