js/src/jit-test/tests/basic/testBug770407.js

branch
TOR_BUG_9701
changeset 15
b8a032363ba2
equal deleted inserted replaced
-1:000000000000 0:9fd44e6a6bf5
1 // |jit-test| error:TypeError
2 var otherGlobal = newGlobal();
3 var proxy = otherGlobal.Proxy.create({}, {});
4 Int8Array.set(proxy);

mercurial