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:
Akos Kiss 2017-05-07 21:46:15 +02:00 committed by GitHub
parent 91e976f8c7
commit 59c7ffe363

View File

@ -210,7 +210,7 @@ ecma_raise_standard_error_with_format (ecma_standard_error_t error_type, /**< er
}
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);
}