Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/wasm/api/
H A Dsqlite3-api-glue.js77 wasm.xWrap.resultAdapter('sqlite3*', aPtr)
/sqlite-3.40.0/ext/wasm/common/
H A Dwhwasmutil.js1546 target.xWrap.resultAdapter = function f(typeName, adapter){ function
/sqlite-3.40.0/ext/wasm/
H A Dtester1.js570 assert(w.xWrap.resultAdapter('i32') instanceof Function).
588 w.xWrap.resultAdapter('thrice', (v)=>3n*BigInt(v));