Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dcompilation-dependencies.cc51 class PrototypePropertyDependency final class
56 PrototypePropertyDependency(const JSFunctionRef& function, in PrototypePropertyDependency() function in v8::internal::compiler::PrototypePropertyDependency
302 new (zone_) PrototypePropertyDependency(function, prototype)); in DependOnPrototypeProperty()