Searched refs:GetRealNamedPropertyAttributes (Results 1 - 2 of 2) sorted by relevance

/external/v8/include/
H A Dv8.h3230 Maybe<PropertyAttribute> GetRealNamedPropertyAttributes(
3232 V8_WARN_UNUSED_RESULT Maybe<PropertyAttribute> GetRealNamedPropertyAttributes(
/external/v8/src/
H A Dapi.cc4799 Maybe<PropertyAttribute> v8::Object::GetRealNamedPropertyAttributes( function in class:v8::v8::Object
4802 context, Object, GetRealNamedPropertyAttributes, PropertyAttribute);
4819 Maybe<PropertyAttribute> v8::Object::GetRealNamedPropertyAttributes( function in class:v8::v8::Object
4822 return GetRealNamedPropertyAttributes(context, key);

Completed in 127 milliseconds