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

/external/v8/src/
H A Dapi.cc4426 Maybe<PropertyAttribute> v8::Object::GetPropertyAttributes( function in class:v8::v8::Object
4428 PREPARE_FOR_EXECUTION_PRIMITIVE(context, Object, GetPropertyAttributes,
4438 auto result = i::JSReceiver::GetPropertyAttributes(self, key_name);
4448 PropertyAttribute v8::Object::GetPropertyAttributes(v8::Local<Value> key) { function in class:v8::v8::Object
4450 return GetPropertyAttributes(context, key)
4925 i::JSReceiver::GetPropertyAttributes(&it);
4971 auto result = i::JSReceiver::GetPropertyAttributes(&it);
H A Dobjects.cc5274 Maybe<PropertyAttributes> JSProxy::GetPropertyAttributes(LookupIterator* it) { function in class:v8::internal::JSProxy
5352 Maybe<PropertyAttributes> maybe = GetPropertyAttributes(&it);
5494 Maybe<PropertyAttributes> JSReceiver::GetPropertyAttributes( function in class:v8::internal::JSReceiver
5502 return JSProxy::GetPropertyAttributes(it);
6115 Maybe<PropertyAttributes> maybe = JSReceiver::GetPropertyAttributes(&it);
6541 MAYBE_RETURN(JSReceiver::GetPropertyAttributes(it), Nothing<bool>());
6546 Maybe<PropertyAttributes> attributes = GetPropertyAttributes(it);
7014 Maybe<PropertyAttributes> maybe = JSObject::GetPropertyAttributes(it);
8410 // Duplicate ACCESS_CHECK outside of GetPropertyAttributes for the case that
8429 CHECK(GetPropertyAttributes(
[all...]

Completed in 334 milliseconds