Binding is the process of locating the appropriate object or property where a value is stored for a particular identifier.
The binding process uses the scope chain belonging to the current execution context to locate the earliest matching item according to the inheritance rules.
See also: | Identifier resolution |
Prev | Home | Next |
Binary operator | Up | Bit |
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. |