22 #ifndef _FUNCTION_OBJECT_H_ 23 #define _FUNCTION_OBJECT_H_ 26 #include "object_object.h" 40 virtual bool implementsCall()
const;
55 virtual bool implementsCall()
const;
58 enum { ToString, Apply, Call };
71 virtual ~FunctionObjectImp();
73 virtual bool implementsConstruct()
const;
75 virtual bool implementsCall()
const;
81 #endif // _FUNCTION_OBJECT_H_ Value objects are act as wrappers ("smart pointers") around ValueImp objects and their descendents...
Base class for all function objects.
The initial value of Function.prototype (and thus all objects created with the Function constructor) ...
Represents the current state of script execution.
Represents an Identifier for a Javascript object.