Home
last modified time | relevance | path

Searched refs:GetPropertyAttributes (Results 1 - 17 of 17) sorted by relevance

/third_party/node/deps/v8/src/runtime/
H A Druntime-forin.cc65 result = JSProxy::GetPropertyAttributes(&it); in HasEnumerableProperty()
103 result = JSModuleNamespace::GetPropertyAttributes(&it); in HasEnumerableProperty()
H A Druntime-scopes.cc75 Maybe<PropertyAttributes> maybe = JSReceiver::GetPropertyAttributes(&it); in DeclareGlobal()
H A Druntime-object.cc411 JSReceiver::GetPropertyAttributes(&it); in RUNTIME_FUNCTION()
/third_party/node/deps/v8/src/objects/
H A Djs-objects-inl.h843 Maybe<PropertyAttributes> JSReceiver::GetPropertyAttributes( in GetPropertyAttributes() function in v8::internal::JSReceiver
848 return GetPropertyAttributes(&it); in GetPropertyAttributes()
856 return GetPropertyAttributes(&it); in GetOwnPropertyAttributes()
863 return GetPropertyAttributes(&it); in GetOwnPropertyAttributes()
876 return GetPropertyAttributes(&it); in GetElementAttributes()
883 return GetPropertyAttributes(&it); in GetOwnElementAttributes()
H A Djs-proxy.h97 V8_WARN_UNUSED_RESULT static Maybe<PropertyAttributes> GetPropertyAttributes(
H A Dmodule.h153 static V8_WARN_UNUSED_RESULT Maybe<PropertyAttributes> GetPropertyAttributes(
H A Djs-objects.h256 GetPropertyAttributes(Handle<JSReceiver> object, Handle<Name> name);
267 V8_WARN_UNUSED_RESULT static Maybe<PropertyAttributes> GetPropertyAttributes(
H A Dmodule.cc394 Maybe<PropertyAttributes> JSModuleNamespace::GetPropertyAttributes( in GetPropertyAttributes() function in v8::internal::JSModuleNamespace
H A Djs-objects.cc242 Maybe<PropertyAttributes> attributes = GetPropertyAttributes(it); in CheckIfCanDefine()
720 Maybe<PropertyAttributes> JSReceiver::GetPropertyAttributes( in GetPropertyAttributes() function in v8::internal::JSReceiver
728 return JSProxy::GetPropertyAttributes(it); in GetPropertyAttributes()
743 return JSModuleNamespace::GetPropertyAttributes(it); in GetPropertyAttributes()
1092 Maybe<PropertyAttributes> maybe = JSReceiver::GetPropertyAttributes(&it); in DefineProperties()
1846 Maybe<PropertyAttributes> maybe = JSObject::GetPropertyAttributes(it); in GetOwnPropertyDescriptor()
3476 Maybe<PropertyAttributes> maybe = GetPropertyAttributes(&it); in AddProperty()
3988 MAYBE_RETURN(JSReceiver::GetPropertyAttributes(it), Nothing<bool>()); in CreateDataProperty()
4607 // Duplicate ACCESS_CHECK outside of GetPropertyAttributes for the case that in SetAccessor()
4626 CHECK(GetPropertyAttributes( in SetAccessor()
[all...]
H A Djs-function.cc239 JSReceiver::GetPropertyAttributes(&length_lookup); in CopyNameAndLength()
H A Dobjects.cc3263 Maybe<PropertyAttributes> JSProxy::GetPropertyAttributes(LookupIterator* it) { in GetPropertyAttributes() function in v8::internal::JSProxy
/third_party/node/deps/v8/src/debug/
H A Ddebug-property-iterator.cc110 auto result = JSReceiver::GetPropertyAttributes(receiver, raw_name()); in attributes()
/third_party/node/deps/v8/include/v8-include/
H A Dv8-object.h310 V8_WARN_UNUSED_RESULT Maybe<PropertyAttribute> GetPropertyAttributes(
/third_party/node/deps/v8/include/
H A Dv8-object.h303 V8_WARN_UNUSED_RESULT Maybe<PropertyAttribute> GetPropertyAttributes(
/third_party/node/deps/v8/src/api/
H A Dapi-natives.cc118 Maybe<PropertyAttributes> maybe = JSReceiver::GetPropertyAttributes(&it); in DefineDataProperty()
H A Dapi.cc4553 Maybe<PropertyAttribute> v8::Object::GetPropertyAttributes( in GetPropertyAttributes() function in v8::v8::Object
4556 ENTER_V8(isolate, context, Object, GetPropertyAttributes, in GetPropertyAttributes()
4566 auto result = i::JSReceiver::GetPropertyAttributes(self, key_name); in GetPropertyAttributes()
5016 i::JSReceiver::GetPropertyAttributes(&it); in GetRealNamedPropertyAttributesInPrototypeChain()
5049 auto result = i::JSReceiver::GetPropertyAttributes(&it); in GetRealNamedPropertyAttributes()
/third_party/node/deps/v8/src/execution/
H A Dexecution.cc242 Maybe<PropertyAttributes> maybe = JSReceiver::GetPropertyAttributes(&it); in NewScriptContext()

Completed in 58 milliseconds