JSFUN_BOUND_METHOD |
Macro |
Deprecated |
|
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 method's parent, the object on which the method is called.
|
Notes
This macro exists only for backward compatibility with existing applications. Its
use is deprecated. Future versions of the JavaScript engine may not support or
recognize this macro.
|
See Also
|