Searched refs:argTypes (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 1471 argTypes = arguments[2]; 1474 if(argTypes.length!==xf.length) __argcMismatch(fname, xf.length); 1481 argTypes.forEach(__xArgAdapterCheck); 1492 const rc = xf.apply(null,args.map((v,i)=>cache.xWrap.convertArg(argTypes[i], v))); 1599 target.xCallWrapped = function(fname, resultType, argTypes, ...args){ argument 1601 return target.xWrap(fname, resultType, argTypes||[]).apply(null, args||[]);
|