comparison: js/src/jit-test/tests/jaeger/bug673788.js
js/src/jit-test/tests/jaeger/bug673788.js
- changeset 0
- 6474c204b198
equal
deleted
inserted
replaced
|
1 // |jit-test| error: ReferenceError |
|
2 p = Proxy.create({ |
|
3 has: function() {} |
|
4 }) |
|
5 Object.prototype.__proto__ = p |
|
6 n = []; |
|
7 (function() { |
|
8 var a = []; |
|
9 if (b) t = a.s() |
|
10 })() |