Lines Matching refs:expect
133 expect: function(type){ method in Parser
324 this.expect('end-pug-interpolation');
409 var tok = this.expect('case');
419 this.expect('indent');
439 this.expect('outdent');
451 var tok = this.expect('when');
479 var tok = this.expect('default');
496 var tok = this.expect('code');
527 var tok = this.expect('if');
546 this.expect('newline');
548 tok = this.expect('else-if');
564 this.expect('else');
577 var tok = this.expect('while');
601 var tok = this.expect('blockcode');
644 var tok = this.expect('comment');
673 var tok = this.expect('doctype');
684 var tok = this.expect('filter');
706 var tok = this.expect('filter');
746 var tok = this.expect('each');
769 var tok = this.expect('extends');
770 var path = this.expect('path');
791 var tok = this.expect('block');
804 var tok = this.expect('mixin-block');
817 var tok = this.expect('yield');
831 var tok = this.expect('include');
846 var path = this.expect('path');
875 var tok = this.expect('call');
905 var tok = this.expect('mixin');
959 this.expect('end-pug-interpolation');
988 var tok = this.expect('indent');
1004 this.expect('outdent');
1167 this.expect('start-attributes');
1189 this.expect('end-attributes');