Home
last modified time | relevance | path

Searched refs:clearStorage (Results 1 – 4 of 4) sorted by relevance

/sqlite-3.40.0/ext/wasm/
H A Dbatch-runner.js436 clearStorage: function(onlySelectedDb=false){
553 who.clearStorage(true);
578 who.clearStorage();
H A Ddemo-jsstorage.js61 const sz = db.clearStorage();
H A Dtester1.js1734 const unlink = ()=>JDb.clearStorage(filename);
/sqlite-3.40.0/ext/wasm/api/
H A Dsqlite3-api-oo1.js1779 jdb.clearStorage = capi.sqlite3_js_kvvfs_clear;
1785 jdb.prototype.clearStorage = function(){ method in jdb
1786 return jdb.clearStorage(affirmDbOpen(this).filename);