Home
last modified time | relevance | path

Searched refs:AddDataProperty (Results 1 – 9 of 9) sorted by relevance

/third_party/node/deps/v8/src/api/
Dapi-natives.h48 static void AddDataProperty(Isolate* isolate, Handle<TemplateInfo> info,
52 static void AddDataProperty(Isolate* isolate, Handle<TemplateInfo> info,
Dapi-natives.cc128 MAYBE_RETURN_NULL(Object::AddDataProperty(&it, value, attributes, in DefineDataProperty()
625 void ApiNatives::AddDataProperty(Isolate* isolate, Handle<TemplateInfo> info, in AddDataProperty() function in v8::internal::ApiNatives
635 void ApiNatives::AddDataProperty(Isolate* isolate, Handle<TemplateInfo> info, in AddDataProperty() function in v8::internal::ApiNatives
Dapi.cc1196 i::ApiNatives::AddDataProperty(isolate, templ, Utils::OpenHandle(*name), in Set()
1702 i::ApiNatives::AddDataProperty(isolate, templ, Utils::OpenHandle(*name), in SetIntrinsicDataProperty()
/third_party/node/deps/v8/src/runtime/
Druntime-atomics.cc644 Object::AddDataProperty(&it, shared_value, NONE, Nothing<ShouldThrow>(), in RUNTIME_FUNCTION()
667 Object::AddDataProperty(&it, shared_value, NONE, Nothing<ShouldThrow>(), in RUNTIME_FUNCTION()
Druntime-object.cc517 CHECK(Object::AddDataProperty(&it, context, attributes, Just(kDontThrow), in RUNTIME_FUNCTION()
/third_party/node/deps/v8/src/objects/
Dobjects.h551 V8_WARN_UNUSED_RESULT static Maybe<bool> AddDataProperty(
Dobjects.cc2639 return AddDataProperty(it, value, NONE, should_throw, store_origin); in SetProperty()
2735 return AddDataProperty(&own_lookup, value, NONE, should_throw, store_origin); in SetSuperProperty()
2863 Maybe<bool> Object::AddDataProperty(LookupIterator* it, Handle<Object> value, in AddDataProperty() function in v8::internal::Object
Djs-objects.cc3481 CHECK(Object::AddDataProperty(&it, value, attributes, in AddProperty()
3623 return Object::AddDataProperty(it, value, attributes, should_throw, in DefineOwnPropertyIgnoreAttributes()
/third_party/node/deps/v8/src/ic/
Dic.cc1780 return Object::AddDataProperty(it, value, NONE, in DefineOwnDataProperty()