Home
last modified time | relevance | path

Searched refs:kDontThrow (Results 1 – 25 of 34) sorted by relevance

12

/third_party/node/deps/v8/src/objects/
Djs-segments.cc134 isolate, result, factory->segment_string(), segment, Just(kDontThrow)); in CreateSegmentDataObject()
141 factory->NewNumberFromInt(start_index), Just(kDontThrow)); in CreateSegmentDataObject()
150 isolate, result, factory->input_string(), input_string, Just(kDontThrow)); in CreateSegmentDataObject()
167 Just(kDontThrow)); in CreateSegmentDataObject()
Djs-number-format.cc959 Just(kDontThrow)) in ResolvedOptions()
966 numberingSystem_string, Just(kDontThrow)) in ResolvedOptions()
971 StyleAsString(isolate, style), Just(kDontThrow)) in ResolvedOptions()
979 currency_string, Just(kDontThrow)) in ResolvedOptions()
984 CurrencyDisplayString(isolate, skeleton), Just(kDontThrow)) in ResolvedOptions()
988 CurrencySignString(isolate, skeleton), Just(kDontThrow)) in ResolvedOptions()
998 Just(kDontThrow)) in ResolvedOptions()
1003 UnitDisplayString(isolate, skeleton), Just(kDontThrow)) in ResolvedOptions()
1011 Just(kDontThrow)) in ResolvedOptions()
1018 factory->NewNumberFromInt(minimum), Just(kDontThrow)) in ResolvedOptions()
[all …]
Djs-display-names.cc565 isolate, options, factory->locale_string(), locale, Just(kDontThrow)); in ResolvedOptions()
570 isolate, options, factory->style_string(), style, Just(kDontThrow)); in ResolvedOptions()
575 isolate, options, factory->type_string(), type, Just(kDontThrow)); in ResolvedOptions()
580 isolate, options, factory->fallback_string(), fallback, Just(kDontThrow)); in ResolvedOptions()
588 language_display, Just(kDontThrow)); in ResolvedOptions()
Djs-date-time-format.cc627 isolate, options, factory->locale_string(), locale, Just(kDontThrow)); in ResolvedOptions()
634 isolate, options, factory->calendar_string(), calendar, Just(kDontThrow)); in ResolvedOptions()
642 Just(kDontThrow)); in ResolvedOptions()
647 isolate, options, factory->timeZone_string(), timezone, Just(kDontThrow)); in ResolvedOptions()
657 date_time_format->HourCycleAsString(), Just(kDontThrow)); in ResolvedOptions()
666 Just(kDontThrow)); in ResolvedOptions()
675 Just(kDontThrow)); in ResolvedOptions()
698 factory->NewNumberFromInt(fsd), Just(kDontThrow)); in ResolvedOptions()
709 Just(kDontThrow)); in ResolvedOptions()
723 Just(kDontThrow)); in ResolvedOptions()
[all …]
Djs-collator.cc64 isolate, options, key, value_str, Just(kDontThrow)); in CreateDataPropertyForOptions()
76 isolate, options, key, value_obj, Just(kDontThrow)); in CreateDataPropertyForOptions()
211 locale_from_collator, Just(kDontThrow)); in ResolvedOptions()
Djs-locale.cc699 isolate, info, factory->direction_string(), dir, Just(kDontThrow)) in TextInfo()
760 factory->NewNumberFromInt(fd), Just(kDontThrow)) in WeekInfo()
765 we, Just(kDontThrow)) in WeekInfo()
771 factory->NewNumberFromInt(md), Just(kDontThrow)) in WeekInfo()
Djs-array-buffer.cc163 if (should_throw == kDontThrow) return Nothing<bool>(); in GetResizableBackingStorePageConfiguration()
171 if (should_throw == kDontThrow) return Nothing<bool>(); in GetResizableBackingStorePageConfiguration()
Djs-plural-rules.cc240 value, Just(kDontThrow)); in CreateDataPropertyForOptions()
Dkeys.cc670 *object, Just(kDontThrow)); in FilterForEnumerableProperties()
700 *object, Just(kDontThrow)); in CollectInterceptorKeysInternal()
Dobjects.cc158 return is_sloppy(mode) ? kDontThrow : kThrowOnError; in GetShouldThrow()
485 BigInt::ToString(isolate, Handle<BigInt>::cast(input), 10, kDontThrow); in NoSideEffectsToMaybeString()
1436 Just(kDontThrow)); in GetPropertyWithAccessor()
1558 GetShouldThrow(isolate, maybe_should_throw) == kDontThrow); in SetPropertyWithAccessor()
3183 is_sloppy(language_mode) ? kDontThrow : kThrowOnError; in DeletePropertyOrElement()
3572 Just(kDontThrow)); in DefineOwnProperty()
3744 Just(kDontThrow)); in GetOwnPropertyDescriptor()
Djs-objects.h458 Maybe<ShouldThrow> should_throw = Just(kDontThrow));
/third_party/node/deps/v8/src/builtins/
Dbuiltins-reflect.cc44 isolate, Handle<JSReceiver>::cast(target), name, &desc, Just(kDontThrow)); in BUILTIN()
120 &it, value, StoreOrigin::kMaybeKeyed, Just(ShouldThrow::kDontThrow)); in BUILTIN()
Dbuiltins-object.cc347 isolate, descriptors, key, from_descriptor, Just(kDontThrow)); in BUILTIN()
/third_party/node/deps/v8/src/execution/
Dfutex-emulation.cc601 factory->false_value(), Just(kDontThrow)) in WaitAsync()
605 factory->not_equal_string(), Just(kDontThrow)) in WaitAsync()
618 factory->false_value(), Just(kDontThrow)) in WaitAsync()
622 factory->timed_out_string(), Just(kDontThrow)) in WaitAsync()
642 Just(kDontThrow)) in WaitAsync()
646 promise_capability, Just(kDontThrow)) in WaitAsync()
/third_party/node/deps/v8/src/runtime/
Druntime-object.cc517 CHECK(Object::AddDataProperty(&it, context, attributes, Just(kDontThrow), in RUNTIME_FUNCTION()
733 Handle<JSReceiver>::cast(object), kDontThrow); in RUNTIME_FUNCTION()
769 JSReceiver::SetPrototype(isolate, object, proto, true, kDontThrow); in RUNTIME_FUNCTION()
937 &it, value, NONE, Just(kDontThrow)); in RUNTIME_FUNCTION()
1175 Just(kDontThrow)) in RUNTIME_FUNCTION()
Druntime-internal.cc138 ShouldThrow::kDontThrow) in RUNTIME_FUNCTION()
Druntime-scopes.cc744 RETURN_RESULT_OR_FAILURE(isolate, LoadLookupSlot(isolate, name, kDontThrow)); in RUNTIME_FUNCTION()
/third_party/node/deps/v8/include/
Dv8-function-callback.h467 return args_[kShouldThrowOnErrorIndex] != I::IntToSmi(I::kDontThrow); in ShouldThrowOnError()
Dv8-internal.h425 static const int kDontThrow = 1;
/third_party/node/deps/v8/src/common/
Dglobals.h1023 kDontThrow = Internals::kDontThrow enumerator
/third_party/node/deps/v8/src/debug/
Ddebug-wasm-objects.cc652 JSObject::SetPrototype(isolate, object, prototype, false, kDontThrow) in Create()
1102 isolate->factory()->null_value(), false, kDontThrow) in AddWasmTableObjectInternalProperties()
Ddebug-scopes.cc578 Just(ShouldThrow::kDontThrow)) in ScopeObject()
/third_party/node/deps/v8/src/wasm/
Dwasm-js.cc1307 buffer->SetIntegrityLevel(buffer, i::FROZEN, i::kDontThrow); in WebAssemblyMemory()
2168 buffer->SetIntegrityLevel(buffer, i::FROZEN, i::kDontThrow); in WebAssemblyMemoryGetBuffer()
2952 kDontThrow) in Install()
3031 &it, tag_constructor, DONT_ENUM, Just(kDontThrow)); in InstallConditionalFeatures()
/third_party/node/deps/v8/src/ic/
Dic.cc3328 *holder, Just(kDontThrow)); in RUNTIME_FUNCTION()
3386 *receiver, Just(kDontThrow)); in RUNTIME_FUNCTION()
3417 *receiver, Just(kDontThrow)); in RUNTIME_FUNCTION()
3462 *receiver, Just(kDontThrow)); in RUNTIME_FUNCTION()
/third_party/node/deps/v8/src/snapshot/
Ddeserializer.cc1176 nullptr, byte_length, max_byte_length, kDontThrow, &page_size, in ReadSingleBytecodeData()

12