Lines Matching refs:curContext
419 if (out === types$1.braceStatement && this.curContext() === types$1.functionExpression) {
460 if (this.curContext() !== types$1.braceStatement) {
468 if (this.curContext() === types$1.template) {
746 Tokenizer.prototype.curContext = function curContext() { method in Tokenizer
754 var curContext = this.curContext();
755 if (!curContext || !curContext.preserveSpace) this.skipSpace();
763 if (curContext.override) {
764 return curContext.override(this);
1520 var parent = this.curContext();
1535 return this.curContext() === types$1.braceStatement;
6860 this.state.exprAllowed = this.curContext() === types$1.j_expr;
7247 var context = this.curContext();
7280 var curContext = this.curContext();
7281 if (curContext === types$1.j_oTag) {
7283 } else if (curContext === types$1.j_expr) {