Home
last modified time | relevance | path

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

/external/v8/src/ic/
Daccessor-assembler.h105 enum ElementSupport { kOnlyProperties, kSupportElements }; enumerator
108 ICMode ic_mode, ElementSupport support_elements = kOnlyProperties);
174 ElementSupport support_elements = kOnlyProperties);
Daccessor-assembler.cc2835 OnNonExistent::kReturnUndefined, kOnlyProperties); in KeyedLoadICPolymorphicName()