Home
last modified time | relevance | path

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

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

Completed in 3 milliseconds