DescriptionRemove wrong assert to fix a debug crash with arguments object.
We don't need to assert the existence of a length-property of the
arguments object because it is not a JSArray, but just a normal JSObject.
BUG=v8:1227
Committed: http://code.google.com/p/v8/source/detail?r=8024
Patch Set 1 #
Messages
Total messages: 2 (0 generated)
|