Home
last modified time | relevance | path

Searched refs:GetAttributes (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/
Dproperty.cc52 PrintF(out, " -attributes = %x\n", GetAttributes()); in Print()
Dproperty.h274 PropertyAttributes GetAttributes() { in GetAttributes() function
Dic.cc1421 if (lookup->GetAttributes() != NONE) return; in UpdateCaches()
1868 if (lookup->GetAttributes() == NONE) { in UpdateCaches()
Dobjects.cc312 *attributes = result->GetAttributes(); in GetPropertyWithFailedAccessCheck()
372 return result->GetAttributes(); in GetPropertyAttributeWithFailedAccessCheck()
612 *attributes = result->GetAttributes(); in GetProperty()
2952 if (attributes == result->GetAttributes()) { in SetPropertyForResult()
2963 attributes = result->GetAttributes(); in SetPropertyForResult()
3071 if (attributes == result.GetAttributes()) { in SetLocalPropertyIgnoreAttributes()
3082 attributes = result.GetAttributes(); in SetLocalPropertyIgnoreAttributes()
3111 if (result.IsProperty()) return result.GetAttributes(); in GetPropertyAttributePostInterceptor()
3210 return result->GetAttributes(); in GetPropertyAttribute()
Druntime.cc1352 if (lookup.GetAttributes() & READ_ONLY) { in RUNTIME_FUNCTION()
1361 attr |= lookup.GetAttributes() & DONT_DELETE; in RUNTIME_FUNCTION()
4391 if (callback->IsForeign() && result.GetAttributes() == attr) { in RUNTIME_FUNCTION()
4407 (attr != result.GetAttributes() || result.type() == CALLBACKS)) { in RUNTIME_FUNCTION()