Searched refs:GetPropertyAttribute (Results 1 – 13 of 13) sorted by relevance
125 *attributes = object->GetPropertyAttribute(*name); in Lookup()
4537 return GetPropertyAttribute(name) != ABSENT; in HasProperty()4549 PropertyAttributes JSReceiver::GetPropertyAttribute(String* key) { in GetPropertyAttribute() function
1431 inline PropertyAttributes GetPropertyAttribute(String* name);1461 PropertyAttributes GetPropertyAttribute(JSReceiver* receiver,
3187 return GetPropertyAttribute(receiver, &result, key, true); in GetPropertyAttributeWithReceiver()3191 PropertyAttributes JSReceiver::GetPropertyAttribute(JSReceiver* receiver, in GetPropertyAttribute() function in v8::internal::JSReceiver3236 return GetPropertyAttribute(this, &result, name, false); in GetLocalPropertyAttribute()
1305 PropertyAttributes attributes = global->GetPropertyAttribute(*name); in RUNTIME_FUNCTION()1517 PropertyAttributes intercepted = holder->GetPropertyAttribute(*name); in RUNTIME_FUNCTION()
2855 PropertyAttributes result = self->GetPropertyAttribute(*key_string); in GetPropertyAttributes()
136 *attributes = object->GetPropertyAttribute(*name); in Lookup()
5895 return object->GetPropertyAttribute(*name) != ABSENT; in HasProperty()5909 PropertyAttributes JSReceiver::GetPropertyAttribute(Name* key) { in GetPropertyAttribute() function
2095 PropertyAttributes attributes = global->GetPropertyAttribute(*name); in RUNTIME_FUNCTION()2290 lookup.holder()->GetPropertyAttribute(*name); in RUNTIME_FUNCTION()
1996 inline PropertyAttributes GetPropertyAttribute(Name* name);
3351 PropertyAttributes result = self->GetPropertyAttribute(*key_name); in GetPropertyAttributes()
841 Add GetPropertyAttribute method for Object in the API. (Patch by
3273 Add GetPropertyAttribute method for Object in the API. (Patch by