Home
last modified time | relevance | path

Searched refs:tgt (Results 1 – 6 of 6) sorted by relevance

/sqlite-3.40.0/ext/wasm/common/
H A Dwhwasmutil.js430 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 Dsqlite3-api-opfs.js600 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 Dsqlite3-api-glue.js279 const tgt = [];
320 tgt.push(arg);
322 return tgt;
H A Dsqlite3-api-oo1.js1720 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 Dtester1.js795 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 Dfiddle.js488 const tgt = E(e.dataset.csstgt);
490 e.checked = tgt.classList.contains(cssClass);
492 tgt.classList[