Home
last modified time | relevance | path

Searched refs:scopedAllocCString (Results 1 – 4 of 4) sorted by relevance

/sqlite-3.40.0/ext/wasm/common/
H A Dwhwasmutil.js1078 target.scopedAllocCString = function
1278 if('string'===typeof v) return target.scopedAllocCString(v);
/sqlite-3.40.0/ext/wasm/
H A Dtester1.js462 let cStr = w.scopedAllocCString("hello");
470 let cStr2 = w.scopedAllocCString("HI!!!");
553 const [cstr, n] = w.scopedAllocCString("hello, world", true);
/sqlite-3.40.0/ext/wasm/api/
H A Dsqlite3-api-glue.js662 const zV = wasm.scopedAllocCString(jV);
H A Dsqlite3-api-opfs.js1183 const zDbFile = wasm.scopedAllocCString(dbFile);