Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/wasm/
H A Dtester1.js1031 const isAllocErr = (e)=>e instanceof sqlite3.WasmAllocError; function
1038 .mustThrowMatching(()=>P.alloc(0), isAllocErr)
1039 .mustThrowMatching(()=>P.alloc(-1), isAllocErr);
1045 .mustThrowMatching(()=>P.alloc(remaining), isAllocErr)
1051 .mustThrowMatching(()=>P.alloc(1), isAllocErr);