Searched refs:DataGatheringScope (Results 1 – 3 of 3) sorted by relevance
105 class DataGatheringScope {107 DataGatheringScope(DeclarationScope* function_scope, PreParser* preparser);108 ~DataGatheringScope();117 DISALLOW_COPY_AND_ASSIGN(DataGatheringScope);
135 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()
187 ProducedPreParsedScopeData::DataGatheringScope::DataGatheringScope( in DataGatheringScope() function in v8::internal::ProducedPreParsedScopeData::DataGatheringScope205 ProducedPreParsedScopeData::DataGatheringScope::~DataGatheringScope() { in ~DataGatheringScope()212 void ProducedPreParsedScopeData::DataGatheringScope::MarkFunctionAsSkippable( in MarkFunctionAsSkippable()