Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-internal-gen.cc1217 CodeStubAssembler::LookupInHolder lookup_property_in_holder = in TF_BUILTIN() local
1242 TryPrototypeChainLookup(object, key, lookup_property_in_holder, in TF_BUILTIN()
/external/v8/src/
Dcode-stub-assembler.cc8786 Node* receiver, Node* key, const LookupInHolder& lookup_property_in_holder, in TryPrototypeChainLookup() argument
8833 lookup_property_in_holder(receiver, var_holder.value(), holder_map, in TryPrototypeChainLookup()
11459 CodeStubAssembler::LookupInHolder lookup_property_in_holder = in HasProperty() local
11476 TryPrototypeChainLookup(object, key, lookup_property_in_holder, in HasProperty()
Dcode-stub-assembler.h2461 const LookupInHolder& lookup_property_in_holder,