Searched refs:heap8 (Results 1 – 4 of 4) sorted by relevance
| /sqlite-3.40.0/ext/wasm/api/ |
| H A D | sqlite3-api-oo1.js | 789 if(isTA) wasm.heap8().set(arg.sql, pSql); 790 else wasm.jstrcpy(arg.sql, wasm.heap8(), pSql, sqlByteLen, false); 1300 wasm.heap8().set(val.byteLength ? val : [0], pBlob)
|
| /sqlite-3.40.0/ext/wasm/ |
| H A D | batch-runner.js | 229 wasm.heap8().set(sql, pSql); 521 this.logHtml("WASM heap size =",wasm.heap8().length);
|
| H A D | tester1.js | 888 wasm.heap8().fill(0, dest + offset, n);
|
| /sqlite-3.40.0/ext/wasm/common/ |
| H A D | whwasmutil.js | 275 target.heap8 = ()=>heapWrappers().HEAP8; function
|