Bug 566136 - Add missing test for bug 566136. r=needed-tests

This commit is contained in:
Christian Holler 2013-03-20 03:58:09 +01:00
parent 8d684c7bd5
commit ca73968786

View File

@ -0,0 +1,7 @@
this.__proto__ = [];
print(length);
function f() {
eval('Math');
length = 2;
}
f();