js/src/jit-test/tests/auto-regress/bug664951.js

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:0aa8f3acc7d8
1 // |jit-test| error:TypeError
2
3 // Binary: cache/js-dbg-64-66c8ad02543b-linux
4 // Flags:
5 //
6 var handler = { fix: function() { return []; } };
7 var p = Proxy.createFunction(handler, function(){}, function(){});
8 Proxy.fix(p);
9 new p();

mercurial