Home
last modified time | relevance | path

Searched refs:logHtml (Results 1 – 5 of 5) sorted by relevance

/sqlite-3.40.0/ext/wasm/
H A Dbatch-runner.js72 App.logHtml("reset db rc =",rc,db.id, db.filename);
104 logHtml: function(...args){ method
116 this.logHtml(banner,
142 this.logHtml("Overhead (time - prep - step):",
144 this.logHtml(banner,"End of",name);
342 this.logHtml("Loaded",infile);
348 this.logHtml("Fetching",fn,"...");
444 this.logHtml("Clearing db",db.id);
488 App.logHtml(dbId,"cache_size =",cacheSize);
501 this.logHtml(dbId,"cache_size =",cacheSize);
[all …]
H A Ddemo-123.js22 let logHtml;
25 logHtml = function(cssClass,...args){ function
33 logHtml = function(cssClass,...args){
40 const log = (...args)=>logHtml('',...args);
41 const warn = (...args)=>logHtml('warning',...args);
42 const error = (...args)=>logHtml('error',...args);
H A Ddemo-worker1.js28 const logHtml = function(cssClass,...args){ function
67 logHtml("","Total test count:",T.counter+". Total time =",(performance.now() - startTime),"ms");
72 logHtml(evd.errorClass ? 'error' : '',
248 logHtml('warning',"This is the final test.");
250 logHtml('warning',"Finished posting tests. Waiting on async results.");
281 logHtml('',
H A Ddemo-jsstorage.js27 const logHtml = function(cssClass,...args){ function
35 logHtml('',...args);
38 logHtml('warning',...args);
41 logHtml('error',...args);
H A Ddemo-worker1-promiser.js23 const logHtml = async function(cssClass,...args){ function
33 logHtml("","Total test count:",T.counter+". Total time =",(performance.now() - startTime),"ms");
84 logHtml('',
266 }).finally(()=>logHtml('',"That's all, folks!"));