Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dcompilation-dependencies.h43 ObjectRef DependOnPrototypeProperty(const JSFunctionRef& function);
Dcompilation-dependencies.cc1040 ObjectRef CompilationDependencies::DependOnPrototypeProperty( in DependOnPrototypeProperty() function in v8::internal::compiler::CompilationDependencies
Djs-native-context-specialization.cc647 ObjectRef prototype = dependencies()->DependOnPrototypeProperty(function); in ReduceJSOrdinaryHasInstance()
1417 ObjectRef prototype = dependencies()->DependOnPrototypeProperty(function); in ReduceJSLoadNamed()