Lines Matching refs:jerry_port_log
77 jerry_port_log (JERRY_LOG_LEVEL_ERROR, "Error: cannot open file: %s\n", file_name); in read_file()
84 jerry_port_log (JERRY_LOG_LEVEL_ERROR, "Failed to seek (error: %d)\n", fseek_status); in read_file()
92 jerry_port_log (JERRY_LOG_LEVEL_ERROR, "Failed to get the file size(error %ld)\n", script_len); in read_file()
103 jerry_port_log (JERRY_LOG_LEVEL_ERROR, "Out of memory error\n"); in read_file()
112 jerry_port_log (JERRY_LOG_LEVEL_ERROR, "Error: failed to read file: %s\n", file_name); in read_file()
257 jerry_port_log (JERRY_LOG_LEVEL_ERROR, "%c", source_p[pos]); in print_unhandled_exception()
263 jerry_port_log (JERRY_LOG_LEVEL_ERROR, "\n"); in print_unhandled_exception()
267 jerry_port_log (JERRY_LOG_LEVEL_ERROR, "~"); in print_unhandled_exception()
270 jerry_port_log (JERRY_LOG_LEVEL_ERROR, "^\n"); in print_unhandled_exception()
275 jerry_port_log (JERRY_LOG_LEVEL_ERROR, "Script Error: %s\n", err_str_buf); in print_unhandled_exception()
290 jerry_port_log (JERRY_LOG_LEVEL_WARNING, "Warning: failed to register '%s' method.", name_p); in register_js_function()
310 jerry_port_log (JERRY_LOG_LEVEL_ERROR, in main()
355 jerry_port_log (JERRY_LOG_LEVEL_ERROR, "Error: wrong format or invalid argument\n"); in main()
371 jerry_port_log (JERRY_LOG_LEVEL_ERROR, "Error: wrong format or invalid argument\n"); in main()
416 jerry_port_log (JERRY_LOG_LEVEL_ERROR, "Source file load error\n"); in main()