Home
last modified time | relevance | path

Searched refs:isUIThread (Results 1 – 4 of 4) sorted by relevance

/sqlite-3.40.0/ext/wasm/api/
H A Dsqlite3-api-prologue.js673 isUIThread: ()=>'undefined'===typeof WorkerGlobalScope,
1370 if( util.isUIThread() ){
H A Dsqlite3-api-glue.js611 if(!util.isUIThread()){
624 if(util.isUIThread()){
H A Dsqlite3-api-oo1.js1760 if(util.isUIThread()){
/sqlite-3.40.0/ext/wasm/
H A Dtester1.js41 const isUIThread = ()=>(self.window===self && self.document); function
43 const isWorker = ()=>!isUIThread();
68 if( isUIThread() ){
103 if(isUIThread()){
1820 if(!isUIThread()){