Home
last modified time | relevance | path

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

12

/dports/www/node10/node-v10.24.1/deps/v8/src/
H A Dapi-natives.h46 static void AddDataProperty(Isolate* isolate, Handle<TemplateInfo> info,
50 static void AddDataProperty(Isolate* isolate, Handle<TemplateInfo> info,
H A Dapi-natives.cc118 Object::AddDataProperty(&it, value, attributes, kThrowOnError, in DefineDataProperty()
575 void ApiNatives::AddDataProperty(Isolate* isolate, Handle<TemplateInfo> info, in AddDataProperty() function in v8::internal::ApiNatives
585 void ApiNatives::AddDataProperty(Isolate* isolate, Handle<TemplateInfo> info, in AddDataProperty() function in v8::internal::ApiNatives
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/api/
H A Dapi-natives.h48 static void AddDataProperty(Isolate* isolate, Handle<TemplateInfo> info,
52 static void AddDataProperty(Isolate* isolate, Handle<TemplateInfo> info,
H A Dapi-natives.cc128 MAYBE_RETURN_NULL(Object::AddDataProperty(&it, value, attributes, in DefineDataProperty()
598 void ApiNatives::AddDataProperty(Isolate* isolate, Handle<TemplateInfo> info, in AddDataProperty() function in v8::internal::ApiNatives
607 void ApiNatives::AddDataProperty(Isolate* isolate, Handle<TemplateInfo> info, in AddDataProperty() function in v8::internal::ApiNatives
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/api/
H A Dapi-natives.h48 static void AddDataProperty(Isolate* isolate, Handle<TemplateInfo> info,
52 static void AddDataProperty(Isolate* isolate, Handle<TemplateInfo> info,
H A Dapi-natives.cc128 MAYBE_RETURN_NULL(Object::AddDataProperty(&it, value, attributes, in DefineDataProperty()
599 void ApiNatives::AddDataProperty(Isolate* isolate, Handle<TemplateInfo> info, in AddDataProperty() function in v8::internal::ApiNatives
608 void ApiNatives::AddDataProperty(Isolate* isolate, Handle<TemplateInfo> info, in AddDataProperty() function in v8::internal::ApiNatives
/dports/lang/v8/v8-9.6.180.12/src/api/
H A Dapi-natives.h48 static void AddDataProperty(Isolate* isolate, Handle<TemplateInfo> info,
52 static void AddDataProperty(Isolate* isolate, Handle<TemplateInfo> info,
H A 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
634 void ApiNatives::AddDataProperty(Isolate* isolate, Handle<TemplateInfo> info, in AddDataProperty() function in v8::internal::ApiNatives
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/runtime/
H A Druntime-object.cc1259 CHECK(Object::AddDataProperty(&it, context, attributes, Just(kDontThrow), in RUNTIME_FUNCTION()
1280 CHECK(Object::AddDataProperty(&it, value, NONE, Just(kDontThrow), in RUNTIME_FUNCTION()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/runtime/
H A Druntime-object.cc1272 CHECK(Object::AddDataProperty(&it, context, attributes, Just(kDontThrow), in RUNTIME_FUNCTION()
1293 CHECK(Object::AddDataProperty(&it, value, NONE, Just(kDontThrow), in RUNTIME_FUNCTION()
/dports/lang/v8/v8-9.6.180.12/src/objects/
H A Dobjects.h516 V8_WARN_UNUSED_RESULT static Maybe<bool> AddDataProperty(
H A Dobjects.cc2623 return AddDataProperty(it, value, NONE, should_throw, store_origin); in SetProperty()
2715 return AddDataProperty(&own_lookup, value, NONE, should_throw, store_origin); in SetSuperProperty()
2834 Maybe<bool> Object::AddDataProperty(LookupIterator* it, Handle<Object> value, in AddDataProperty() function in v8::internal::Object
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/objects/
H A Dobjects.h508 V8_WARN_UNUSED_RESULT static Maybe<bool> AddDataProperty(
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/objects/
H A Dobjects.h509 V8_WARN_UNUSED_RESULT static Maybe<bool> AddDataProperty(
H A Dobjects.cc2590 return AddDataProperty(it, value, NONE, should_throw, store_origin); in SetProperty()
2677 return AddDataProperty(&own_lookup, value, NONE, should_throw, store_origin); in SetSuperProperty()
2779 Maybe<bool> Object::AddDataProperty(LookupIterator* it, Handle<Object> value, in AddDataProperty() function in v8::internal::Object
H A Djs-objects.cc3254 CHECK(Object::AddDataProperty(&it, value, attributes, in AddProperty()
3364 return Object::AddDataProperty(it, value, attributes, should_throw, in DefineOwnPropertyIgnoreAttributes()
/dports/lang/v8/v8-9.6.180.12/src/runtime/
H A Druntime-object.cc1422 CHECK(Object::AddDataProperty(&it, context, attributes, Just(kDontThrow), in RUNTIME_FUNCTION()
1444 CHECK(Object::AddDataProperty(&it, value, NONE, Just(kDontThrow), in RUNTIME_FUNCTION()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/wasm/
H A Dwasm-debug.cc415 Object::AddDataProperty(&it, value_obj, NONE, in GetLocalScopeObject()
620 Object::AddDataProperty(&it, value_obj, NONE, in GetLocalScopeObject()
/dports/www/firefox-esr/firefox-91.8.0/js/src/vm/
H A DNativeObject.cpp1351 static MOZ_ALWAYS_INLINE bool AddDataProperty(JSContext* cx, in AddDataProperty() function
1869 if (!AddDataProperty(cx, obj, id, v)) { in DefineNonexistentProperty()
/dports/www/firefox/firefox-99.0/js/src/vm/
H A DNativeObject.cpp1263 static MOZ_ALWAYS_INLINE bool AddDataProperty(JSContext* cx, in AddDataProperty() function
1799 if (!AddDataProperty(cx, obj, id, v)) { in DefineNonexistentProperty()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/vm/
H A DNativeObject.cpp1351 static MOZ_ALWAYS_INLINE bool AddDataProperty(JSContext* cx, in AddDataProperty() function
1869 if (!AddDataProperty(cx, obj, id, v)) { in DefineNonexistentProperty()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/vm/
H A DNativeObject.cpp1407 static MOZ_ALWAYS_INLINE bool AddDataProperty(JSContext* cx, in AddDataProperty() function
1906 if (!AddDataProperty(cx, obj, id, v)) return false; in DefineNonexistentProperty()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/vm/
H A DNativeObject.cpp1497 static MOZ_ALWAYS_INLINE bool AddDataProperty(JSContext* cx, in AddDataProperty() function
2084 if (!AddDataProperty(cx, obj, id, v)) { in DefineNonexistentProperty()
/dports/www/node10/node-v10.24.1/deps/v8/src/runtime/
H A Druntime-object.cc1260 CHECK(Object::AddDataProperty(&it, value, NONE, kDontThrow, in RUNTIME_FUNCTION()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/wasm/
H A Dwasm-debug.cc319 Object::AddDataProperty(&it, value_obj, NONE, in GetLocalScopeObject()

12