http://codereview.chromium.org/6613005/diff/2001/src/runtime.cc File src/runtime.cc (right):
http://codereview.chromium.org/6613005/diff/2001/src/runtime.cc#newcode8675 src/runtime.cc:8675: SetElement(jsobject, index1, tmp2, kNonStrictMode); My bad, the spec is fine. It uses [[GetProperty]] on the prototype object, not [[GetOwnProperty]], so it does handle the remainder of the prototype chain. http://codereview.chromium.org/6613005/ -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
