Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dcompilation-dependencies.cc839 class ProtectorDependency final : public CompilationDependency { class
841 explicit ProtectorDependency(const PropertyCellRef& cell) in ProtectorDependency() function in v8::internal::compiler::__anon82456ba40211::ProtectorDependency
860 const ProtectorDependency* const zat = that->AsProtector(); in Equals()
1100 RecordDependency(zone_->New<ProtectorDependency>(cell)); in DependOnProtector()