Home
last modified time | relevance | path

Searched refs:GetPropertyAttribute (Results 1 – 13 of 13) sorted by relevance

/external/v8/src/
Dcontexts.cc125 *attributes = object->GetPropertyAttribute(*name); in Lookup()
Dobjects-inl.h4537 return GetPropertyAttribute(name) != ABSENT; in HasProperty()
4549 PropertyAttributes JSReceiver::GetPropertyAttribute(String* key) { in GetPropertyAttribute() function
Dobjects.h1431 inline PropertyAttributes GetPropertyAttribute(String* name);
1461 PropertyAttributes GetPropertyAttribute(JSReceiver* receiver,
Dobjects.cc3187 return GetPropertyAttribute(receiver, &result, key, true); in GetPropertyAttributeWithReceiver()
3191 PropertyAttributes JSReceiver::GetPropertyAttribute(JSReceiver* receiver, in GetPropertyAttribute() function in v8::internal::JSReceiver
3236 return GetPropertyAttribute(this, &result, name, false); in GetLocalPropertyAttribute()
Druntime.cc1305 PropertyAttributes attributes = global->GetPropertyAttribute(*name); in RUNTIME_FUNCTION()
1517 PropertyAttributes intercepted = holder->GetPropertyAttribute(*name); in RUNTIME_FUNCTION()
Dapi.cc2855 PropertyAttributes result = self->GetPropertyAttribute(*key_string); in GetPropertyAttributes()
/external/chromium_org/v8/src/
Dcontexts.cc136 *attributes = object->GetPropertyAttribute(*name); in Lookup()
Dobjects-inl.h5895 return object->GetPropertyAttribute(*name) != ABSENT; in HasProperty()
5909 PropertyAttributes JSReceiver::GetPropertyAttribute(Name* key) { in GetPropertyAttribute() function
Druntime.cc2095 PropertyAttributes attributes = global->GetPropertyAttribute(*name); in RUNTIME_FUNCTION()
2290 lookup.holder()->GetPropertyAttribute(*name); in RUNTIME_FUNCTION()
Dobjects.h1996 inline PropertyAttributes GetPropertyAttribute(Name* name);
Dapi.cc3351 PropertyAttributes result = self->GetPropertyAttribute(*key_name); in GetPropertyAttributes()
/external/v8/
DChangeLog841 Add GetPropertyAttribute method for Object in the API. (Patch by
/external/chromium_org/v8/
DChangeLog3273 Add GetPropertyAttribute method for Object in the API. (Patch by