comparison: js/src/jit-test/tests/jaeger/bug673788.js
js/src/jit-test/tests/jaeger/bug673788.js
- branch
- TOR_BUG_3246
- changeset 7
- 129ffea94266
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 })() |