Searched refs:jstr (Results 1 – 1 of 1) sorted by relevance
| /sqlite-3.40.0/ext/wasm/common/ |
| H A D | whwasmutil.js | 825 target.jstrcpy = function(jstr, tgt, offset = 0, maxBytes = -1, addNul = true){ argument 833 let i = 0, max = jstr.length; 836 let u = jstr.charCodeAt(i); 838 u = 0x10000 + ((u & 0x3FF) << 10) | (jstr.charCodeAt(++i) & 0x3FF); 942 const __allocCStr = function(jstr, returnWithLength, allocator, funcName){ argument 944 if('string'!==typeof jstr) return null; 945 const n = target.jstrlen(jstr), 947 target.jstrcpy(jstr, target.heap8u(), ptr, n+1, true); 965 (jstr, returnWithLength=false)=>__allocCStr(jstr, returnWithLength, argument 1079 (jstr, returnWithLength=false)=>__allocCStr(jstr, returnWithLength, argument
|