Searched refs:isAllocErr (Results 1 – 1 of 1) sorted by relevance
1031 const isAllocErr = (e)=>e instanceof sqlite3.WasmAllocError; function1038 .mustThrowMatching(()=>P.alloc(0), isAllocErr)1039 .mustThrowMatching(()=>P.alloc(-1), isAllocErr);1045 .mustThrowMatching(()=>P.alloc(remaining), isAllocErr)1051 .mustThrowMatching(()=>P.alloc(1), isAllocErr);