Lines Matching refs:fh
843 const fh = Object.create(null);
844 fh.fid = pFile;
845 fh.filename = zName;
846 fh.sab = new SharedArrayBuffer(state.fileBufferSize);
847 fh.flags = flags;
852 if(fh.readOnly){
855 __openFiles[pFile] = fh;
856 fh.sabView = state.sabFileBufView;
857 fh.sq3File = new sqlite3_file(pFile);
858 fh.sq3File.$pMethods = opfsIoMethods.pointer;
859 fh.lockType = capi.SQLITE_LOCK_NONE;