GetPropertyAttribute 2887 src/api.cc       PropertyAttributes result = self->GetPropertyAttribute(*key_string);
GetPropertyAttribute  125 src/contexts.cc         *attributes = object->GetPropertyAttribute(*name);
GetPropertyAttribute 4909 src/objects-inl.h   return GetPropertyAttribute(name) != ABSENT;
GetPropertyAttribute 4921 src/objects-inl.h PropertyAttributes JSReceiver::GetPropertyAttribute(String* key) {
GetPropertyAttribute 3012 src/objects.cc   return GetPropertyAttribute(receiver, &result, key, true);
GetPropertyAttribute 3062 src/objects.cc   return GetPropertyAttribute(this, &result, name, false);
GetPropertyAttribute 1435 src/objects.h    inline PropertyAttributes GetPropertyAttribute(String* name);
GetPropertyAttribute 1468 src/objects.h    PropertyAttributes GetPropertyAttribute(JSReceiver* receiver,
GetPropertyAttribute 1383 src/runtime.cc         PropertyAttributes attributes = global->GetPropertyAttribute(*name);
GetPropertyAttribute 1585 src/runtime.cc       PropertyAttributes intercepted = holder->GetPropertyAttribute(*name);