Home
last modified time | relevance | path

Searched refs:ShouldThrow (Results 1 – 25 of 35) sorted by relevance

12

/third_party/node/deps/v8/src/objects/
Dobjects.h291 ShouldThrow GetShouldThrow(Isolate* isolate, Maybe<ShouldThrow> should_throw);
521 Maybe<ShouldThrow> should_throw = Nothing<ShouldThrow>());
526 Maybe<ShouldThrow> should_throw = Nothing<ShouldThrow>());
530 Maybe<ShouldThrow> should_throw = Nothing<ShouldThrow>(),
535 Maybe<ShouldThrow> should_throw = Nothing<ShouldThrow>());
539 Handle<Object> value, Maybe<ShouldThrow> should_throw);
542 Maybe<ShouldThrow> should_throw);
545 Handle<Object> value, ShouldThrow should_throw);
548 Maybe<ShouldThrow> should_throw);
553 Maybe<ShouldThrow> should_throw, StoreOrigin store_origin,
[all …]
Djs-proxy.h35 bool from_javascript, ShouldThrow should_throw);
44 Handle<JSProxy> proxy, ShouldThrow should_throw);
54 PropertyDescriptor* desc, Maybe<ShouldThrow> should_throw);
86 Handle<Object> receiver, Maybe<ShouldThrow> should_throw);
118 Maybe<ShouldThrow> should_throw);
Djs-objects.h162 PropertyDescriptor* desc, Maybe<ShouldThrow> should_throw);
173 Maybe<ShouldThrow> should_throw);
178 Handle<Object> value, Maybe<ShouldThrow> should_throw);
181 Maybe<ShouldThrow> should_throw);
188 Maybe<ShouldThrow> should_throw);
193 PropertyDescriptor* desc, Maybe<ShouldThrow> should_throw);
196 PropertyDescriptor* desc, Maybe<ShouldThrow> should_throw);
199 Maybe<ShouldThrow> should_throw);
204 Maybe<ShouldThrow> should_throw);
211 Maybe<ShouldThrow> should_throw, Handle<Name> property_name);
[all …]
Djs-array.h70 PropertyDescriptor* desc, Maybe<ShouldThrow> should_throw);
77 Maybe<ShouldThrow> should_throw);
Djs-objects.cc195 bool should_throw = GetShouldThrow(isolate, Nothing<ShouldThrow>()) == in CheckPrivateNameStore()
196 ShouldThrow::kThrowOnError; in CheckPrivateNameStore()
240 Maybe<ShouldThrow> should_throw) { in CheckIfCanDefine()
375 Just(ShouldThrow::kThrowOnError)); in FastAssign()
487 Just(ShouldThrow::kThrowOnError)), in SetOrCopyDataProperties()
957 ShouldThrow should_throw = in DeleteProperty()
1135 Maybe<ShouldThrow> should_throw) { in DefineOwnProperty()
1164 PropertyDescriptor* desc, Maybe<ShouldThrow> should_throw) { in OrdinaryDefineOwnProperty()
1173 PropertyDescriptor* desc, Maybe<ShouldThrow> should_throw) { in OrdinaryDefineOwnProperty()
1276 Maybe<ShouldThrow> should_throw, Handle<Object> value) { in SetPropertyWithInterceptorInternal()
[all …]
Djs-array-buffer.h119 ShouldThrow should_throw, size_t* page_size, size_t* initial_pages,
284 PropertyDescriptor* desc, Maybe<ShouldThrow> should_throw);
Djs-array-buffer.cc153 ShouldThrow should_throw, size_t* page_size, size_t* initial_pages, in GetResizableBackingStorePageConfiguration()
268 Maybe<ShouldThrow> should_throw) { in DefineOwnProperty()
Dmodule.h158 PropertyDescriptor* desc, Maybe<ShouldThrow> should_throw);
Dobjects.cc137 ShouldThrow GetShouldThrow(Isolate* isolate, Maybe<ShouldThrow> should_throw) { in GetShouldThrow()
1504 Maybe<ShouldThrow> maybe_should_throw) { in SetPropertyWithAccessor()
1610 Maybe<ShouldThrow> should_throw) { in SetPropertyWithDefinedSetter()
2470 Maybe<ShouldThrow> should_throw) { in SetProperty()
2478 Maybe<ShouldThrow> should_throw, in SetPropertyInternal()
2607 LookupIterator* it, Maybe<ShouldThrow> should_throw) { in CheckContextualStoreToJSGlobalObject()
2611 (GetShouldThrow(isolate, should_throw) == ShouldThrow::kThrowOnError)) { in CheckContextualStoreToJSGlobalObject()
2628 Maybe<ShouldThrow> should_throw) { in SetProperty()
2644 Maybe<ShouldThrow> should_throw) { in SetSuperProperty()
2742 Maybe<ShouldThrow> should_throw) { in CannotCreateProperty()
[all …]
Dbigint.h234 ShouldThrow should_throw = kThrowOnError);
Dobjects-inl.h655 ShouldThrow should_throw) { in SetElement()
1099 Handle<Object> value, Maybe<ShouldThrow> should_throw, in SetPropertyOrElement()
1201 ShouldThrow throw_if_cannot_be_shared) { in Share()
Dmodule.cc420 PropertyDescriptor* desc, Maybe<ShouldThrow> should_throw) { in DefineOwnProperty()
/third_party/node/deps/v8/src/builtins/
Dbuiltins-array.cc186 Just(ShouldThrow::kThrowOnError)); in SetLengthProperty()
202 Just(ShouldThrow::kThrowOnError))); in GenericArrayFill()
344 ShouldThrow::kThrowOnError)); in GenericArrayPush()
349 Just(ShouldThrow::kThrowOnError)), in GenericArrayPush()
363 Just(ShouldThrow::kThrowOnError))); in GenericArrayPush()
422 Just(ShouldThrow::kThrowOnError))); in GenericArrayPop()
450 Just(ShouldThrow::kThrowOnError))); in GenericArrayPop()
555 Just(ShouldThrow::kThrowOnError))); in GenericArrayShift()
771 StoreOrigin::kMaybeKeyed, Just(ShouldThrow::kThrowOnError)), in ToJSReceiver()
Dbuiltins-reflect.cc120 &it, value, StoreOrigin::kMaybeKeyed, Just(ShouldThrow::kDontThrow)); in BUILTIN()
/third_party/node/deps/v8/src/api/
Dapi-arguments.cc14 Maybe<ShouldThrow> should_throw) in PropertyCallbackArguments()
Dapi-arguments.h76 JSObject holder, Maybe<ShouldThrow> should_throw);
Dapi-natives.cc129 Just(ShouldThrow::kThrowOnError), in DefineDataProperty()
/third_party/node/deps/v8/src/ic/
Dic.cc1661 (GetShouldThrow(it->isolate(), Nothing<ShouldThrow>()) == in LookupForWrite()
1662 ShouldThrow::kThrowOnError)) { in LookupForWrite()
1743 Maybe<ShouldThrow> should_throw, in DefineOwnDataProperty()
1781 Nothing<ShouldThrow>(), store_origin, in DefineOwnDataProperty()
1823 JSReceiver::CreateDataProperty(&it, value, Nothing<ShouldThrow>())); in Store()
1878 isolate(), &it, value, Nothing<ShouldThrow>()); in Store()
1902 JSReceiver::AddPrivateField(&it, value, Nothing<ShouldThrow>())); in Store()
1905 &it, original_state, value, Nothing<ShouldThrow>(), store_origin)); in Store()
2629 &it, value, NONE, Just(ShouldThrow::kThrowOnError)), in StoreOwnElement()
2906 JSReceiver::CreateDataProperty(&it, value, Nothing<ShouldThrow>()), in RUNTIME_FUNCTION()
[all …]
/third_party/node/deps/v8/src/runtime/
Druntime-debug.cc846 Just(ShouldThrow::kThrowOnError)) in RUNTIME_FUNCTION()
855 Just(ShouldThrow::kThrowOnError)) in RUNTIME_FUNCTION()
860 generator, StoreOrigin::kMaybeKeyed, Just(ShouldThrow::kThrowOnError)) in RUNTIME_FUNCTION()
Druntime-internal.cc137 if (GetShouldThrow(isolate, Nothing<ShouldThrow>()) == in RUNTIME_FUNCTION()
138 ShouldThrow::kDontThrow) in RUNTIME_FUNCTION()
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.h818 Maybe<ShouldThrow> should_throw = Nothing<ShouldThrow>()); in FOR_EACH_INTRINSIC_RETURN_OBJECT()
Druntime-object.cc554 Maybe<ShouldThrow> should_throw) { in SetObjectProperty()
613 JSReceiver::AddPrivateField(&it, value, Nothing<ShouldThrow>())); in DefineObjectOwnProperty()
616 JSReceiver::CreateDataProperty(&it, value, Nothing<ShouldThrow>())); in DefineObjectOwnProperty()
Druntime-scopes.cc665 ShouldThrow should_throw, in LoadLookupSlot()
/third_party/node/deps/v8/src/execution/
Dmessages.cc1031 Just(ShouldThrow::kThrowOnError)), in GetFormattedStack()
1054 Just(ShouldThrow::kThrowOnError)) in SetFormattedStack()

12