Home | History | Annotate | Download | only in src

Lines Matching refs:att

4234   PropertyAttributes att = object->GetLocalPropertyAttribute(key);
4235 return isolate->heap()->ToBoolean(att != ABSENT && (att & DONT_ENUM) == 0);