Home
last modified time | relevance | path

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

/third_party/jerryscript/tests/unit-core/
H A Dtest-api-set-and-clear-error-flag.cpp94 error = jerry_create_abort_from_value (str, true); in HWTEST_F()
101 error = jerry_create_abort_from_value (str, false); in HWTEST_F()
110 error = jerry_create_abort_from_value (error, true); in HWTEST_F()
119 jerry_value_t error2 = jerry_create_abort_from_value (error, false); in HWTEST_F()
164 error = jerry_create_abort_from_value (num, true); in HWTEST_F()
173 error = jerry_create_abort_from_value (num, false); in HWTEST_F()
183 error = jerry_create_abort_from_value (num, true); in HWTEST_F()
193 error = jerry_create_abort_from_value (num, false); in HWTEST_F()
218 error = jerry_create_abort_from_value (value, true); in HWTEST_F()
219 error = jerry_create_abort_from_value (erro in HWTEST_F()
[all...]
H A Dtest-abort.cpp35 value = jerry_create_abort_from_value (value, true); in callback_func()
148 value = jerry_create_abort_from_value (value, true); in HWTEST_F()
156 value = jerry_create_abort_from_value (value, true); in HWTEST_F()
/third_party/jerryscript/jerry-core/include/
H A Djerryscript-core.h432 jerry_value_t jerry_create_abort_from_value (jerry_value_t value, bool release);
/third_party/jerryscript/jerry-core/api/
H A Djerry.c1139 jerry_create_abort_from_value (jerry_value_t value, /**< api value */ in jerry_create_abort_from_value() function
1163 } /* jerry_create_abort_from_value */ in jerry_create_abort_from_value()

Completed in 13 milliseconds