Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/wasm/common/
H A DSqliteTestUtil.js41 toBool: function(expr){ method
54 if(!this.toBool(expr)){
63 if(!this.toBool(expr)) throw new Error(msg || "Affirmation failed.");
107 if(this.toBool(expr)) throw new Error(msg || "throwIf() failed");
114 if(!this.toBool(expr)) throw new Error(msg || "throwUnless() failed");
/sqlite-3.40.0/ext/wasm/
H A Dtester1.js147 toBool: function(expr){ method
158 if(!this.toBool(expr)){
204 if(this.toBool(expr)) throw new Error(msg || "throwIf() failed");
211 if(!this.toBool(expr)) throw new Error(msg || "throwUnless() failed");