Lines Matching refs:skipSymbol
91 _proto.skipSymbol = function skipSymbol(val) { function
129 if (this.skipSymbol('for')) {
132 } else if (this.skipSymbol('asyncEach')) {
135 } else if (this.skipSymbol('asyncAll')) {
156 if (!this.skipSymbol('in')) {
162 if (this.skipSymbol('else')) {
171 if (!this.skipSymbol('macro')) {
186 if (!this.skipSymbol('call')) {
209 if (this.skipSymbol('with')) {
211 } else if (this.skipSymbol('without')) {
215 if (!this.skipSymbol('context')) {
223 if (!this.skipSymbol('import')) {
227 if (!this.skipSymbol('as')) {
238 if (!this.skipSymbol('from')) {
242 if (!this.skipSymbol('import')) {
271 if (this.skipSymbol('as')) {
283 if (!this.skipSymbol('block')) {
293 this.skipSymbol('endblock');
294 this.skipSymbol(node.name.value);
305 if (!this.skipSymbol(tagName)) {
316 if (!this.skipSymbol(tagName)) {
321 if (this.skipSymbol('ignore') && this.skipSymbol('missing')) {
330 if (this.skipSymbol('if') || this.skipSymbol('elif') || this.skipSymbol('elseif')) {
332 } else if (this.skipSymbol('ifAsync')) {
362 if (!this.skipSymbol('set')) {
401 …if (!this.skipSymbol(switchStart) && !this.skipSymbol(caseStart) && !this.skipSymbol(caseDefault))…
422 this.skipSymbol(caseStart);
582 if (this.skipSymbol('if')) {
588 if (this.skipSymbol('else')) {
598 while (this.skipSymbol('or')) {
606 while (this.skipSymbol('and')) {
614 if (this.skipSymbol('not')) {
633 if (this.skipSymbol('in')) {
656 if (this.skipSymbol('is')) {
658 var not = this.skipSymbol('not');
845 if (!this.skipSymbol('filter')) {