Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/wasm/
H A Dtester1.js483 let a = w.jstrToUintArray("hello", false);
485 a = w.jstrToUintArray("hello", true);
487 a = w.jstrToUintArray("äbä", false);
489 a = w.jstrToUintArray("äbä", true);
/sqlite-3.40.0/ext/wasm/common/
H A Dwhwasmutil.js905 target.jstrToUintArray = (str, addNul=false)=>{ function
/sqlite-3.40.0/ext/wasm/api/
H A Dsqlite3-api-oo1.js1238 const bytes = wasm.jstrToUintArray(val,false);