Searched refs:scanUnquotedString (Results 1 – 3 of 3) sorted by relevance
1 …scanUnquotedString=function(){var e=this.stream.pos(),t=[];return this._unquotedString(t)?this.fin… method in e
26797 var unquoted = this.scanner.scanUnquotedString();28361 Scanner.prototype.scanUnquotedString = function () { method in Scanner35543 var token = scanner.scanUnquotedString();
1 …scanUnquotedString();\n if (unquoted) {\n this.token = unquoted;\n th…