Searched defs:GetPropertyAttributes (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/v8/src/
H A Dapi.cc3130 PropertyAttribute v8::Object::GetPropertyAttributes(v8::Handle<Value> key) { function in class:v8::v8::Object
3132 ON_BAILOUT(isolate, "v8::Object::GetPropertyAttributes()",
3146 i::JSReceiver::GetPropertyAttributes(self, key_name);
H A Dobjects-inl.h6424 return GetPropertyAttributes(object, name) != ABSENT;
6437 PropertyAttributes JSReceiver::GetPropertyAttributes(Handle<JSReceiver> object, function in class:v8::Code::FindAndReplacePattern::JSReceiver
6444 return GetPropertyAttributes(&it);
H A Dobjects.cc3050 PropertyAttributes attr = GetPropertyAttributes(&it);
4383 return GetPropertyAttributes(&it);
4387 PropertyAttributes JSReceiver::GetPropertyAttributes(LookupIterator* it) { function in class:v8::internal::JSReceiver
5069 return GetPropertyAttributes(&it) != ABSENT;

Completed in 738 milliseconds