Adding target counter and depth level to 'break' and 'continue' completion values.
This commit is contained in:
@@ -54,7 +54,7 @@ fill_varg_list (int_data_t *int_data, /**< interpreter context */
|
||||
|
||||
if (ecma_is_completion_value_normal (get_arg_completion))
|
||||
{
|
||||
arg_values[arg_index] = get_arg_completion.value;
|
||||
arg_values[arg_index] = get_arg_completion.u.value;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user