Lines Matching refs:parseStatement
20 let stmt = this.parseStatement(true, true, exports)
68 pp.parseStatement = function(declaration, topLevel, exports) { function in pp
164 node.body = this.parseStatement(false)
225 node.consequent = this.parseStatement(!this.strict && this.isFunction())
226 …node.alternate = this.eat(tt._else) ? this.parseStatement(!this.strict && this.isFunction()) : null
272 cur.consequent.push(this.parseStatement(true))
325 node.body = this.parseStatement(false)
334 node.body = this.parseStatement(false)
355 node.body = this.parseStatement(true)
380 let stmt = this.parseStatement(true)
397 node.body = this.parseStatement(false)
411 node.body = this.parseStatement(false)
598 node.declaration = this.parseStatement(true)