Shouldn't use jerry_value_t in ecma-exceptions.c (#1800)
JerryScript-DCO-1.0-Signed-off-by: Akos Kiss akiss@inf.u-szeged.hu
This commit is contained in:
@@ -210,7 +210,7 @@ ecma_raise_standard_error_with_format (ecma_standard_error_t error_type, /**< er
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
jerry_value_t str_val = ecma_op_to_string (arg_val);
|
ecma_value_t str_val = ecma_op_to_string (arg_val);
|
||||||
arg_string_p = ecma_get_string_from_value (str_val);
|
arg_string_p = ecma_get_string_from_value (str_val);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user