Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/wasm/api/
H A Dsqlite3-api-prologue.js213 const __isInt = (n)=>'number'===typeof n && n===(n | 0); function
240 if(1===args.length && __isInt(args[0])){
243 if(__isInt(args[0])) super(__rcStr(args[0]), args[1]);