HomeSort by relevance Sort by last modified time
    Searched full:new_space_string (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/v8/test/mjsunit/regress/
regress-json-stringify-gc.js 29 var new_space_string = "a"; variable
31 new_space_string += new_space_string;
33 for (var i = 0; i < 10000; i++) a.push(new_space_string);
36 // new_space_string is moved to old space. Make sure that this does not
regress-235311.js 28 var new_space_string = ""; variable
30 new_space_string +=

Completed in 92 milliseconds