This internal attribute controls the way that the scope chain might be modified when an implementation defined function is being executed. If this attribute is set, then the 'this' value will be added to the scope chain after the implementation supplied activation object.
The difference between the behavior of the ImplicitParents and the ImplicitThis internal attributes is quite subtle, and you should consult and fully understand the ECMA standard as it relates to them.
See also: | ImplicitParents |
Prev | Home | Next |
ImplicitParents | Up | import |
JavaScript Programmer's Reference, Cliff Wootton Wrox Press (www.wrox.com) Join the Wrox JavaScript forum at p2p.wrox.com Please report problems to support@wrox.com © 2001 Wrox Press. All Rights Reserved. Terms and conditions. |