comparison: js/src/jit-test/tests/basic/bug572232.js
js/src/jit-test/tests/basic/bug572232.js
- branch
- TOR_BUG_3246
- changeset 7
- 129ffea94266
equal
deleted
inserted
replaced
|
1 // |jit-test| error: TypeError |
|
2 gczeal(11); |
|
3 var o = { valueOf: function() { new Object(); gc(); return 17; } }; |
|
4 (new String.prototype.substring(o)).toString; |