Searched refs:DataGatheringScope (Results 1 – 3 of 3) sorted by relevance
112 class V8_NODISCARD DataGatheringScope {114 explicit DataGatheringScope(PreParser* preparser) in DataGatheringScope() function116 DataGatheringScope(const DataGatheringScope&) = delete;117 DataGatheringScope& operator=(const DataGatheringScope&) = delete;122 inline ~DataGatheringScope() { in ~DataGatheringScope()
132 PreparseDataBuilder::DataGatheringScope preparse_data_builder_scope(this); in PreParseFunction()291 PreparseDataBuilder::DataGatheringScope preparse_data_builder_scope(this); in ParseFunctionLiteral()
106 void PreparseDataBuilder::DataGatheringScope::Start( in Start()116 void PreparseDataBuilder::DataGatheringScope::Close() { in Close()231 void PreparseDataBuilder::DataGatheringScope::SetSkippableFunction( in SetSkippableFunction()