AcornSearch - Acorn and RISC OS information searching
RISC OS Search
containing
"Nutty quip goes here!"
Home  |  About  |  Filebase Archive  |  StrongHelp Manuals  |  Newsgroups  |  Module Database
Entry:     JSFUN_GLOBAL_PARENT (Macro)
Summary:     Flag that indicates a call to a function nominally associated with an object is called with the global object as its scope chain, rather than with the parent of the function.
Syntax:
JSFUN_GLOBAL_PARENT

Description:
This macro is deprecated. Instead of using it, use JS_CloneFunctionObjectJSFUN_GLOBAL_PARENT is a flag that indicates a call to a function nominally associated with an object is called with the global object as its scope chain, rather than with the parent of the function. This permits the function to operate on free variables in the larger scope when they are found through prototype lookups.


See also:
JSFUN_BOUND_METHOD

[sh-index] Back to list of manuals