Home
last modified time | relevance | path

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

/external/v8/src/
Dcode-stub-assembler.h1131 TNode<BoolT> HasPrototypeProperty(TNode<JSFunction> function, TNode<Map> map);
Dcode-stub-assembler.cc2590 TNode<BoolT> CodeStubAssembler::HasPrototypeProperty(TNode<JSFunction> function, in HasPrototypeProperty() function in v8::internal::CodeStubAssembler
2604 GotoIfNot(HasPrototypeProperty(function, map), runtime); in GotoIfPrototypeRequiresRuntimeLookup()