Searched refs:_identFirstChar (Results 1 – 3 of 3) sorted by relevance
1 …_identFirstChar(e)||this._escape(e)){for(;this._identChar(e)||this._escape(e););return!0}}else if(… method in e
28655 if (this._identFirstChar(result) || this._escape(result)) {28662 else if (this._identFirstChar(result) || this._escape(result)) {28671 Scanner.prototype._identFirstChar = function (result) {
1 …_identFirstChar(result) || this._escape(result)) {\n while (this._identChar(result)…