A
Armel Asselin
In JavaScript / ECMAScript there is notion of scope chain... and separated
'this' object however in chapter 10.1.4 of ECMA 262 specification they say
'get next object in scope chain'... but when should I search for a member in
the 'this' object ?
is it put into the scope chain ? in that case, is it searched by
sub-functions that inherit the scope chain ??
Armel
'this' object however in chapter 10.1.4 of ECMA 262 specification they say
'get next object in scope chain'... but when should I search for a member in
the 'this' object ?
is it put into the scope chain ? in that case, is it searched by
sub-functions that inherit the scope chain ??
Armel