Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/wasm/
H A Dbatch-runner.js108 logErr: function(...args){ method
128 this.logErr("Cannot run SQL: error cleanup is pending.");
182 who.logErr(e.message);
189 who.logErr("transaction():",e.message);
198 who.logErr("Ignoring and contiuing:",e.message)
211 who.logErr(e.message);
288 this.logErr("TODO: clear websql db.");
294 this.logErr("TODO: clear db");
320 this.logErr(e.message);
355 this.logErr(e.message);
[all …]
H A Dspeedtest1-worker.js49 const logErr = (...args)=>logMsg('stderr',args); function
76 logErr("Unhandled worker message type:",msg.type);
83 printErr: logErr,