I'll try to find a way to prohibit non-constructor calls.
http://codereview.chromium.org/6602081/diff/13/src/arm/builtins-arm.cc File src/arm/builtins-arm.cc (right): http://codereview.chromium.org/6602081/diff/13/src/arm/builtins-arm.cc#newcode431 src/arm/builtins-arm.cc:431: // Initial map for the builtin Array functions shoud be maps. Fixed. http://codereview.chromium.org/6602081/diff/13/src/array.js File src/array.js (right): http://codereview.chromium.org/6602081/diff/13/src/array.js#newcode1233 src/array.js:1233: // The internal Array prototype doesn't need to be fancy, since it's never Changing to InternalArray. http://codereview.chromium.org/6602081/diff/13/src/array.js#newcode1238 src/array.js:1238: Array.prototype = new $Object(); True. Removing. http://codereview.chromium.org/6602081/ -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
