Searched refs:braceIsBlock (Results 1 – 7 of 7) sorted by relevance
34 pp.braceIsBlock = function(prevType) { function in pp78 this.context.push(this.braceIsBlock(prevType) ? types.b_stat : types.b_expr)
2297 pp$6.braceIsBlock = function(prevType) { function2341 this.context.push(this.braceIsBlock(prevType) ? types.b_stat : types.b_expr)
2303 pp$6.braceIsBlock = function(prevType) {2347 this.context.push(this.braceIsBlock(prevType) ? types.b_stat : types.b_expr)
2568 pp$6.braceIsBlock = function(prevType) { function2612 this.context.push(this.braceIsBlock(prevType) ? types.b_stat : types.b_expr)
2574 pp$6.braceIsBlock = function(prevType) {2618 this.context.push(this.braceIsBlock(prevType) ? types.b_stat : types.b_expr)
440 …this.state.context.push(this.braceIsBlock(prevType) ? types$1.braceStatement : types$1.braceExpres…1518 Tokenizer.prototype.braceIsBlock = function braceIsBlock(prevType) { method in Tokenizer