Searched refs:assert_handler (Results 1 – 5 of 5) sorted by relevance
73 assert_handler (const jerry_value_t func_obj_val, /**< function object */ in assert_handler() function129 register_js_function ("assert", assert_handler); in main()
41 assert_handler (const jerry_value_t func_obj_val, /**< function object */ in assert_handler() function176 jerry_value_t function_val = jerry_create_external_function (assert_handler); in main()
53 assert_handler (const jerry_value_t func_obj_val, /**< function object */ in assert_handler() function490 jerry_value_t function_val = jerry_create_external_function (assert_handler); in main()
23 [import ../example/assert_handler.cpp]127 …d_msg(char const*, char const*, char const*, char const*, long) at ../example/assert_handler.cpp:39129 2# bar(int) at ../example/assert_handler.cpp:17130 3# foo(int) at ../example/assert_handler.cpp:25131 4# bar(int) at ../example/assert_handler.cpp:17132 5# foo(int) at ../example/assert_handler.cpp:25133 6# main at ../example/assert_handler.cpp:54
1574 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; }