summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/ion/bug770235.js
blob: a36844222265d938e3766408f23b14f322ce9f56 (plain)
1
2
3
4
5
6
a = this;
with(evalcx('')) this.__defineGetter__("x", Function);
AddSplitCases( "splitme", "", "''", ["s", "p", "l", "i", "t", "m", "e"] );
function AddSplitCases( string, separator, str_sep, split_array ) {
  for ( var matches = 0; matches < 5; (a.x) ) { matches++; }
}