Searched refs:AddDataProperty (Results 1 – 9 of 9) sorted by relevance
/third_party/node/deps/v8/src/api/ |
D | api-natives.h | 48 static void AddDataProperty(Isolate* isolate, Handle<TemplateInfo> info, 52 static void AddDataProperty(Isolate* isolate, Handle<TemplateInfo> info,
|
D | api-natives.cc | 128 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
|
D | api.cc | 1196 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/ |
D | runtime-atomics.cc | 644 Object::AddDataProperty(&it, shared_value, NONE, Nothing<ShouldThrow>(), in RUNTIME_FUNCTION() 667 Object::AddDataProperty(&it, shared_value, NONE, Nothing<ShouldThrow>(), in RUNTIME_FUNCTION()
|
D | runtime-object.cc | 517 CHECK(Object::AddDataProperty(&it, context, attributes, Just(kDontThrow), in RUNTIME_FUNCTION()
|
/third_party/node/deps/v8/src/objects/ |
D | objects.h | 551 V8_WARN_UNUSED_RESULT static Maybe<bool> AddDataProperty(
|
D | objects.cc | 2639 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
|
D | js-objects.cc | 3481 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/ |
D | ic.cc | 1780 return Object::AddDataProperty(it, value, NONE, in DefineOwnDataProperty()
|