Home
last modified time | relevance | path

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

/external/v8/test/mjsunit/regress/
Dregress-3641.js15 var asyncAssertsExpected = 0; variable
17 function assertAsyncRan() { ++asyncAssertsExpected }
21 ++asyncAssertsExpected;
26 --asyncAssertsExpected;
39 if (asyncAssertsExpected === 0)
42 assertAsync(false, "all... " + asyncAssertsExpected)
/external/v8/test/mjsunit/es6/
Dpromises.js85 var asyncAssertsExpected = 0; variable
87 function assertAsyncRan() { ++asyncAssertsExpected }
95 --asyncAssertsExpected
100 ++asyncAssertsExpected;
105 --asyncAssertsExpected;
118 if (asyncAssertsExpected === 0)
121 assertAsync(false, "all... " + asyncAssertsExpected)