Home
last modified time | relevance | path

Searched refs:GetRealNamedPropertyAttributesInPrototypeChain (Results 1 – 2 of 2) sorted by relevance

/external/v8/include/
Dv8.h3208 Maybe<PropertyAttribute> GetRealNamedPropertyAttributesInPrototypeChain(
3211 GetRealNamedPropertyAttributesInPrototypeChain(Local<Context> context,
/external/v8/src/
Dapi.cc4746 v8::Object::GetRealNamedPropertyAttributesInPrototypeChain( in GetRealNamedPropertyAttributesInPrototypeChain() function in v8::v8::Object
4749 context, Object, GetRealNamedPropertyAttributesInPrototypeChain, in GetRealNamedPropertyAttributesInPrototypeChain()
4771 v8::Object::GetRealNamedPropertyAttributesInPrototypeChain(Local<String> key) { in GetRealNamedPropertyAttributesInPrototypeChain() function in v8::v8::Object
4773 return GetRealNamedPropertyAttributesInPrototypeChain(context, key); in GetRealNamedPropertyAttributesInPrototypeChain()