summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/ion/bug833076.js
blob: a2ab5d35a7f060b71660d82bf3f2cdf82c34e5cb (plain)
1
2
3
4
5
6
eval("(function() { " + "\
var Constr = function( ... property)  {};\
Constr.prototype = 0.0;\
var c = new Constr(  ) ;\
" + " })();");