Home
last modified time | relevance | path

Searched defs:should_throw (Results 1 – 13 of 13) sorted by relevance

/third_party/node/deps/v8/src/api/
Dapi-arguments.cc14 Maybe<ShouldThrow> should_throw) in PropertyCallbackArguments()
/third_party/node/deps/v8/src/objects/
Djs-objects.cc195 bool should_throw = GetShouldThrow(isolate, Nothing<ShouldThrow>()) == in CheckPrivateNameStore() local
240 Maybe<ShouldThrow> should_throw) { in CheckIfCanDefine()
957 ShouldThrow should_throw = in DeleteProperty() local
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()
1310 Maybe<ShouldThrow> should_throw, PropertyDescriptor* desc) { in DefinePropertyWithInterceptorInternal()
1369 Maybe<ShouldThrow> should_throw) { in OrdinaryDefineOwnProperty()
1408 Maybe<ShouldThrow> should_throw) { in IsCompatiblePropertyDescriptor()
[all …]
Djs-array-buffer.cc153 ShouldThrow should_throw, size_t* page_size, size_t* initial_pages, in GetResizableBackingStorePageConfiguration()
268 Maybe<ShouldThrow> should_throw) { in DefineOwnProperty()
Dobjects.cc137 ShouldThrow GetShouldThrow(Isolate* isolate, Maybe<ShouldThrow> should_throw) { in GetShouldThrow()
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()
2628 Maybe<ShouldThrow> should_throw) { in SetProperty()
2644 Maybe<ShouldThrow> should_throw) { in SetSuperProperty()
2742 Maybe<ShouldThrow> should_throw) { in CannotCreateProperty()
2752 ShouldThrow should_throw = GetShouldThrow(it->isolate(), maybe_should_throw); in WriteToReadOnlyProperty() local
2770 ShouldThrow should_throw) { in WriteToReadOnlyProperty()
[all …]
Dmodule.cc420 PropertyDescriptor* desc, Maybe<ShouldThrow> should_throw) { in DefineOwnProperty()
Dobjects-inl.h655 ShouldThrow should_throw) { in SetElement()
1099 Handle<Object> value, Maybe<ShouldThrow> should_throw, in SetPropertyOrElement()
Dbigint.cc925 int radix, ShouldThrow should_throw) { in ToString()
/third_party/node/deps/v8/src/runtime/
Druntime-scopes.cc665 ShouldThrow should_throw, in LoadLookupSlot()
Druntime-object.cc554 Maybe<ShouldThrow> should_throw) { in SetObjectProperty()
/third_party/node/deps/v8/src/execution/
Disolate.h368 #define RETURN_FAILURE(isolate, should_throw, call) \ argument
/third_party/node/deps/v8/src/ic/
Dic.cc1743 Maybe<ShouldThrow> should_throw, in DefineOwnDataProperty()
/third_party/node/deps/v8/src/parsing/
Dparser-base.h1005 inline bool CheckTemplateEscapes(bool should_throw) { in CheckTemplateEscapes()
/third_party/node/deps/v8/src/d8/
Dd8.cc3690 bool should_throw) { in ReadFile()