Home
last modified time | relevance | path

Searched refs:AstBuildingParserFactory (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/
Dparser.cc852 class AstBuildingParserFactory : public ParserFactory { class
854 AstBuildingParserFactory() : ParserFactory(false) { } in AstBuildingParserFactory() function in v8::internal::AstBuildingParserFactory
1032 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()