Home
last modified time | relevance | path

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

/external/v8/src/parsing/
Dpreparsed-scope-data.h105 class DataGatheringScope {
107 DataGatheringScope(DeclarationScope* function_scope, PreParser* preparser);
108 ~DataGatheringScope();
117 DISALLOW_COPY_AND_ASSIGN(DataGatheringScope);
Dpreparser.cc135 std::unique_ptr<ProducedPreParsedScopeData::DataGatheringScope> in PreParseFunction()
140 new ProducedPreParsedScopeData::DataGatheringScope(function_scope, in PreParseFunction()
293 std::unique_ptr<ProducedPreParsedScopeData::DataGatheringScope> in ParseFunctionLiteral()
300 new ProducedPreParsedScopeData::DataGatheringScope(function_scope, in ParseFunctionLiteral()
Dpreparsed-scope-data.cc187 ProducedPreParsedScopeData::DataGatheringScope::DataGatheringScope( in DataGatheringScope() function in v8::internal::ProducedPreParsedScopeData::DataGatheringScope
205 ProducedPreParsedScopeData::DataGatheringScope::~DataGatheringScope() { in ~DataGatheringScope()
212 void ProducedPreParsedScopeData::DataGatheringScope::MarkFunctionAsSkippable( in MarkFunctionAsSkippable()