Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/wasm/
H A Ddemo-worker1.js151 const runTests2 = function(){ function
295 if(waitForOpen) setTimeout(runTests2, 0);
297 if(!waitForOpen) runTests2();
H A Ddemo-worker1-promiser.js97 }).then(runTests2);
100 const runTests2 = async function(){ function