Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/wasm/common/
H A Dwhwasmutil.js714 target.isPtr32 = (ptr)=>('number'===typeof ptr && (ptr===(ptr|0)) && ptr>=0); function
722 target.isPtr = target.isPtr32;
/sqlite-3.40.0/ext/wasm/
H A Dtester1.js400 const ip = w.isPtr32;