Searched refs:GetAttributes (Results 1 – 5 of 5) sorted by relevance
52 PrintF(out, " -attributes = %x\n", GetAttributes()); in Print()
274 PropertyAttributes GetAttributes() { in GetAttributes() function
1421 if (lookup->GetAttributes() != NONE) return; in UpdateCaches()1868 if (lookup->GetAttributes() == NONE) { in UpdateCaches()
312 *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()
1352 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()