Searched refs:advanceWhileChar (Results 1 – 5 of 5) sorted by relevance
1 …nction(){return this.advanceWhileChar((function(e){return e===Ee||e===Ae||e===xe||e===Le||e===Me})… method in e
28253 MultiLineStream.prototype.advanceWhileChar = function (condition) { method in MultiLineStream28507 this.stream.advanceWhileChar(function (ch) {28530 this.stream.advanceWhileChar(function (ch) {28639 var n = this.stream.advanceWhileChar(function (ch) {29889 this.stream.advanceWhileChar(function (ch) {29909 this.stream.advanceWhileChar(function (ch) { return ch !== _TIC; });30878 this.stream.advanceWhileChar(function (ch) {
1 …advanceWhileChar=function(e){for(var t=this.position;this.position<this.len&&e(this.source.charCod… method in e
1 …advanceWhileChar = function (condition) {\n var posNow = this.position;\n while (thi…
1 …advanceWhileChar(function (ch) {\n return ch === _WSP || ch === _TAB || ch === _NWL || …