Lines Matching refs:create
91 options = Object.create(null);
129 const opfsUtil = Object.create(null);
156 r(metrics[k] = Object.create(null));
158 let s = metrics.s11n = Object.create(null);
159 s = s.serialize = Object.create(null);
161 s = metrics.s11n.deserialize = Object.create(null);
230 const state = Object.create(null);
271 state.opIds = Object.create(null);
272 const metrics = Object.create(null);
317 state.sq3Codes = Object.create(null);
443 state.s11n = Object.create(null);
447 const TypeIds = Object.create(null);
578 const __openFiles = Object.create(null);
651 const opTimer = Object.create(null);
843 const fh = Object.create(null);
921 dh = await dh.getDirectoryHandle(dirName, {create: !!createDirs}); property
1019 const subDir = Object.create(null);
1027 const root = Object.create(null);
1146 opfsUtil.OpfsDb.prototype = Object.create(sqlite3.oo1.DB.prototype);