Searched refs:throw_exception (Results 1 - 5 of 5) sorted by relevance
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-string-gen.cc | 1161 throw_exception(this, Label::kDeferred), in TF_BUILTIN() 1180 Branch(is_global, &next, &throw_exception); in TF_BUILTIN() 1198 Branch(SmiEqual(global_ix, SmiConstant(-1)), &throw_exception, &next); in TF_BUILTIN() local 1201 BIND(&throw_exception); in TF_BUILTIN()
|
/third_party/node/deps/ada/ |
H A D | ada.h | 1983 [[noreturn]] TL_EXPECTED_11_CONSTEXPR void throw_exception(E &&e) { in throw_exception() function 3816 detail::throw_exception(bad_expected_access<E>(err().value())); in value() 3823 detail::throw_exception(bad_expected_access<E>(err().value())); in value() 3830 detail::throw_exception(bad_expected_access<E>(std::move(err()).value())); in value() 3837 detail::throw_exception(bad_expected_access<E>(std::move(err()).value())); in value()
|
/third_party/node/deps/v8/src/codegen/ |
H A D | code-stub-assembler.cc | 6048 Label out(this), throw_exception(this, Label::kDeferred); 6050 GotoIf(TaggedIsSmi(value), &throw_exception); 6057 &throw_exception); 6060 BIND(&throw_exception); 6071 Label done(this), throw_exception(this, Label::kDeferred); 6073 GotoIf(TaggedIsSmi(value), &throw_exception); 6080 &throw_exception); 6083 BIND(&throw_exception); 6092 Label out(this), throw_exception(this, Label::kDeferred); 6094 GotoIf(TaggedIsSmi(value), &throw_exception); [all...] |
/third_party/libabigail/tests/lib/ |
H A D | catch.hpp | 3878 void throw_exception(Ex const& e) { 3883 void throw_exception(std::exception const& e); 4171 Catch::throw_exception(GeneratorException("No valid value found in filtered generator")); 4312 Catch::throw_exception(GeneratorException("Not enough values to initialize the first chunk")); 4724 Catch::throw_exception(GeneratorException("IteratorGenerator received no valid values")); 6893 Catch::throw_exception(optimized_away_error{}); 10532 void throw_exception(std::exception const& e) { 10541 throw_exception(std::logic_error(msg)); 10546 throw_exception(std::domain_error(msg)); 10551 throw_exception(st [all...] |
/third_party/json/tests/thirdparty/doctest/ |
H A D | doctest.h | 4579 DOCTEST_NORETURN void throw_exception(Ex const& e) { 4591 throw_exception(std::logic_error( \
|
Completed in 49 milliseconds