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