Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/wasm/fiddle/
H A Dfiddle-worker.js157 f.argv.pArgv = wasm.allocMainArgv(f.argv);
/sqlite-3.40.0/ext/wasm/common/
H A Dwhwasmutil.js1116 target.allocMainArgv = (list)=>__allocMainArgv(false, list); function