Home
last modified time | relevance | path

Searched refs:assert_handler (Results 1 - 4 of 4) sorted by relevance

/third_party/jerryscript/tests/unit-core/
H A Dtest-promise.cpp74 assert_handler (const jerry_value_t func_obj_val, /**< function object */ in assert_handler() function
94 } /* assert_handler */ in assert_handler()
152 register_js_function ("assert", assert_handler); in HWTEST_F()
H A Dtest-arraybuffer.cpp42 assert_handler (const jerry_value_t func_obj_val, /**< function object */ in assert_handler() function
70 } /* assert_handler */ in assert_handler()
123 jerry_value_t function_val = jerry_create_external_function (assert_handler); in HWTEST_F()
H A Dtest-typedarray.cpp54 assert_handler (const jerry_value_t func_obj_val, /**< function object */ in assert_handler() function
82 } /* assert_handler */ in assert_handler()
382 jerry_value_t function_val = jerry_create_external_function (assert_handler);
/third_party/json/tests/thirdparty/doctest/
H A Ddoctest.h1676 typedef void (*assert_handler)(const AssertData&);
1702 void setAssertHandler(detail::assert_handler ah);
3140 assert_handler ah = nullptr;
3601 void Context::setAssertHandler(detail::assert_handler) {}
6278 void Context::setAssertHandler(detail::assert_handler ah) { p->ah = ah; }

Completed in 14 milliseconds