comparison: js/src/jit-test/tests/basic/testBug770407.js
js/src/jit-test/tests/basic/testBug770407.js
- changeset 2
- 7e26c7da4463
equal
deleted
inserted
replaced
|
1 // |jit-test| error:TypeError |
|
2 var otherGlobal = newGlobal(); |
|
3 var proxy = otherGlobal.Proxy.create({}, {}); |
|
4 Int8Array.set(proxy); |