Searched refs:jstrToUintArray (Results 1 – 3 of 3) sorted by relevance
483 let a = w.jstrToUintArray("hello", false);485 a = w.jstrToUintArray("hello", true);487 a = w.jstrToUintArray("äbä", false);489 a = w.jstrToUintArray("äbä", true);
905 target.jstrToUintArray = (str, addNul=false)=>{ function
1238 const bytes = wasm.jstrToUintArray(val,false);