Searched refs:tgt (Results 1 – 6 of 6) sorted by relevance
| /sqlite-3.40.0/ext/wasm/common/ |
| H A D | whwasmutil.js | 430 if(n<128) tgt[method](n); 828 if(!tgt || (!(tgt instanceof Int8Array) && !(tgt instanceof Uint8Array))){ 842 tgt[offset++] = u; 845 tgt[offset++] = 0xC0 | (u >> 6); 860 if(addNul) tgt[offset++] = 0; 1667 const tgt = config.wasmUtilTarget; 1668 tgt.module = arg.module; 1669 tgt.instance = arg.instance; 1671 if(!tgt.instance.exports.memory){ 1683 tgt.alloc = function(n){ [all …]
|
| /sqlite-3.40.0/ext/wasm/api/ |
| H A D | sqlite3-api-opfs.js | 600 return (n,f)=>callee(tgt,n,f); 631 const memKey = tgt.memberKey(name); 640 tgt[memKey] = pFunc; 641 if(!tgt.ondispose) tgt.ondispose = []; 642 if(!tgt.ondispose.__removeFuncList){ 648 return (n,f)=>callee(tgt, n, f); 1014 tgt.name = dirHandle.name; 1015 tgt.dirs = []; 1016 tgt.files = []; 1020 tgt.dirs.push(subDir); [all …]
|
| H A D | sqlite3-api-glue.js | 279 const tgt = []; 320 tgt.push(arg); 322 return tgt;
|
| H A D | sqlite3-api-oo1.js | 1720 getColumnNames: function(tgt=[]){ argument 1723 tgt.push(capi.sqlite3_column_name(this.pointer, i)); 1725 return tgt;
|
| /sqlite-3.40.0/ext/wasm/ |
| H A D | tester1.js | 795 return (n,f)=>callee(tgt,n,f); 823 const sigN = tgt.memberSignature(name), 824 memKey = tgt.memberKey(name); 826 if(!tgt.__ondispose){ 827 T.assert(undefined === tgt.ondispose); 828 tgt.ondispose = [callee.ondisposeRemoveFunc]; 829 tgt.__ondispose = []; 833 tgt[memKey] = pFunc; 859 tgt[wrapperKey] = fProxy; 860 tgt.__ondispose.push(pFunc, wrapperKey); [all …]
|
| /sqlite-3.40.0/ext/wasm/fiddle/ |
| H A D | fiddle.js | 488 const tgt = E(e.dataset.csstgt); 490 e.checked = tgt.classList.contains(cssClass); 492 tgt.classList[
|