Searched refs:AddDataProperty (Results 1 – 5 of 5) sorted by relevance
/external/v8/src/ |
D | api-natives.h | 43 static void AddDataProperty(Isolate* isolate, Handle<TemplateInfo> info, 47 static void AddDataProperty(Isolate* isolate, Handle<TemplateInfo> info,
|
D | api-natives.cc | 91 Object::AddDataProperty(&it, value, attributes, Object::THROW_ON_ERROR, in DefineDataProperty() 387 void ApiNatives::AddDataProperty(Isolate* isolate, Handle<TemplateInfo> info, in AddDataProperty() function in v8::internal::ApiNatives 398 void ApiNatives::AddDataProperty(Isolate* isolate, Handle<TemplateInfo> info, in AddDataProperty() function in v8::internal::ApiNatives
|
D | objects.cc | 4168 return AddDataProperty(it, value, NONE, should_throw, store_mode); in SetProperty() 4251 return JSObject::AddDataProperty(&own_lookup, value, NONE, should_throw, in SetSuperProperty() 4426 Maybe<bool> Object::AddDataProperty(LookupIterator* it, Handle<Object> value, in AddDataProperty() function in v8::internal::Object 5201 CHECK(AddDataProperty(&it, value, attributes, THROW_ON_ERROR, in AddProperty() 5346 return AddDataProperty(it, value, attributes, should_throw, in DefineOwnPropertyIgnoreAttributes()
|
D | api.cc | 937 i::ApiNatives::AddDataProperty(isolate, templ, Utils::OpenHandle(*name), in Set() 1334 i::ApiNatives::AddDataProperty(isolate, templ, Utils::OpenHandle(*name), in SetIntrinsicDataProperty()
|
D | objects.h | 1280 MUST_USE_RESULT static Maybe<bool> AddDataProperty(
|