Searched refs:heap8u (Results 1 – 6 of 6) sorted by relevance
| /sqlite-3.40.0/ext/wasm/api/ |
| H A D | sqlite3-api-glue.js | 31 heap: 0 ? wasm.memory : wasm.heap8u, 310 arg = n ? wasm.heap8u().slice(pBlob, pBlob + Number(n)) : null; 664 wasm.heap8u().copyWithin(zBuf, zV, zV + nBuf - 1);
|
| H A D | sqlite3-api-oo1.js | 1231 wasm.jstrcpy(val, wasm.heap8u(), pStr, n, false); 1240 wasm.heap8u().set(bytes.length ? bytes : [0], pStr); 1658 if(n) rc.set(wasm.heap8u().slice(ptr, ptr+n), 0);
|
| H A D | sqlite3-api-prologue.js | 1174 const heap = wasm.heap8u(); 1338 ? wasm.heap8u().slice(pOut, pOut + Number(nOut))
|
| H A D | sqlite3-api-opfs.js | 741 wasm.heap8u().set(f.sabView.subarray(0, n), pDest); 777 f.sabView.set(wasm.heap8u().subarray(pSrc, pSrc+n)); 873 const heap = wasm.heap8u();
|
| /sqlite-3.40.0/ext/wasm/common/ |
| H A D | whwasmutil.js | 278 target.heap8u = ()=>heapWrappers().HEAP8U; function 891 const heap = target.heap8u(); 947 target.jstrcpy(jstr, target.heap8u(), ptr, n+1, true);
|
| /sqlite-3.40.0/ext/wasm/ |
| H A D | tester1.js | 1099 const heap = wasm.heap8u();
|