Merge jerry_get_value_without_error and jerry_value_clear_error_flag functions (#2350)
JerryScript-DCO-1.0-Signed-off-by: Istvan Miklos imiklos2@inf.u-szeged.hu
This commit is contained in:
committed by
Zoltan Herczeg
parent
4779451284
commit
ac9fce1d8d
@@ -368,10 +368,9 @@ bool jerry_is_feature_enabled (const jerry_feature_t feature);
|
||||
/**
|
||||
* Error manipulation functions.
|
||||
*/
|
||||
void jerry_value_clear_error_flag (jerry_value_t *value_p);
|
||||
jerry_value_t jerry_get_value_from_error (jerry_value_t value, bool release);
|
||||
void jerry_value_set_error_flag (jerry_value_t *value_p);
|
||||
void jerry_value_set_abort_flag (jerry_value_t *value_p);
|
||||
jerry_value_t jerry_get_value_without_error_flag (jerry_value_t value);
|
||||
|
||||
/**
|
||||
* Error object function(s).
|
||||
|
||||
Reference in New Issue
Block a user