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