Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/parsing/
Dpreparse-data.h112 class V8_NODISCARD DataGatheringScope {
114 explicit DataGatheringScope(PreParser* preparser) in DataGatheringScope() function
116 DataGatheringScope(const DataGatheringScope&) = delete;
117 DataGatheringScope& operator=(const DataGatheringScope&) = delete;
122 inline ~DataGatheringScope() { in ~DataGatheringScope()
Dpreparser.cc132 PreparseDataBuilder::DataGatheringScope preparse_data_builder_scope(this); in PreParseFunction()
291 PreparseDataBuilder::DataGatheringScope preparse_data_builder_scope(this); in ParseFunctionLiteral()
Dpreparse-data.cc106 void PreparseDataBuilder::DataGatheringScope::Start( in Start()
116 void PreparseDataBuilder::DataGatheringScope::Close() { in Close()
231 void PreparseDataBuilder::DataGatheringScope::SetSkippableFunction( in SetSkippableFunction()