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

  /external/chromium_org/v8/test/mjsunit/
allocation-site-info.js 338 function instanceof_check(type) { function
351 instanceof_check(Array);
352 instanceof_check(realmBArray);
355 // Since instanceof_check(Array) was first called with the current context
364 %OptimizeFunctionOnNextCall(instanceof_check);
368 instanceof_check(Array);
369 assertOptimized(instanceof_check);
370 instanceof_check(realmBArray);
371 assertOptimized(instanceof_check);
376 %DeoptimizeFunction(instanceof_check);
    [all...]
array-feedback.js 207 function instanceof_check(type) { function
214 instanceof_check(Array);
215 instanceof_check(Array);
216 instanceof_check(Array);
217 instanceof_check(realmBArray);
218 instanceof_check(realmBArray);
219 instanceof_check(realmBArray);

Completed in 174 milliseconds