Status: New
Owner: ----
New issue 1447 by [email protected]: Can't freeze forEach while forEach
call is in progress
http://code.google.com/p/v8/issues/detail?id=1447
$ v8
V8 version 3.4.3 (candidate) [console: dumb]
d8> ['z'].forEach(function(){ Object.freeze(Array.prototype.forEach); });
(d8):1: TypeError: Cannot redefine property: defineProperty
['z'].forEach(function(){ Object.freeze(Array.prototype.forEach); });
^
TypeError: Cannot redefine property: defineProperty
at Function.freeze (native)
at (d8):1:34
at Array.forEach (native)
at (d8):1:7
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev