Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/parsing/
H A Dpreparse-data-impl.h21 class ZoneVectorWrapper { class
23 ZoneVectorWrapper() = default;
24 explicit ZoneVectorWrapper(ZoneVector<uint8_t>* data) : data_(data) {} in ZoneVectorWrapper() function in v8::internal::ZoneVectorWrapper
233 : public BaseConsumedPreparseData<ZoneVectorWrapper> {
237 ZoneVectorWrapper GetScopeData() final;
242 ZoneVectorWrapper scope_data_wrapper_;
H A Dpreparse-data.cc825 ZoneVectorWrapper ZoneConsumedPreparseData::GetScopeData() { in GetScopeData()

Completed in 3 milliseconds