Home
last modified time | relevance | path

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

/external/v8/src/runtime/
Druntime-forin.cc60 result = JSProxy::GetPropertyAttributes(&it); in HasEnumerableProperty()
98 result = JSModuleNamespace::GetPropertyAttributes(&it); in HasEnumerableProperty()
Druntime-scopes.cc72 Maybe<PropertyAttributes> maybe = JSReceiver::GetPropertyAttributes(&it); in DeclareGlobal()
649 Maybe<PropertyAttributes> maybe = JSReceiver::GetPropertyAttributes(&it); in FindNameClash()
Druntime-object.cc597 Maybe<PropertyAttributes> maybe = JSReceiver::GetPropertyAttributes(&it); in RUNTIME_FUNCTION()
623 Maybe<PropertyAttributes> maybe = JSReceiver::GetPropertyAttributes(&it); in RUNTIME_FUNCTION()
/external/v8/src/objects/
Djs-proxy.h99 V8_WARN_UNUSED_RESULT static Maybe<PropertyAttributes> GetPropertyAttributes(
Dmodule.h236 static V8_WARN_UNUSED_RESULT Maybe<PropertyAttributes> GetPropertyAttributes(
Dmodule.cc926 Maybe<PropertyAttributes> JSModuleNamespace::GetPropertyAttributes( in GetPropertyAttributes() function in v8::internal::JSModuleNamespace
/external/v8/src/builtins/
Dbuiltins-function.cc239 JSReceiver::GetPropertyAttributes(&length_lookup); in DoFunctionBind()
/external/v8/src/
Dobjects-inl.h2816 Maybe<PropertyAttributes> JSReceiver::GetPropertyAttributes( in GetPropertyAttributes() function
2820 return GetPropertyAttributes(&it); in GetPropertyAttributes()
2828 return GetPropertyAttributes(&it); in GetOwnPropertyAttributes()
2835 return GetPropertyAttributes(&it); in GetOwnPropertyAttributes()
2848 return GetPropertyAttributes(&it); in GetElementAttributes()
2856 return GetPropertyAttributes(&it); in GetOwnElementAttributes()
Dcontexts.cc270 maybe = JSReceiver::GetPropertyAttributes(object, name); in Lookup()
Dapi-natives.cc107 Maybe<PropertyAttributes> maybe = JSReceiver::GetPropertyAttributes(&it); in DefineDataProperty()
Dobjects.cc6100 Maybe<PropertyAttributes> JSProxy::GetPropertyAttributes(LookupIterator* it) { in GetPropertyAttributes() function in v8::internal::JSProxy
6222 Maybe<PropertyAttributes> maybe = GetPropertyAttributes(&it); in AddProperty()
6364 Maybe<PropertyAttributes> JSReceiver::GetPropertyAttributes( in GetPropertyAttributes() function in v8::internal::JSReceiver
6372 return JSProxy::GetPropertyAttributes(it); in GetPropertyAttributes()
6387 return JSModuleNamespace::GetPropertyAttributes(it); in GetPropertyAttributes()
7030 Maybe<PropertyAttributes> maybe = JSReceiver::GetPropertyAttributes(&it); in DefineProperties()
7470 MAYBE_RETURN(JSReceiver::GetPropertyAttributes(it), Nothing<bool>()); in CreateDataProperty()
7475 Maybe<PropertyAttributes> attributes = GetPropertyAttributes(it); in CreateDataProperty()
7937 Maybe<PropertyAttributes> maybe = JSObject::GetPropertyAttributes(it); in GetOwnPropertyDescriptor()
9229 CHECK(GetPropertyAttributes(&it).IsJust()); in SetAccessor()
[all …]
Dobjects.h2161 GetPropertyAttributes(Handle<JSReceiver> object, Handle<Name> name);
2172 V8_WARN_UNUSED_RESULT static Maybe<PropertyAttributes> GetPropertyAttributes(
Dapi.cc4386 Maybe<PropertyAttribute> v8::Object::GetPropertyAttributes( in GetPropertyAttributes() function in v8::v8::Object
4389 ENTER_V8(isolate, context, Object, GetPropertyAttributes, in GetPropertyAttributes()
4399 auto result = i::JSReceiver::GetPropertyAttributes(self, key_name); in GetPropertyAttributes()
4884 i::JSReceiver::GetPropertyAttributes(&it); in GetRealNamedPropertyAttributesInPrototypeChain()
4918 auto result = i::JSReceiver::GetPropertyAttributes(&it); in GetRealNamedPropertyAttributes()
/external/v8/include/
Dv8.h3409 V8_WARN_UNUSED_RESULT Maybe<PropertyAttribute> GetPropertyAttributes(