DescriptionMake sure builtin functions don't rely on __proto__.
This makes sure that none of the builtin functions rely on the __proto__
accessor which can now be monkey-patched by applications. Instead use a
separate %SetPrototype() intrinsic or object literals to do the job.
R=rossberg@chromium.org
Committed: http://code.google.com/p/v8/source/detail?r=13815
Patch Set 1 #
Created: 7 years, 9 months ago
Messages
Total messages: 3 (0 generated)
|