Replace vera++ with clang-format (#4518)

JerryScript-DCO-1.0-Signed-off-by: Robert Fancsik robert.fancsik@h-lab.eu
This commit is contained in:
Robert Fancsik
2021-11-05 14:15:47 +01:00
committed by GitHub
parent bc091e1742
commit badfdf4dba
564 changed files with 10195 additions and 15090 deletions
+10 -12
View File
@@ -16,6 +16,8 @@
#ifndef MAIN_UTILS_H
#define MAIN_UTILS_H
#include "jerryscript.h"
#include "main-options.h"
/**
@@ -24,19 +26,15 @@
#define JERRY_STANDALONE_EXIT_CODE_OK (0)
#define JERRY_STANDALONE_EXIT_CODE_FAIL (1)
void
main_init_engine (main_args_t *arguments_p);
void
main_print_unhandled_exception (jerry_value_t error_value);
void main_init_engine (main_args_t *arguments_p);
void main_print_unhandled_exception (jerry_value_t error_value);
jerry_value_t
main_wait_for_source_callback (const jerry_char_t *resource_name_p,
size_t resource_name_size,
const jerry_char_t *source_p,
size_t source_size,
void *user_p);
jerry_value_t main_wait_for_source_callback (const jerry_char_t *resource_name_p,
size_t resource_name_size,
const jerry_char_t *source_p,
size_t source_size,
void *user_p);
bool
main_is_value_reset (jerry_value_t value);
bool main_is_value_reset (jerry_value_t value);
#endif /* !MAIN_UTILS_H */