Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/wasm/api/
H A Dsqlite3-worker1-promiser.js241 let theJs = "sqlite3-worker1.js";
245 theJs = src.join('/')+'/' + theJs;
251 theJs = urlParams.get('sqlite3.dir') + '/' + theJs;
254 return new Worker(theJs + self.location.search);
H A Dsqlite3-worker1.js37 let theJs = 'sqlite3.js'; variable
39 theJs = urlParams.get('sqlite3.dir') + '/' + theJs;
42 importScripts(theJs);