Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-ext/module/
H A Dmodule.c261 *result = jerryx_module_create_error (JERRY_ERROR_COMMON, module_name_not_string, name); in jerryx_module_resolve_local()
312 *result = jerryx_module_create_error (JERRY_ERROR_COMMON, module_not_found, name); in jerryx_module_resolve_local()
/third_party/jerryscript/jerry-main/
H A Dmain-unix.c711 ret_value = jerry_create_error (JERRY_ERROR_COMMON, (jerry_char_t *) "Snapshot file load error"); in main()
740 ret_value = jerry_create_error (JERRY_ERROR_COMMON, (jerry_char_t *) "Source file load error"); in main()
746 ret_value = jerry_create_error (JERRY_ERROR_COMMON, (jerry_char_t *) ("Input must be a valid UTF-8 string.")); in main()
793 ret_value = jerry_create_error (JERRY_ERROR_COMMON, in main()
H A Dmain-unix-test.c99 ret_value = jerry_create_error (JERRY_ERROR_COMMON, (jerry_char_t *) ""); in main()
/third_party/jerryscript/jerry-ext/handler/
H A Dhandler-assert.c118 return jerry_create_error (JERRY_ERROR_COMMON, (jerry_char_t *) "assertion failed"); in jerryx_handler_assert_throw()
/third_party/jerryscript/tests/unit-core/
H A Dtest-api-errortype.cpp57 JERRY_ERROR_COMMON, in HWTEST_F()
/third_party/jerryscript/jerry-core/api/
H A Djerry-snapshot.c817 return jerry_create_error (JERRY_ERROR_COMMON, (const jerry_char_t *) error_message_p); in jerry_generate_snapshot_with_args()
889 return jerry_create_error (JERRY_ERROR_COMMON, (const jerry_char_t *) "Snapshot save is not supported."); in jerry_generate_snapshot()
1046 return jerry_create_error (JERRY_ERROR_COMMON, (const jerry_char_t *) "Snapshot execution is not supported."); in jerry_exec_snapshot()
1813 return jerry_create_error (JERRY_ERROR_COMMON, (const jerry_char_t *) "Snapshot save is not supported."); in jerry_generate_function_snapshot()
1840 return jerry_create_error (JERRY_ERROR_COMMON, (const jerry_char_t *) "Snapshot execution is not supported."); in jerry_load_function_snapshot()
H A Djerry.c69 && (int) ECMA_ERROR_COMMON == (int) JERRY_ERROR_COMMON
/third_party/jerryscript/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-drivers/source/
H A DI2C-js.cpp156 return jerry_create_error(JERRY_ERROR_COMMON, reinterpret_cast<const jerry_char_t *>(error_msg)); in DECLARE_CLASS_FUNCTION()
/third_party/jerryscript/jerry-core/include/
H A Djerryscript-core.h69 JERRY_ERROR_COMMON, /**< Error */ enumerator

Completed in 12 milliseconds