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

  /external/chromium_org/v8/test/mjsunit/regress/
regress-convert-hole.js 30 function f_store(test, test2, a, i) { function
46 f_store(true, false, a1, 0);
47 f_store(true, true, a1, 0);
48 f_store(false, false, a1, 1);
49 f_store(false, true, a1, 1);
50 %OptimizeFunctionOnNextCall(f_store);
51 f_store(false, false, a1, 2);

Completed in 158 milliseconds