Searched refs:_unquotedChar (Results 1 – 3 of 3) sorted by relevance
1 …_unquotedChar=function(e){var t=this.stream.peekChar();return 0!==t&&t!==T&&t!==A&&t!==N&&t!==k&&t… method in e
28621 Scanner.prototype._unquotedChar = function (result) {28633 while (this._unquotedChar(result) || this._escape(result)) {
1 …_unquotedChar = function (result) {\n // not closeQuote, not backslash, not newline\n …