Searched refs:_isInteger (Results 1 – 2 of 2) sorted by relevance
131 if (!this._isInteger(skip)) {153 if (!this._isInteger(limit)) {226 if (this._isInteger(val)) {394 _isInteger(n) { method in JQL406 return ejdb2jql[(this._isInteger(placeholder) ? 'p' : '') + name];
395 this._impl.jql_set(this, placeholder, val, this._isInteger(val) ? 3 : 4);437 _isInteger(n) { method in JQL