/third_party/node/deps/v8/src/objects/ |
D | js-proxy.h | 35 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);
|
D | objects.h | 291 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 …]
|
D | js-array-buffer.cc | 153 ShouldThrow should_throw, size_t* page_size, size_t* initial_pages, in GetResizableBackingStorePageConfiguration() argument 163 if (should_throw == kDontThrow) return Nothing<bool>(); in GetResizableBackingStorePageConfiguration() 171 if (should_throw == kDontThrow) return Nothing<bool>(); in GetResizableBackingStorePageConfiguration() 268 Maybe<ShouldThrow> should_throw) { in DefineOwnProperty() argument 285 RETURN_FAILURE(isolate, GetShouldThrow(isolate, should_throw), in DefineOwnProperty() 289 RETURN_FAILURE(isolate, GetShouldThrow(isolate, should_throw), in DefineOwnProperty() 302 RETURN_FAILURE(isolate, GetShouldThrow(isolate, should_throw), in DefineOwnProperty() 309 RETURN_FAILURE(isolate, GetShouldThrow(isolate, should_throw), in DefineOwnProperty() 331 return OrdinaryDefineOwnProperty(isolate, o, lookup_key, desc, should_throw); in DefineOwnProperty()
|
D | js-objects.h | 162 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 …]
|
D | js-objects.cc | 195 bool should_throw = GetShouldThrow(isolate, Nothing<ShouldThrow>()) == in CheckPrivateNameStore() local 215 if (is_define && should_throw) { in CheckPrivateNameStore() 228 if (!is_define && should_throw) { in CheckPrivateNameStore() 240 Maybe<ShouldThrow> should_throw) { in CheckIfCanDefine() argument 246 isolate, GetShouldThrow(isolate, should_throw), in CheckIfCanDefine() 252 isolate, GetShouldThrow(isolate, should_throw), in CheckIfCanDefine() 957 ShouldThrow should_throw = in DeleteProperty() local 960 JSObject::DeletePropertyWithInterceptor(it, should_throw); in DeleteProperty() 1135 Maybe<ShouldThrow> should_throw) { in DefineOwnProperty() argument 1138 key, desc, should_throw); in DefineOwnProperty() [all …]
|
D | objects.cc | 137 ShouldThrow GetShouldThrow(Isolate* isolate, Maybe<ShouldThrow> should_throw) { in GetShouldThrow() argument 138 if (should_throw.IsJust()) return should_throw.FromJust(); in GetShouldThrow() 1610 Maybe<ShouldThrow> should_throw) { in SetPropertyWithDefinedSetter() argument 2470 Maybe<ShouldThrow> should_throw) { in SetProperty() argument 2472 MAYBE_RETURN_NULL(SetProperty(&it, value, store_origin, should_throw)); in SetProperty() 2478 Maybe<ShouldThrow> should_throw, in SetPropertyInternal() argument 2497 should_throw); in SetPropertyInternal() 2508 value, receiver, should_throw); in SetPropertyInternal() 2514 JSObject::SetPropertyWithInterceptor(it, should_throw, value); in SetPropertyInternal() 2527 return WriteToReadOnlyProperty(it, value, should_throw); in SetPropertyInternal() [all …]
|
D | js-array.h | 70 PropertyDescriptor* desc, Maybe<ShouldThrow> should_throw); 77 Maybe<ShouldThrow> should_throw);
|
D | js-array-buffer.h | 119 ShouldThrow should_throw, size_t* page_size, size_t* initial_pages, 284 PropertyDescriptor* desc, Maybe<ShouldThrow> should_throw);
|
D | module.cc | 420 PropertyDescriptor* desc, Maybe<ShouldThrow> should_throw) { in DefineOwnProperty() argument 423 return OrdinaryDefineOwnProperty(isolate, object, key, desc, should_throw); in DefineOwnProperty() 446 RETURN_FAILURE(isolate, GetShouldThrow(isolate, should_throw), in DefineOwnProperty()
|
D | module.h | 158 PropertyDescriptor* desc, Maybe<ShouldThrow> should_throw);
|
D | objects-inl.h | 655 ShouldThrow should_throw) { in SetElement() argument 658 SetProperty(&it, value, StoreOrigin::kMaybeKeyed, Just(should_throw))); in SetElement() 1099 Handle<Object> value, Maybe<ShouldThrow> should_throw, in SetPropertyOrElement() argument 1103 MAYBE_RETURN_NULL(SetProperty(&it, value, store_origin, should_throw)); in SetPropertyOrElement()
|
D | bigint.h | 234 ShouldThrow should_throw = kThrowOnError);
|
D | bigint.cc | 925 int radix, ShouldThrow should_throw) { in ToString() argument 973 if (should_throw == kThrowOnError) { in ToString()
|
/third_party/node/deps/v8/src/api/ |
D | api-arguments.cc | 14 Maybe<ShouldThrow> should_throw) in PropertyCallbackArguments() argument 21 if (should_throw.IsJust()) { in PropertyCallbackArguments() 22 value = should_throw.FromJust(); in PropertyCallbackArguments()
|
D | api-arguments.h | 76 JSObject holder, Maybe<ShouldThrow> should_throw);
|
/third_party/node/deps/v8/src/runtime/ |
D | runtime-scopes.cc | 665 ShouldThrow should_throw, in LoadLookupSlot() argument 717 if (should_throw == kThrowOnError) { in LoadLookupSlot()
|
D | runtime.h | 818 Maybe<ShouldThrow> should_throw = Nothing<ShouldThrow>()); in FOR_EACH_INTRINSIC_RETURN_OBJECT()
|
D | runtime-object.cc | 554 Maybe<ShouldThrow> should_throw) { in SetObjectProperty() argument 584 Object::SetProperty(&it, value, store_origin, should_throw)); in SetObjectProperty()
|
/third_party/node/deps/v8/src/d8/ |
D | d8.h | 504 bool should_throw = true);
|
D | d8.cc | 3690 bool should_throw) { in ReadFile() argument 3695 if (should_throw) { in ReadFile()
|
/third_party/node/deps/v8/src/execution/ |
D | isolate.h | 368 #define RETURN_FAILURE(isolate, should_throw, call) \ argument 370 if ((should_throw) == kDontThrow) { \
|
/third_party/node/deps/v8/src/ic/ |
D | ic.cc | 1743 Maybe<ShouldThrow> should_throw, in DefineOwnDataProperty() argument 1762 it->GetName(), &new_desc, should_throw); in DefineOwnDataProperty() 1798 it, value, NONE, should_throw, JSObject::DONT_FORCE_FIELD, in DefineOwnDataProperty()
|
/third_party/node/deps/v8/src/parsing/ |
D | parser-base.h | 1005 inline bool CheckTemplateEscapes(bool should_throw) { in CheckTemplateEscapes() argument 1010 if (should_throw) { in CheckTemplateEscapes() 1015 return should_throw; in CheckTemplateEscapes()
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 151254 + &own_lookup, value, attributes, should_throw, handling, semantics); 151331 + should_throw)) { 151335 should_throw);
|