Home
last modified time | relevance | path

Searched refs:GetPropertyAttributes (Results 1 – 11 of 11) sorted by relevance

/external/v8/src/runtime/
Druntime-forin.cc59 result = JSProxy::GetPropertyAttributes(&it); in HasEnumerableProperty()
Druntime-object.cc354 Maybe<PropertyAttributes> maybe = JSReceiver::GetPropertyAttributes(&it); in RUNTIME_FUNCTION()
380 Maybe<PropertyAttributes> maybe = JSReceiver::GetPropertyAttributes(&it); in RUNTIME_FUNCTION()
Druntime-scopes.cc71 Maybe<PropertyAttributes> maybe = JSReceiver::GetPropertyAttributes(&it); in DeclareGlobal()
687 Maybe<PropertyAttributes> maybe = JSReceiver::GetPropertyAttributes(&it); in FindNameClash()
/external/v8/src/builtins/
Dbuiltins-function.cc220 JSReceiver::GetPropertyAttributes(&length_lookup); in DoFunctionBind()
/external/v8/src/
Dcontexts.cc290 maybe = JSReceiver::GetPropertyAttributes(object, name); in Lookup()
Dapi-natives.cc102 Maybe<PropertyAttributes> maybe = JSReceiver::GetPropertyAttributes(&it); in DefineDataProperty()
Dobjects-inl.h7524 Maybe<PropertyAttributes> JSReceiver::GetPropertyAttributes( in GetPropertyAttributes() function
7528 return GetPropertyAttributes(&it); in GetPropertyAttributes()
7536 return GetPropertyAttributes(&it); in GetOwnPropertyAttributes()
7543 return GetPropertyAttributes(&it); in GetOwnPropertyAttributes()
7556 return GetPropertyAttributes(&it); in GetElementAttributes()
7564 return GetPropertyAttributes(&it); in GetOwnElementAttributes()
Dapi.cc4426 Maybe<PropertyAttribute> v8::Object::GetPropertyAttributes( in GetPropertyAttributes() function in v8::v8::Object
4428 PREPARE_FOR_EXECUTION_PRIMITIVE(context, Object, GetPropertyAttributes, in GetPropertyAttributes()
4438 auto result = i::JSReceiver::GetPropertyAttributes(self, key_name); in GetPropertyAttributes()
4448 PropertyAttribute v8::Object::GetPropertyAttributes(v8::Local<Value> key) { in GetPropertyAttributes() function in v8::v8::Object
4450 return GetPropertyAttributes(context, key) in GetPropertyAttributes()
4925 i::JSReceiver::GetPropertyAttributes(&it); in GetRealNamedPropertyAttributesInPrototypeChain()
4971 auto result = i::JSReceiver::GetPropertyAttributes(&it); in GetRealNamedPropertyAttributes()
Dobjects.cc5274 Maybe<PropertyAttributes> JSProxy::GetPropertyAttributes(LookupIterator* it) { in GetPropertyAttributes() function in v8::internal::JSProxy
5352 Maybe<PropertyAttributes> maybe = GetPropertyAttributes(&it); in AddProperty()
5494 Maybe<PropertyAttributes> JSReceiver::GetPropertyAttributes( in GetPropertyAttributes() function in v8::internal::JSReceiver
5502 return JSProxy::GetPropertyAttributes(it); in GetPropertyAttributes()
6115 Maybe<PropertyAttributes> maybe = JSReceiver::GetPropertyAttributes(&it); in DefineProperties()
6541 MAYBE_RETURN(JSReceiver::GetPropertyAttributes(it), Nothing<bool>()); in CreateDataProperty()
6546 Maybe<PropertyAttributes> attributes = GetPropertyAttributes(it); in CreateDataProperty()
7014 Maybe<PropertyAttributes> maybe = JSObject::GetPropertyAttributes(it); in GetOwnPropertyDescriptor()
8429 CHECK(GetPropertyAttributes(&it).IsJust()); in SetAccessor()
15776 Maybe<PropertyAttributes> maybe_result = GetPropertyAttributes(&it); in HasRealNamedCallbackProperty()
Dobjects.h2014 MUST_USE_RESULT static inline Maybe<PropertyAttributes> GetPropertyAttributes(
2026 MUST_USE_RESULT static Maybe<PropertyAttributes> GetPropertyAttributes(
10344 MUST_USE_RESULT static Maybe<PropertyAttributes> GetPropertyAttributes(
/external/v8/include/
Dv8.h2987 PropertyAttribute GetPropertyAttributes(Local<Value> key));
2988 V8_WARN_UNUSED_RESULT Maybe<PropertyAttribute> GetPropertyAttributes(