Searched refs:GetPropertyAttributes (Results 1 – 11 of 11) sorted by relevance
59 result = JSProxy::GetPropertyAttributes(&it); in HasEnumerableProperty()
368 Maybe<PropertyAttributes> maybe = JSReceiver::GetPropertyAttributes(&it); in RUNTIME_FUNCTION()394 Maybe<PropertyAttributes> maybe = JSReceiver::GetPropertyAttributes(&it); in RUNTIME_FUNCTION()
71 Maybe<PropertyAttributes> maybe = JSReceiver::GetPropertyAttributes(&it); in DeclareGlobal()636 Maybe<PropertyAttributes> maybe = JSReceiver::GetPropertyAttributes(&it); in FindNameClash()
203 JSReceiver::GetPropertyAttributes(&length_lookup); in DoFunctionBind()
286 maybe = JSReceiver::GetPropertyAttributes(object, name); in Lookup()
102 Maybe<PropertyAttributes> maybe = JSReceiver::GetPropertyAttributes(&it); in DefineDataProperty()
7640 Maybe<PropertyAttributes> JSReceiver::GetPropertyAttributes( in GetPropertyAttributes() function7644 return GetPropertyAttributes(&it); in GetPropertyAttributes()7652 return GetPropertyAttributes(&it); in GetOwnPropertyAttributes()7659 return GetPropertyAttributes(&it); in GetOwnPropertyAttributes()7672 return GetPropertyAttributes(&it); in GetElementAttributes()7680 return GetPropertyAttributes(&it); in GetOwnElementAttributes()
4264 Maybe<PropertyAttribute> v8::Object::GetPropertyAttributes( in GetPropertyAttributes() function in v8::v8::Object4266 PREPARE_FOR_EXECUTION_PRIMITIVE(context, Object, GetPropertyAttributes, in GetPropertyAttributes()4276 auto result = i::JSReceiver::GetPropertyAttributes(self, key_name); in GetPropertyAttributes()4286 PropertyAttribute v8::Object::GetPropertyAttributes(v8::Local<Value> key) { in GetPropertyAttributes() function in v8::v8::Object4288 return GetPropertyAttributes(context, key) in GetPropertyAttributes()4762 i::JSReceiver::GetPropertyAttributes(&it); in GetRealNamedPropertyAttributesInPrototypeChain()4808 auto result = i::JSReceiver::GetPropertyAttributes(&it); in GetRealNamedPropertyAttributes()
5657 Maybe<PropertyAttributes> JSProxy::GetPropertyAttributes(LookupIterator* it) { in GetPropertyAttributes() function in v8::internal::JSProxy5735 Maybe<PropertyAttributes> maybe = GetPropertyAttributes(&it); in AddProperty()5877 Maybe<PropertyAttributes> JSReceiver::GetPropertyAttributes( in GetPropertyAttributes() function in v8::internal::JSReceiver5885 return JSProxy::GetPropertyAttributes(it); in GetPropertyAttributes()6513 Maybe<PropertyAttributes> maybe = JSReceiver::GetPropertyAttributes(&it); in DefineProperties()6936 MAYBE_RETURN(JSReceiver::GetPropertyAttributes(it), Nothing<bool>()); in CreateDataProperty()6941 Maybe<PropertyAttributes> attributes = GetPropertyAttributes(it); in CreateDataProperty()7403 Maybe<PropertyAttributes> maybe = JSObject::GetPropertyAttributes(it); in GetOwnPropertyDescriptor()8816 CHECK(GetPropertyAttributes(&it).IsJust()); in SetAccessor()16206 Maybe<PropertyAttributes> maybe_result = GetPropertyAttributes(&it); in HasRealNamedCallbackProperty()
2119 MUST_USE_RESULT static inline Maybe<PropertyAttributes> GetPropertyAttributes(2131 MUST_USE_RESULT static Maybe<PropertyAttributes> GetPropertyAttributes(10665 MUST_USE_RESULT static Maybe<PropertyAttributes> GetPropertyAttributes(
2963 PropertyAttribute GetPropertyAttributes(Local<Value> key));2964 V8_WARN_UNUSED_RESULT Maybe<PropertyAttribute> GetPropertyAttributes(