Home
last modified time | relevance | path

Searched refs:should_throw (Results 1 – 24 of 24) sorted by relevance

/third_party/node/deps/v8/src/objects/
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);
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-array-buffer.cc153 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()
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-objects.cc195 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 …]
Dobjects.cc137 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 …]
Djs-array.h70 PropertyDescriptor* desc, Maybe<ShouldThrow> should_throw);
77 Maybe<ShouldThrow> should_throw);
Djs-array-buffer.h119 ShouldThrow should_throw, size_t* page_size, size_t* initial_pages,
284 PropertyDescriptor* desc, Maybe<ShouldThrow> should_throw);
Dmodule.cc420 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()
Dmodule.h158 PropertyDescriptor* desc, Maybe<ShouldThrow> should_throw);
Dobjects-inl.h655 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()
Dbigint.h234 ShouldThrow should_throw = kThrowOnError);
Dbigint.cc925 int radix, ShouldThrow should_throw) { in ToString() argument
973 if (should_throw == kThrowOnError) { in ToString()
/third_party/node/deps/v8/src/api/
Dapi-arguments.cc14 Maybe<ShouldThrow> should_throw) in PropertyCallbackArguments() argument
21 if (should_throw.IsJust()) { in PropertyCallbackArguments()
22 value = should_throw.FromJust(); in PropertyCallbackArguments()
Dapi-arguments.h76 JSObject holder, Maybe<ShouldThrow> should_throw);
/third_party/node/deps/v8/src/runtime/
Druntime-scopes.cc665 ShouldThrow should_throw, in LoadLookupSlot() argument
717 if (should_throw == kThrowOnError) { in LoadLookupSlot()
Druntime.h818 Maybe<ShouldThrow> should_throw = Nothing<ShouldThrow>()); in FOR_EACH_INTRINSIC_RETURN_OBJECT()
Druntime-object.cc554 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/
Dd8.h504 bool should_throw = true);
Dd8.cc3690 bool should_throw) { in ReadFile() argument
3695 if (should_throw) { in ReadFile()
/third_party/node/deps/v8/src/execution/
Disolate.h368 #define RETURN_FAILURE(isolate, should_throw, call) \ argument
370 if ((should_throw) == kDontThrow) { \
/third_party/node/deps/v8/src/ic/
Dic.cc1743 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/
Dparser-base.h1005 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/
D0001-cve.patch151254 + &own_lookup, value, attributes, should_throw, handling, semantics);
151331 + should_throw)) {
151335 should_throw);