Reviewers: Erik Corry, Description: Lock the prototype of internal classes.
Prototypes and their properties and methods are locked down to prevent fiddling
with their operation, even if the build-in object leaks. Made some built-in functions only work during bootstrapping. Please review this at http://codereview.chromium.org/7799027/ SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge Affected files: M src/array.js M src/date.js M src/json.js M src/macros.py M src/math.js M src/messages.js M src/regexp.js M src/runtime.h M src/runtime.cc M src/string.js M src/uri.js M src/v8natives.js M src/weakmap.js -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
