Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/wasm/api/
H A Dsqlite3-api-prologue.js322 const isSharedTypedArray = (aTypedArray)=>(aTypedArray.buffer instanceof __SAB); function
335 return isSharedTypedArray(aTypedArray)
674 isSharedTypedArray,