comparison: js/src/jit-test/tests/ion/bug833076.js
js/src/jit-test/tests/ion/bug833076.js
- changeset 0
- 6474c204b198
equal
deleted
inserted
replaced
|
1 |
|
2 eval("(function() { " + "\ |
|
3 var Constr = function( ... property) {};\ |
|
4 Constr.prototype = 0.0;\ |
|
5 var c = new Constr( ) ;\ |
|
6 " + " })();"); |