Lines Matching refs:skipSymbol
2924 _proto.skipSymbol = function skipSymbol(val) {
2962 if (this.skipSymbol('for')) {
2965 } else if (this.skipSymbol('asyncEach')) {
2968 } else if (this.skipSymbol('asyncAll')) {
2989 if (!this.skipSymbol('in')) {
2995 if (this.skipSymbol('else')) {
3004 if (!this.skipSymbol('macro')) {
3019 if (!this.skipSymbol('call')) {
3042 if (this.skipSymbol('with')) {
3044 } else if (this.skipSymbol('without')) {
3048 if (!this.skipSymbol('context')) {
3056 if (!this.skipSymbol('import')) {
3060 if (!this.skipSymbol('as')) {
3071 if (!this.skipSymbol('from')) {
3075 if (!this.skipSymbol('import')) {
3104 if (this.skipSymbol('as')) {
3116 if (!this.skipSymbol('block')) {
3126 this.skipSymbol('endblock');
3127 this.skipSymbol(node.name.value);
3138 if (!this.skipSymbol(tagName)) {
3149 if (!this.skipSymbol(tagName)) {
3154 if (this.skipSymbol('ignore') && this.skipSymbol('missing')) {
3163 if (this.skipSymbol('if') || this.skipSymbol('elif') || this.skipSymbol('elseif')) {
3165 } else if (this.skipSymbol('ifAsync')) {
3195 if (!this.skipSymbol('set')) {
3234 …if (!this.skipSymbol(switchStart) && !this.skipSymbol(caseStart) && !this.skipSymbol(caseDefault))…
3255 this.skipSymbol(caseStart);
3415 if (this.skipSymbol('if')) {
3421 if (this.skipSymbol('else')) {
3431 while (this.skipSymbol('or')) {
3439 while (this.skipSymbol('and')) {
3447 if (this.skipSymbol('not')) {
3466 if (this.skipSymbol('in')) {
3489 if (this.skipSymbol('is')) {
3491 var not = this.skipSymbol('not');
3678 if (!this.skipSymbol('filter')) {