1
0
Fork 0
mirror of https://github.com/rubyjs/therubyrhino synced 2023-03-27 23:21:34 -04:00
therubyrhino/spec/rhino/integration/loop.js
kares 6c84e6bf87 1.7R4 added a ConsString for 's1' + 's2' optimalization
this is the cause of the reported regression (closes #25)
2012-08-24 12:08:06 +02:00

3 lines
No EOL
78 B
JavaScript

Loop = {};
Loop.toString = function() { return 'Loop'; };
exports.Loop = Loop;