Home
last modified time | relevance | path

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

/third_party/jerryscript/tests/unit-core/
H A Dtest-api.cpp378 jerry_value_t throw_test_handler_val; in HWTEST_F() local
597 throw_test_handler_val = jerry_create_external_function (handler_throw_test); in HWTEST_F()
598 TEST_ASSERT (jerry_value_is_function (throw_test_handler_val)); in HWTEST_F()
600 res = set_property (global_obj_val, "throw_test", throw_test_handler_val); in HWTEST_F()
604 jerry_release_value (throw_test_handler_val); in HWTEST_F()

Completed in 3 milliseconds