Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/wasm/common/
H A Dwhwasmutil.js942 const __allocCStr = function(jstr, returnWithLength, allocator, funcName){ argument
948 return returnWithLength ? [ptr, n] : ptr;
965 (jstr, returnWithLength=false)=>__allocCStr(jstr, returnWithLength, argument
1079 (jstr, returnWithLength=false)=>__allocCStr(jstr, returnWithLength, argument