comparison: js/src/jit-test/tests/proxy/bug897403.js
js/src/jit-test/tests/proxy/bug897403.js
- branch
- TOR_BUG_3246
- changeset 7
- 129ffea94266
equal
deleted
inserted
replaced
|
1 var f = (function () {}).bind({}); |
|
2 var p = new Proxy(f, {}); |
|
3 Object.defineProperty(p, "caller", {get: function(){}}); |