Home
last modified time | relevance | path

Searched defs:is_exception (Results 1 – 5 of 5) sorted by relevance

/third_party/jerryscript/jerry-core/jcontext/
Djcontext.c69 jcontext_set_exception_flag (bool is_exception) /**< true - if the exception flag should be set in jcontext_set_exception_flag()
/third_party/mindspore/mindspore-src/source/tests/ut/cpp/ir/
Danf_test.cc75 TEST_F(TestAnf, is_exception) { in TEST_F() argument
/third_party/openssl/test/
Dv3nametest.c75 static int is_exception(const char *msg) in is_exception() function
/third_party/rust/rust/src/tools/linkchecker/
Dmain.rs463 fn is_exception(file: &Path, link: &str) -> bool { in is_exception() function
/third_party/jerryscript/jerry-core/ecma/base/
Decma-helpers.c1237 bool is_exception) /**< error reference is an exception */ in ecma_create_error_reference()