Replace the jerry_value_set_error_flag function with jerry_create_error_from_value (#2367)
JerryScript-DCO-1.0-Signed-off-by: Istvan Miklos imiklos2@inf.u-szeged.hu
This commit is contained in:
@@ -369,7 +369,7 @@ bool jerry_is_feature_enabled (const jerry_feature_t feature);
|
||||
* Error manipulation functions.
|
||||
*/
|
||||
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);
|
||||
jerry_value_t jerry_create_error_from_value (jerry_value_t value, bool release);
|
||||
void jerry_value_set_abort_flag (jerry_value_t *value_p);
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user