Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/wasm/jaccwabyt/
H A Djaccwabyt.js713 resolveToInstance: rop(function(v, throwIfNot=false){ argument
718 if(!v && throwIfNot) toss("Value is-not-a",StructCtor.structName);
H A Djaccwabyt.md765 - `resolveToInstance(value [,throwIfNot=false])`