Home
last modified time | relevance | path

Searched refs:ptrIR (Results 1 – 3 of 3) sorted by relevance

/sqlite-3.40.0/ext/wasm/common/
H A Dwhwasmutil.js224 const ptrIR = target.pointerIR || 'i32';
226 ('i32'===ptrIR ? 4
227 : ('i64'===ptrIR
228 ? 8 : toss("Unhandled ptrSizeof:",ptrIR)));
645 if(type.endsWith('*')) type = ptrIR;
678 if (type.endsWith('*')) type = ptrIR;
701 target.getPtrValue = (ptr)=>target.getMemValue(ptr, ptrIR);
1134 const pIr = safePtrSize ? 'i64' : ptrIR;
1255 xcv.arg[t+'*'] = xcv.result[t+'*'] = xcv.arg[ptrIR];
1279 return v ? xcv.arg[ptrIR](v) : null;
[all …]
/sqlite-3.40.0/ext/wasm/jaccwabyt/
H A Djaccwabyt.js66 ptrIR = config.ptrIR || 'i32'
125 case 'p': case 'P': case 's': return ptrIR;
/sqlite-3.40.0/ext/wasm/api/
H A Dsqlite3-api-prologue.js693 ptrIR: config.wasmPtrIR || "i32", property