Searched refs:logHtml (Results 1 – 5 of 5) sorted by relevance
| /sqlite-3.40.0/ext/wasm/ |
| H A D | batch-runner.js | 72 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 D | demo-123.js | 22 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 D | demo-worker1.js | 28 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 D | demo-jsstorage.js | 27 const logHtml = function(cssClass,...args){ function 35 logHtml('',...args); 38 logHtml('warning',...args); 41 logHtml('error',...args);
|
| H A D | demo-worker1-promiser.js | 23 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!"));
|