Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/wasm/common/
H A Dwhwasmutil.js440 sigParams: function(sig){ method
471 const sigParams = f._.sigParams(sig);
473 f._.uleb128Encode(wasmCode, 'push', sigParams.length);
474 for(const x of sigParams) f._.pushSigType(wasmCode, x);