Searched refs:theJs (Results 1 – 2 of 2) sorted by relevance
241 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);
37 let theJs = 'sqlite3.js'; variable39 theJs = urlParams.get('sqlite3.dir') + '/' + theJs;42 importScripts(theJs);