Entry: JSFUN_BOUND_METHOD (Macro)
Summary: Flag that indicates a function nominally associated with an object is bound, instead, to that object's parent.
Syntax:
JSFUN_BOUND_METHOD
Description:
This macro is deprecated. JSFUN_BOUND_METHOD is a flag that indicates a method associated with an object is bound to the object's parent. This macro is no longer needed because the JS engine now supports closures.
See also:
|
|
|