Searched refs:AstBuildingParserFactory (Results 1 – 1 of 1) sorted by relevance
852 class AstBuildingParserFactory : public ParserFactory { class854 AstBuildingParserFactory() : ParserFactory(false) { } in AstBuildingParserFactory() function in v8::internal::AstBuildingParserFactory1032 AstBuildingParserFactory* factory() { return &factory_; } in factory()1037 AstBuildingParserFactory factory_;1061 Scope* AstBuildingParserFactory::NewScope(Scope* parent, Scope::Type type, in NewScope()1069 Statement* AstBuildingParserFactory::EmptyStatement() { in EmptyStatement()