Lines Matching refs:self
142 self.sqlite3ApiBootstrap = function sqlite3ApiBootstrap(
143 apiConfig = (self.sqlite3ApiConfig || sqlite3ApiBootstrap.defaultConfig)
159 return !!self.BigInt64Array;
1215 || !self.FileSystemHandle
1216 || !self.FileSystemDirectoryHandle
1217 || !self.FileSystemFileHandle){
1381 if('session'===which || ""===which) rc.stores.push(self.sessionStorage);
1382 if('local'===which || ""===which) rc.stores.push(self.localStorage);
1561 self.sqlite3ApiBootstrap.initializers = [];
1583 self.sqlite3ApiBootstrap.initializersAsync = [];
1593 self.sqlite3ApiBootstrap.defaultConfig = Object.create(null);
1601 self.sqlite3ApiBootstrap.sqlite3 = undefined;