Lines Matching refs:create
46 const state = Object.create(null);
69 const metrics = Object.create(null);
74 r(metrics[k] = Object.create(null));
76 let s = metrics.s11n = Object.create(null);
77 s = s.serialize = Object.create(null);
79 s = metrics.s11n.deserialize = Object.create(null);
106 const __openFiles = Object.create(null);
147 dh = await dh.getDirectoryHandle(dirName, {create: !!createDirs}); property
290 const __mTimer = Object.create(null);
302 const __wTimer = Object.create(null);
487 const create = (state.sq3Codes.SQLITE_OPEN_CREATE & flags);
492 [hDir, filenamePart] = await getDirForFilename(filename, !!create);
500 const hFile = await hDir.getFileHandle(filenamePart, {create}); field
508 __openFiles[fid] = Object.assign(Object.create(null),{
515 readOnly: create
640 state.s11n = Object.create(null);
641 const TypeIds = Object.create(null);
737 const opHandlers = Object.create(null);
741 const o = Object.create(null);