GetLocalPropertyAttribute  123 src/contexts.cc         *attributes = object->GetLocalPropertyAttribute(*name);
GetLocalPropertyAttribute 4917 src/objects-inl.h   return GetLocalPropertyAttribute(name) != ABSENT;
GetLocalPropertyAttribute 1438 src/objects.h    PropertyAttributes GetLocalPropertyAttribute(String* name);
GetLocalPropertyAttribute  186 src/runtime.cc           copy->GetLocalPropertyAttribute(key_string);
GetLocalPropertyAttribute 5073 src/runtime.cc   PropertyAttributes att = object->GetLocalPropertyAttribute(key);
GetLocalPropertyAttribute 9128 src/runtime.cc       (object->GetLocalPropertyAttribute(*name) == ABSENT)) {