Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/wasm/api/
H A Dsqlite3-api-prologue.js778 wasm.allocFromTypedArray = function(srcTypedArray){ argument
779 affirmBindableTypedArray(srcTypedArray);
780 const pRet = wasm.alloc(srcTypedArray.byteLength || 1);
781 wasm.heapForSize(srcTypedArray.constructor).set(
782 srcTypedArray.byteLength ? srcTypedArray : [0], pRet