Reviewers: Kevin Millikin, rossberg, Description: Reapply: "Make instanceof and Object.getPrototypeOf work for proxies, plus a few other tweaks."
The problem with the original patch was that it did not take hidden prototype objects into account in Runtime_GetPrototype. [email protected],[email protected] TEST=es5conform Please review this at http://codereview.chromium.org/7056041/ SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge Affected files: M src/messages.js M src/objects-inl.h M src/objects.cc M src/proxy.js M src/runtime.h M src/runtime.cc M src/v8natives.js M src/x64/builtins-x64.cc M test/mjsunit/harmony/proxies.js -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
