Home
last modified time | relevance | path

Searched refs:assert_handler (Results 1 – 5 of 5) sorted by relevance

/third_party/jerryscript/tests/unit-core/
Dtest-promise.c73 assert_handler (const jerry_value_t func_obj_val, /**< function object */ in assert_handler() function
129 register_js_function ("assert", assert_handler); in main()
Dtest-arraybuffer.c41 assert_handler (const jerry_value_t func_obj_val, /**< function object */ in assert_handler() function
176 jerry_value_t function_val = jerry_create_external_function (assert_handler); in main()
Dtest-typedarray.c53 assert_handler (const jerry_value_t func_obj_val, /**< function object */ in assert_handler() function
490 jerry_value_t function_val = jerry_create_external_function (assert_handler); in main()
/third_party/boost/libs/stacktrace/doc/
Dstacktrace.qbk23 [import ../example/assert_handler.cpp]
127 …d_msg(char const*, char const*, char const*, char const*, long) at ../example/assert_handler.cpp:39
129 2# bar(int) at ../example/assert_handler.cpp:17
130 3# foo(int) at ../example/assert_handler.cpp:25
131 4# bar(int) at ../example/assert_handler.cpp:17
132 5# foo(int) at ../example/assert_handler.cpp:25
133 6# main at ../example/assert_handler.cpp:54
/third_party/json/test/thirdparty/doctest/
Ddoctest.h1574 typedef void (*assert_handler)(const AssertData&);
1600 void setAssertHandler(detail::assert_handler ah);
2934 assert_handler ah = nullptr;
3386 void Context::setAssertHandler(detail::assert_handler) {}
5664 void Context::setAssertHandler(detail::assert_handler ah) { p->ah = ah; }