Remove argument names in function prototypes, declared in headers; fix '*' alignment in headers.
JerryScript-DCO-1.0-Signed-off-by: Ruben Ayrapetyan r.ayrapetyan@samsung.com
This commit is contained in:
@@ -25,15 +25,10 @@
|
||||
*/
|
||||
|
||||
extern ecma_completion_value_t
|
||||
ecma_op_eval (ecma_string_t *code_p,
|
||||
bool is_direct,
|
||||
bool is_called_from_strict_mode_code);
|
||||
ecma_op_eval (ecma_string_t *, bool, bool);
|
||||
|
||||
extern ecma_completion_value_t
|
||||
ecma_op_eval_chars_buffer (const jerry_api_char_t *code_p,
|
||||
size_t code_buffer_size,
|
||||
bool is_direct,
|
||||
bool is_called_from_strict_mode_code);
|
||||
ecma_op_eval_chars_buffer (const jerry_api_char_t *, size_t, bool, bool);
|
||||
|
||||
/**
|
||||
* @}
|
||||
|
||||
Reference in New Issue
Block a user