Searched refs:resultType (Results 1 – 1 of 1) sorted by relevance
| /sqlite-3.40.0/ext/wasm/common/ |
| H A D | whwasmutil.js | 1469 target.xWrap = function(fname, resultType, ...argTypes){ argument 1475 if((null===resultType) && 0===xf.length){ 1480 if(undefined!==resultType && null!==resultType) __xResultAdapterCheck(resultType); 1486 : cache.xWrap.convertResult(resultType, xf.call(null))); 1493 return cache.xWrap.convertResult(resultType, rc); 1599 target.xCallWrapped = function(fname, resultType, argTypes, ...args){ argument 1601 return target.xWrap(fname, resultType, argTypes||[]).apply(null, args||[]);
|