Searched refs:parsing_module_ (Results 1 – 5 of 5) sorted by relevance
100 if (parsing_module_) scope = NewModuleScope(scope); in PreParseProgram()
554 } else if (parsing_module_) { in DoParseProgram()567 if (parsing_module_) { in DoParseProgram()629 int parameter_count = parsing_module_ ? 1 : 0; in DoParseProgram()972 parsing_module_)) { in ParseExportClause()1025 false, parsing_module_)) { in ParseNamedImports()
271 parsing_module_(parsing_module), in ParserBase()1555 const bool parsing_module_; variable1708 (next == Token::AWAIT && !parsing_module_ && !is_async_function())) { in ParseAndClassifyIdentifier()1772 if (next == Token::IDENTIFIER || (next == Token::AWAIT && !parsing_module_ && in ParseIdentifierOrStrictReservedWord()2601 parsing_module_ || is_async_function())) { in ParseObjectPropertyDefinition()3624 if (!parsing_module_) { in ParseImportExpressions()
243 -1, parsing_module_, parsing_on_main_thread_);
1084 DCHECK(!parsing_module_ || !expr.AsIdentifier().IsAwait());