Home
last modified time | relevance | path

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

/external/v8/include/
Dv8.h3183 bool HasRealIndexedProperty(uint32_t index));
3184 V8_WARN_UNUSED_RESULT Maybe<bool> HasRealIndexedProperty(
/external/v8/src/
Dapi.cc4660 Maybe<bool> v8::Object::HasRealIndexedProperty(Local<Context> context, in HasRealIndexedProperty() function in v8::v8::Object
4662 PREPARE_FOR_EXECUTION_PRIMITIVE(context, Object, HasRealIndexedProperty, in HasRealIndexedProperty()
4674 bool v8::Object::HasRealIndexedProperty(uint32_t index) { in HasRealIndexedProperty() function in v8::v8::Object
4676 return HasRealIndexedProperty(context, index).FromMaybe(false); in HasRealIndexedProperty()