Searched refs:GetPropertyAttribute (Results 1 - 6 of 6) sorted by relevance

/external/v8/src/
H A Dcontexts.cc125 *attributes = object->GetPropertyAttribute(*name);
H A Dobjects-inl.h4537 return GetPropertyAttribute(name) != ABSENT;
4549 PropertyAttributes JSReceiver::GetPropertyAttribute(String* key) { function in class:JSReceiver
H A Dobjects.h1431 inline PropertyAttributes GetPropertyAttribute(String* name);
1461 PropertyAttributes GetPropertyAttribute(JSReceiver* receiver,
H A Dobjects.cc3187 return GetPropertyAttribute(receiver, &result, key, true);
3191 PropertyAttributes JSReceiver::GetPropertyAttribute(JSReceiver* receiver, function in class:v8::internal::JSReceiver
3236 return GetPropertyAttribute(this, &result, name, false);
H A Druntime.cc1305 PropertyAttributes attributes = global->GetPropertyAttribute(*name);
1517 PropertyAttributes intercepted = holder->GetPropertyAttribute(*name);
H A Dapi.cc2843 ON_BAILOUT(isolate, "v8::Object::GetPropertyAttribute()",
2855 PropertyAttributes result = self->GetPropertyAttribute(*key_string);

Completed in 137 milliseconds