Searched refs:ReadingScope (Results 1 – 2 of 2) sorted by relevance
194 class ReadingScope {196 ReadingScope(ByteData* consumed_data, PodArray<uint8_t>* data) in ReadingScope() function200 explicit ReadingScope(ConsumedPreParsedScopeData* parent);201 ~ReadingScope() { consumed_data_->data_ = nullptr; } in ~ReadingScope()
434 ConsumedPreParsedScopeData::ByteData::ReadingScope::ReadingScope( in ReadingScope() function in v8::internal::ConsumedPreParsedScopeData::ByteData::ReadingScope436 : ReadingScope(parent->scope_data_.get(), parent->data_->scope_data()) {} in ReadingScope()501 ByteData::ReadingScope reading_scope(this); in SetData()517 ByteData::ReadingScope reading_scope(this); in GetDataForSkippableFunction()550 ByteData::ReadingScope reading_scope(this); in RestoreScopeAllocationData()