Home
last modified time | relevance | path

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

/external/v8/src/
Dproperty.cc43 PrintF(out, " -attributes = %x\n", GetAttributes()); in Print()
Dproperty.h232 PropertyAttributes GetAttributes() { in GetAttributes() function
Dic.cc1586 if (lookup->GetAttributes() != NONE) return; in UpdateCaches()
1765 if (lookup->GetAttributes() == NONE) { in UpdateCaches()
Dobjects.cc266 *attributes = result->GetAttributes(); in GetPropertyWithFailedAccessCheck()
328 return result->GetAttributes(); in GetPropertyAttributeWithFailedAccessCheck()
528 *attributes = result->GetAttributes(); in GetProperty()
2145 if (attributes == result->GetAttributes()) { in SetProperty()
2156 attributes = result->GetAttributes(); in SetProperty()
2244 if (attributes == result.GetAttributes()) { in SetLocalPropertyIgnoreAttributes()
2255 attributes = result.GetAttributes(); in SetLocalPropertyIgnoreAttributes()
2283 if (result.IsProperty()) return result.GetAttributes(); in GetPropertyAttributePostInterceptor()
2383 return result->GetAttributes(); in GetPropertyAttribute()
Druntime.cc1186 attributes | (lookup.GetAttributes() & DONT_DELETE)); in RUNTIME_FUNCTION()
3901 (attr != result.GetAttributes() || result.type() == CALLBACKS)) { in RUNTIME_FUNCTION()