js/src/jit-test/tests/basic/testBug660734.js

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:ddd6b7c7b06c
1 if (Proxy.fix) {
2 var handler = { fix: function() { return []; } };
3 var p = Proxy.createFunction(handler, function(){}, function(){});
4 Proxy.fix(p);
5 new p();
6 }

mercurial