2010/4/16 Fredrik Holmström <[email protected]> > Then the property access to retrieve the hasOwnProperty function needs > to traverse the [[Property]] chain of the 'x'-object, until it hits > the Object.prototype object which contains the hasOwnProperty > function. Is this done dynamically each time if the property doesn't > exist on the object or is this also cached/inlined in some way? >
i believe that's described in detail here: http://code.google.com/apis/v8/design.html See the "Fast Property Access" section. -- ----- stephan beal http://wanderinghorse.net/home/stephan/ -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users
