Home
last modified time | relevance | path

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

/external/v8/src/parsing/
Dparse-info.cc166 AstValueFactory* ParseInfo::GetOrCreateAstValueFactory() { in GetOrCreateAstValueFactory() function in v8::internal::ParseInfo
Dparse-info.h53 AstValueFactory* GetOrCreateAstValueFactory();
Dparser.cc410 info->extension(), info->GetOrCreateAstValueFactory(), in Parser()