On Wed, Mar 31, 2010 at 8:28 PM, Matthias Ernst <[email protected]> wrote:
> If x was constructed from the instance of a function template ft, then the > lookup order for x.y is: > > native accessor on x's template (= ft.instancetemplate) > property set on x > [ lookup failed on x => delegating to prototype ] > native accessor on x.prototype's template (= ft.prototypetemplate) > property set on x.prototype > That's very helpful, thank you :). -- ----- stephan beal http://wanderinghorse.net/home/stephan/ -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users To unsubscribe, reply using "remove me" as the subject.
