HomeSort by relevance Sort by last modified time
    Searched defs:DataGatheringScope (Results 1 - 2 of 2) sorted by null

  /external/v8/src/parsing/
preparsed-scope-data.h 105 class DataGatheringScope {
107 DataGatheringScope(DeclarationScope* function_scope, PreParser* preparser);
108 ~DataGatheringScope();
117 DISALLOW_COPY_AND_ASSIGN(DataGatheringScope);
preparsed-scope-data.cc 187 ProducedPreParsedScopeData::DataGatheringScope::DataGatheringScope(
205 ProducedPreParsedScopeData::DataGatheringScope::~DataGatheringScope() {
212 void ProducedPreParsedScopeData::DataGatheringScope::MarkFunctionAsSkippable(

Completed in 75 milliseconds