Searched refs:callee (Results 1 – 5 of 5) sorted by relevance
| /sqlite-3.40.0/ext/wasm/fiddle/ |
| H A D | fiddle.js | 631 f.measure = function callee(e, depth){ function 635 callee.top = m.top; 636 callee.bottom = m.bottom; 638 callee.top = m.top ? Math.min(callee.top, m.top) : callee.top; 639 callee.bottom = Math.max(callee.bottom, m.bottom); 641 Array.prototype.forEach.call(e.children,(e)=>callee(e,depth+1)); 644 f.extra += callee.bottom - callee.top;
|
| /sqlite-3.40.0/ext/wasm/api/ |
| H A D | sqlite3-worker1-promiser.js | 126 self.sqlite3Worker1Promiser = function callee(config = callee.defaultConfig){ function 130 config = Object.assign(Object.create(null), callee.defaultConfig); 133 config = Object.assign(Object.create(null), callee.defaultConfig, config); 146 if(!config.worker) config.worker = callee.defaultConfig.worker;
|
| H A D | sqlite3-api-opfs.js | 78 const installOpfsVfs = function callee(options){ function 101 options.proxyUri = callee.defaultProxyUri; 600 return (n,f)=>callee(tgt,n,f); 602 if(!callee.argcProxy){ 603 callee.argcProxy = function(func,sig){ 611 callee.removeFuncList = function(){ 637 ? callee.argcProxy(func, sigN) 644 callee.removeFuncList); 648 return (n,f)=>callee(tgt, n, f); 1013 const doDir = async function callee(dirHandle,tgt){ function [all …]
|
| H A D | pre-js.js | 63 Module[xNameOfInstantiateWasm] = function callee(imports,onSuccess){ function 66 callee.uri, (
|
| /sqlite-3.40.0/ext/wasm/ |
| H A D | tester1.js | 793 const installMethod = function callee(tgt, name, func){ function 795 return (n,f)=>callee(tgt,n,f); 797 if(!callee.argcProxy){ 798 callee.argcProxy = function(func,sig){ 806 callee.ondisposeRemoveFunc = function(){ 828 tgt.ondispose = [callee.ondisposeRemoveFunc]; 831 const fProxy = callee.argcProxy(func, sigN); 862 return (n,f)=>callee(tgt, n, f);
|