Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/wasm/api/
H A Dsqlite3-api-opfs.js595 const installMethod = function callee(tgt, name, func){
891 installMethod(opfsIoMethods, k, ioSyncWrappers[k]);
894 installMethod(opfsVfs, k, vfsSyncWrappers[k]);
/sqlite-3.40.0/ext/wasm/
H A Dtester1.js793 const installMethod = function callee(tgt, name, func){ function
952 (k)=>installMethod(iom, k, instm._methods[k])