Home
last modified time | relevance | path

Searched defs:throw_exception (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/builtins/
Dbuiltins-string-gen.cc1161 throw_exception(this, Label::kDeferred), in TF_BUILTIN() local
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.cc6048 Label out(this), throw_exception(this, Label::kDeferred); in ThrowIfNotInstanceType() local
6071 Label done(this), throw_exception(this, Label::kDeferred); in ThrowIfNotJSReceiver() local
6092 Label out(this), throw_exception(this, Label::kDeferred); in ThrowIfNotCallable() local
/third_party/libabigail/tests/lib/
Dcatch.hpp3878 void throw_exception(Ex const& e) { in throw_exception() function
10532 void throw_exception(std::exception const& e) { in throw_exception() function