()
| 6408 | } |
| 6409 | |
| 6410 | func (p *Parser) inAwaitContext() bool { |
| 6411 | return p.contextFlags&ast.NodeFlagsAwaitContext != 0 |
| 6412 | } |
| 6413 | |
| 6414 | func (p *Parser) skipRangeTrivia(textRange core.TextRange) core.TextRange { |
| 6415 | return core.NewTextRange(scanner.SkipTrivia(p.sourceText, textRange.Pos()), textRange.End()) |
no outgoing calls
no test coverage detected