Home
last modified time | relevance | path

Searched refs:should_throw (Results 1 - 23 of 23) sorted by relevance

/third_party/node/deps/v8/src/objects/
H A 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);
H A 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, StoreOrigi
[all...]
H A 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, Handl
[all...]
H A Djs-array-buffer.cc153 ShouldThrow should_throw, size_t* page_size, size_t* initial_pages, in GetResizableBackingStorePageConfiguration()
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()
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()
151 GetResizableBackingStorePageConfiguration( Isolate* isolate, size_t byte_length, size_t max_byte_length, ShouldThrow should_throw, size_t* page_size, size_t* initial_pages, size_t* max_pages) GetResizableBackingStorePageConfiguration() argument
264 DefineOwnProperty(Isolate* isolate, Handle<JSTypedArray> o, Handle<Object> key, PropertyDescriptor* desc, Maybe<ShouldThrow> should_throw) DefineOwnProperty() argument
H A 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()
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()
1138 key, desc, should_throw); in DefineOwnProperty()
238 CheckIfCanDefine(Isolate* isolate, LookupIterator* it, Handle<Object> value, Maybe<ShouldThrow> should_throw) CheckIfCanDefine() argument
1131 DefineOwnProperty(Isolate* isolate, Handle<JSReceiver> object, Handle<Object> key, PropertyDescriptor* desc, Maybe<ShouldThrow> should_throw) DefineOwnProperty() argument
1162 OrdinaryDefineOwnProperty( Isolate* isolate, Handle<JSObject> object, Handle<Object> key, PropertyDescriptor* desc, Maybe<ShouldThrow> should_throw) OrdinaryDefineOwnProperty() argument
1171 OrdinaryDefineOwnProperty( Isolate* isolate, Handle<JSObject> object, const PropertyKey& key, PropertyDescriptor* desc, Maybe<ShouldThrow> should_throw) OrdinaryDefineOwnProperty() argument
1274 SetPropertyWithInterceptorInternal( LookupIterator* it, Handle<InterceptorInfo> interceptor, Maybe<ShouldThrow> should_throw, Handle<Object> value) SetPropertyWithInterceptorInternal() argument
1308 DefinePropertyWithInterceptorInternal( LookupIterator* it, Handle<InterceptorInfo> interceptor, Maybe<ShouldThrow> should_throw, PropertyDescriptor* desc) DefinePropertyWithInterceptorInternal() argument
1367 OrdinaryDefineOwnProperty( LookupIterator* it, PropertyDescriptor* desc, Maybe<ShouldThrow> should_throw) OrdinaryDefineOwnProperty() argument
1405 IsCompatiblePropertyDescriptor( Isolate* isolate, bool extensible, PropertyDescriptor* desc, PropertyDescriptor* current, Handle<Name> property_name, Maybe<ShouldThrow> should_throw) IsCompatiblePropertyDescriptor() argument
1417 ValidateAndApplyPropertyDescriptor( Isolate* isolate, LookupIterator* it, bool extensible, PropertyDescriptor* desc, PropertyDescriptor* current, Maybe<ShouldThrow> should_throw, Handle<Name> property_name) ValidateAndApplyPropertyDescriptor() argument
1675 CreateDataProperty(Isolate* isolate, Handle<JSReceiver> object, Handle<Name> key, Handle<Object> value, Maybe<ShouldThrow> should_throw) CreateDataProperty() argument
1686 CreateDataProperty(LookupIterator* it, Handle<Object> value, Maybe<ShouldThrow> should_throw) CreateDataProperty() argument
1708 AddPrivateField(LookupIterator* it, Handle<Object> value, Maybe<ShouldThrow> should_throw) AddPrivateField() argument
1891 SetIntegrityLevel(Handle<JSReceiver> receiver, IntegrityLevel level, ShouldThrow should_throw) SetIntegrityLevel() argument
2005 PreventExtensions(Handle<JSReceiver> object, ShouldThrow should_throw) PreventExtensions() argument
2256 SetPrototype(Isolate* isolate, Handle<JSReceiver> object, Handle<Object> value, bool from_javascript, ShouldThrow should_throw) SetPrototype() argument
2630 SetPropertyWithFailedAccessCheck( LookupIterator* it, Handle<Object> value, Maybe<ShouldThrow> should_throw) SetPropertyWithFailedAccessCheck() argument
3364 SetPropertyWithInterceptor( LookupIterator* it, Maybe<ShouldThrow> should_throw, Handle<Object> value) SetPropertyWithInterceptor() argument
3508 DefineOwnPropertyIgnoreAttributes( LookupIterator* it, Handle<Object> value, PropertyAttributes attributes, Maybe<ShouldThrow> should_throw, AccessorInfoHandling handling, EnforceDefineSemantics semantics, StoreOrigin store_origin) DefineOwnPropertyIgnoreAttributes() argument
3948 DeletePropertyWithInterceptor(LookupIterator* it, ShouldThrow should_throw) DeletePropertyWithInterceptor() argument
3984 CreateDataProperty(LookupIterator* it, Handle<Object> value, Maybe<ShouldThrow> should_throw) CreateDataProperty() argument
4106 PreventExtensions(Handle<JSObject> object, ShouldThrow should_throw) PreventExtensions() argument
4229 PreventExtensionsWithTransition( Handle<JSObject> object, ShouldThrow should_throw) PreventExtensionsWithTransition() argument
4976 SetPrototype(Isolate* isolate, Handle<JSObject> object, Handle<Object> value, bool from_javascript, ShouldThrow should_throw) SetPrototype() argument
[all...]
H A 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()
2470 Maybe<ShouldThrow> should_throw) { in SetProperty()
2472 MAYBE_RETURN_NULL(SetProperty(&it, value, store_origin, should_throw)); in SetProperty()
2478 Maybe<ShouldThrow> should_throw, in SetPropertyInternal()
2497 should_throw); in SetPropertyInternal()
2508 value, receiver, should_throw); in SetPropertyInternal()
2514 JSObject::SetPropertyWithInterceptor(it, should_throw, valu in SetPropertyInternal()
1608 SetPropertyWithDefinedSetter( Handle<Object> receiver, Handle<JSReceiver> setter, Handle<Object> value, Maybe<ShouldThrow> should_throw) SetPropertyWithDefinedSetter() argument
2467 SetProperty(Isolate* isolate, Handle<Object> object, Handle<Name> name, Handle<Object> value, StoreOrigin store_origin, Maybe<ShouldThrow> should_throw) SetProperty() argument
2476 SetPropertyInternal(LookupIterator* it, Handle<Object> value, Maybe<ShouldThrow> should_throw, StoreOrigin store_origin, bool* found) SetPropertyInternal() argument
2606 CheckContextualStoreToJSGlobalObject( LookupIterator* it, Maybe<ShouldThrow> should_throw) CheckContextualStoreToJSGlobalObject() argument
2626 SetProperty(LookupIterator* it, Handle<Object> value, StoreOrigin store_origin, Maybe<ShouldThrow> should_throw) SetProperty() argument
2642 SetSuperProperty(LookupIterator* it, Handle<Object> value, StoreOrigin store_origin, Maybe<ShouldThrow> should_throw) SetSuperProperty() argument
2738 CannotCreateProperty(Isolate* isolate, Handle<Object> receiver, Handle<Object> name, Handle<Object> value, Maybe<ShouldThrow> should_throw) CannotCreateProperty() argument
2752 ShouldThrow should_throw = GetShouldThrow(it->isolate(), maybe_should_throw); WriteToReadOnlyProperty() local
2766 WriteToReadOnlyProperty(Isolate* isolate, Handle<Object> receiver, Handle<Object> name, Handle<Object> value, ShouldThrow should_throw) WriteToReadOnlyProperty() argument
2776 RedefineIncompatibleProperty( Isolate* isolate, Handle<Object> name, Handle<Object> value, Maybe<ShouldThrow> should_throw) RedefineIncompatibleProperty() argument
2863 AddDataProperty(LookupIterator* it, Handle<Object> value, PropertyAttributes attributes, Maybe<ShouldThrow> should_throw, StoreOrigin store_origin, EnforceDefineSemantics semantics) AddDataProperty() argument
2926 TransitionAndWriteDataProperty( LookupIterator* it, Handle<Object> value, PropertyAttributes attributes, Maybe<ShouldThrow> should_throw, StoreOrigin store_origin) TransitionAndWriteDataProperty() argument
3129 SetProperty(Handle<JSProxy> proxy, Handle<Name> name, Handle<Object> value, Handle<Object> receiver, Maybe<ShouldThrow> should_throw) SetProperty() argument
3182 ShouldThrow should_throw = DeletePropertyOrElement() local
3287 DefineOwnProperty(Isolate* isolate, Handle<JSArray> o, Handle<Object> name, PropertyDescriptor* desc, Maybe<ShouldThrow> should_throw) DefineOwnProperty() argument
3387 ArraySetLength(Isolate* isolate, Handle<JSArray> a, PropertyDescriptor* desc, Maybe<ShouldThrow> should_throw) ArraySetLength() argument
3480 DefineOwnProperty(Isolate* isolate, Handle<JSProxy> proxy, Handle<Object> key, PropertyDescriptor* desc, Maybe<ShouldThrow> should_throw) DefineOwnProperty() argument
3606 SetPrivateSymbol(Isolate* isolate, Handle<JSProxy> proxy, Handle<Symbol> private_name, PropertyDescriptor* desc, Maybe<ShouldThrow> should_throw) SetPrivateSymbol() argument
3779 PreventExtensions(Handle<JSProxy> proxy, ShouldThrow should_throw) PreventExtensions() argument
5173 SetPrototype(Isolate* isolate, Handle<JSProxy> proxy, Handle<Object> value, bool from_javascript, ShouldThrow should_throw) SetPrototype() argument
[all...]
H A Djs-array.h70 PropertyDescriptor* desc, Maybe<ShouldThrow> should_throw);
77 Maybe<ShouldThrow> should_throw);
H A Djs-array-buffer.h119 ShouldThrow should_throw, size_t* page_size, size_t* initial_pages,
284 PropertyDescriptor* desc, Maybe<ShouldThrow> should_throw);
H A Dmodule.cc420 PropertyDescriptor* desc, Maybe<ShouldThrow> should_throw) { in DefineOwnProperty()
423 return OrdinaryDefineOwnProperty(isolate, object, key, desc, should_throw); in DefineOwnProperty()
446 RETURN_FAILURE(isolate, GetShouldThrow(isolate, should_throw), in DefineOwnProperty()
418 DefineOwnProperty( Isolate* isolate, Handle<JSModuleNamespace> object, Handle<Object> key, PropertyDescriptor* desc, Maybe<ShouldThrow> should_throw) DefineOwnProperty() argument
H A Dmodule.h158 PropertyDescriptor* desc, Maybe<ShouldThrow> should_throw);
H A Dobjects-inl.h655 ShouldThrow should_throw) { in SetElement()
658 SetProperty(&it, value, StoreOrigin::kMaybeKeyed, Just(should_throw))); in SetElement()
1099 Handle<Object> value, Maybe<ShouldThrow> should_throw, in SetPropertyOrElement()
1103 MAYBE_RETURN_NULL(SetProperty(&it, value, store_origin, should_throw)); in SetPropertyOrElement()
653 SetElement(Isolate* isolate, Handle<Object> object, uint32_t index, Handle<Object> value, ShouldThrow should_throw) SetElement() argument
1097 SetPropertyOrElement( Isolate* isolate, Handle<Object> object, Handle<Name> name, Handle<Object> value, Maybe<ShouldThrow> should_throw, StoreOrigin store_origin) SetPropertyOrElement() argument
H A Dbigint.h234 ShouldThrow should_throw = kThrowOnError);
H A Dbigint.cc925 int radix, ShouldThrow should_throw) { in ToString()
973 if (should_throw == kThrowOnError) { in ToString()
924 ToString(Isolate* isolate, Handle<BigInt> bigint, int radix, ShouldThrow should_throw) ToString() argument
/third_party/node/deps/v8/src/api/
H A Dapi-arguments.cc14 Maybe<ShouldThrow> should_throw) in PropertyCallbackArguments()
21 if (should_throw.IsJust()) { in PropertyCallbackArguments()
22 value = should_throw.FromJust(); in PropertyCallbackArguments()
12 PropertyCallbackArguments( Isolate* isolate, Object data, Object self, JSObject holder, Maybe<ShouldThrow> should_throw) PropertyCallbackArguments() argument
H A Dapi-arguments.h76 JSObject holder, Maybe<ShouldThrow> should_throw);
/third_party/node/deps/v8/src/runtime/
H A Druntime-scopes.cc665 ShouldThrow should_throw, in LoadLookupSlot()
717 if (should_throw == kThrowOnError) { in LoadLookupSlot()
664 LoadLookupSlot(Isolate* isolate, Handle<String> name, ShouldThrow should_throw, Handle<Object>* receiver_return = nullptr) LoadLookupSlot() argument
H A Druntime.h819 Maybe<ShouldThrow> should_throw = Nothing<ShouldThrow>());
H A Druntime-object.cc554 Maybe<ShouldThrow> should_throw) { in SetObjectProperty()
584 Object::SetProperty(&it, value, store_origin, should_throw)); in SetObjectProperty()
551 SetObjectProperty( Isolate* isolate, Handle<Object> object, Handle<Object> key, Handle<Object> value, StoreOrigin store_origin, Maybe<ShouldThrow> should_throw) SetObjectProperty() argument
/third_party/node/deps/v8/src/d8/
H A Dd8.h504 bool should_throw = true);
H A Dd8.cc3690 bool should_throw) { in ReadFile()
3695 if (should_throw) { in ReadFile()
3689 ReadFile(Isolate* isolate, const char* name, bool should_throw) ReadFile() argument
/third_party/node/deps/v8/src/execution/
H A Disolate.h368 #define RETURN_FAILURE(isolate, should_throw, call) \
370 if ((should_throw) == kDontThrow) { \
/third_party/node/deps/v8/src/ic/
H A Dic.cc1743 Maybe<ShouldThrow> should_throw, in DefineOwnDataProperty()
1762 it->GetName(), &new_desc, should_throw); in DefineOwnDataProperty()
1798 it, value, NONE, should_throw, JSObject::DONT_FORCE_FIELD, in DefineOwnDataProperty()
1740 DefineOwnDataProperty(LookupIterator* it, LookupIterator::State original_state, Handle<Object> value, Maybe<ShouldThrow> should_throw, StoreOrigin store_origin) DefineOwnDataProperty() argument
/third_party/node/deps/v8/src/parsing/
H A Dparser-base.h1003 // either returns false or reports an error, depending on should_throw.
1005 inline bool CheckTemplateEscapes(bool should_throw) { in CheckTemplateEscapes() argument
1010 if (should_throw) { in CheckTemplateEscapes()
1015 return should_throw; in CheckTemplateEscapes()

Completed in 59 milliseconds