Home
last modified time | relevance | path

Searched refs:GetScopeData (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/parsing/
H A Dpreparse-data-impl.h52 : ReadingScope(parent->scope_data_.get(), parent->GetScopeData()) {} in ReadingScope()
150 virtual Data GetScopeData() = 0;
187 PreparseData GetScopeData() final;
237 ZoneVectorWrapper GetScopeData() final;
H A Dpreparse-data.cc765 PreparseData OnHeapConsumedPreparseData::GetScopeData() { return *data_; } in GetScopeData() function in v8::internal::OnHeapConsumedPreparseData
825 ZoneVectorWrapper ZoneConsumedPreparseData::GetScopeData() { in GetScopeData() function in v8::internal::ZoneConsumedPreparseData

Completed in 3 milliseconds