Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/wasm/common/
H A Dwhwasmutil.js1314 const __xResultAdapterCheck = function
1319 (t,v)=>(null===t ? v : (t ? __xResultAdapterCheck(t)(v) : undefined));
1480 if(undefined!==resultType && null!==resultType) __xResultAdapterCheck(resultType);