Lines Matching refs:self
18 const originalInit = self.sqlite3InitModule;
33 const initModuleState = self.sqlite3InitModuleState = Object.assign(Object.create(null),{
34 moduleScript: self?.document?.currentScript,
36 location: self.location,
37 urlParams: new URL(self.location.href).searchParams
40 (new URL(self.location.href).searchParams).has('sqlite3.debugModule')
52 self.sqlite3InitModule = (...args)=>{
55 if(self.window!==self &&
59 || self.location.pathname.endsWith('.worker.js')
78 self.sqlite3InitModule.ready = originalInit.ready;
80 if(self.sqlite3InitModuleState.moduleScript){
81 const sim = self.sqlite3InitModuleState;
89 console.warn("self.location.href =",self.location.href);