Home
last modified time | relevance | path

Searched refs:assertAsyncDone (Results 1 – 2 of 2) sorted by relevance

/external/v8/test/mjsunit/regress/
Dregress-3641.js36 function assertAsyncDone(iteration) { function
44 assertAsyncDone(iteration + 1)
56 assertAsyncDone();
/external/v8/test/mjsunit/es6/
Dpromises.js115 function assertAsyncDone(iteration) { function
123 assertAsyncDone(iteration + 1)
1117 assertAsyncDone()