Searched refs:HasRealIndexedProperty (Results 1 – 2 of 2) sorted by relevance
3183 bool HasRealIndexedProperty(uint32_t index));3184 V8_WARN_UNUSED_RESULT Maybe<bool> HasRealIndexedProperty(
4660 Maybe<bool> v8::Object::HasRealIndexedProperty(Local<Context> context, in HasRealIndexedProperty() function in v8::v8::Object4662 PREPARE_FOR_EXECUTION_PRIMITIVE(context, Object, HasRealIndexedProperty, in HasRealIndexedProperty()4674 bool v8::Object::HasRealIndexedProperty(uint32_t index) { in HasRealIndexedProperty() function in v8::v8::Object4676 return HasRealIndexedProperty(context, index).FromMaybe(false); in HasRealIndexedProperty()