Searched refs:toss3 (Results 1 – 3 of 3) sorted by relevance
| /sqlite-3.40.0/ext/wasm/api/ |
| H A D | sqlite3-api-oo1.js | 57 toss3( 137 toss3("Invalid arguments for DB constructor."); 334 if(!db.pointer) toss3("DB has been closed."); 347 toss3("Column index",ndx,"is out of range."); 440 toss3("Invalid rowMode:",opt.rowMode); 616 if(!pStmt) toss3("Cannot prepare empty SQL."); 976 toss3("Missing function-type properties."); 1187 toss3("Invalid bind() parameter name: "+key); 1217 f._tooBigInt = (v)=>toss3( 1480 toss3("Should not reach this point."); [all …]
|
| H A D | sqlite3-api-prologue.js | 263 const toss3 = SQLite3Error.toss; 266 toss3("config.wasmfsOpfsDir must be falsy or in the form '/dir-name'."); 366 || toss3("Value is not of a supported TypedArray type."); 706 || toss3("Missing API config.exports (WASM module exports)."), 715 || toss3("API config object requires a WebAssembly.Memory object", 791 if(!(f instanceof Function)) toss3("Missing required exports[",key,"] function."); 1314 if(!pDb) toss3('Invalid sqlite3* argument.'); 1315 if(!wasm.bigIntEnabled) toss3('BigInt64 support is not enabled.'); 1332 toss3("Database serialization failed with code",
|
| H A D | sqlite3-api-glue.js | 22 const toss3 = sqlite3.SQLite3Error.toss; 241 else toss3("BigInt value",val.toString(),"is too BigInt for int64."); 247 toss3("BigInt value",val.toString(),"is too BigInt."); 273 toss3("Don't not how to handle this UDF result value:",(typeof val), val); 316 toss3("Unhandled sqlite3_value_type()",valType,
|