Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/wasm/api/
H A Dsqlite3-api-prologue.js151 exports: undefined, property
705 exports: config.exports property
790 const f = wasm.exports[key];
799 wasm.alloc.impl = wasm.exports[keyAlloc];
800 wasm.dealloc = wasm.exports[keyDealloc];
1138 get: wasm.exports.sqlite3_wasm_pstack_ptr
1150 get: wasm.exports.sqlite3_wasm_pstack_quota
1167 wasm.exports.sqlite3_randomness(0,0);
1192 wasm.exports.sqlite3_randomness(...args);
1250 wasm.exports.sqlite3_initialize();
[all …]
H A Dextern-post-js.js97 if (typeof exports === 'object' && typeof module === 'object')
98 module.exports = sqlite3InitModule;
99 else if (typeof exports === 'object')
100 exports["sqlite3InitModule"] = sqlite3InitModule;
H A Dsqlite3-api-glue.js111 if(wasm.exports.sqlite3_wasm_db_error){
267 wasm.exports[sqlite3.config.deallocExportName]
626 wasm.exports.sqlite3_wasm_kvvfs_methods()
630 const kvvfsMakeKey = wasm.exports.sqlite3_wasm_kvvfsMakeKeyOnPstack,
632 pAllocRaw = wasm.exports.sqlite3_wasm_pstack_alloc;
H A Dsqlite3-api-cleanup.js27 exports: Module['asm'], property
H A Dsqlite3-api-opfs.js978 return wasm.exports.sqlite3_vfs_register(
/sqlite-3.40.0/ext/wasm/common/
H A Dwhwasmutil.js184 if(!target.exports){
187 get: ()=>(target.instance && target.instance.exports)
257 ? target.memory : target.exports.memory;
354 return target.exports.__indirect_function_table;
497 })).exports['f'];
1197 return target.exports[name] || toss("Cannot find exported symbol:",name);
1671 if(!tgt.instance.exports.memory){
1681 if(!tgt.alloc && arg.instance.exports.malloc){
1682 const exports = arg.instance.exports;
1684 return exports.malloc(n) || toss("Allocation of",n,"bytes failed.");
[all …]
/sqlite-3.40.0/ext/wasm/fiddle/
H A Dfiddle-worker.js158 f.argv.rc = wasm.exports.fiddle_main(
/sqlite-3.40.0/ext/wasm/
H A Dbatch-runner.js71 const rc = sqlite3.wasm.exports.sqlite3_wasm_db_reset(db.handle);
H A Dtester1.js47 return !!wasm.exports.sqlite3_wasm_test_intptr;
1713 wasm.exports.sqlite3_wasm_db_reset(this.db.pointer);
/sqlite-3.40.0/
H A Dltmain.sh7284 func_verbose "filter symbol list for \`$libname.la' to tag DATA exports"