Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/wasm/api/
H A Dsqlite3-api-oo1.js423 if(util.isInt32(opt.rowMode)){
993 (('number'!==typeof pApp) || !util.isInt32(pApp))){
1186 if(0===n || !util.isInt32(n)){
1263 if(util.isInt32(val)) m = capi.sqlite3_bind_int;
1646 return util.isInt32(rc) ? (rc | 0) : rc;
H A Dsqlite3-api-prologue.js275 const isInt32 = (n)=>{ function
311 return (v && v.constructor && isInt32(v.constructor.BYTES_PER_ELEMENT)) ? v : false;
671 isInt32, isSQLableTypedArray, isTypedArray,
H A Dsqlite3-api-glue.js251 (util.isInt32(val)