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