Searched refs:_stringChar (Results 1 – 3 of 3) sorted by relevance
1 …_stringChar=function(e,t){var n=this.stream.peekChar();return 0!==n&&n!==e&&n!==T&&n!==P&&n!==_&&n… method in e
28593 Scanner.prototype._stringChar = function (closeQuote, result) {28607 while (this._stringChar(closeQuote, result) || this._escape(result, true)) {
1 …_stringChar = function (closeQuote, result) {\n // not closeQuote, not backslash, not newli…