You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Root cause of the problem:
The Error is a built-in function/object thus when the ecma_op_function_declaration is called there is a case when the method checks if it is already there and then does an ecma_op_object_define_own_property call, which returns ECMA_SIMPLE_VALUE_TRUE on success and not an empty value.
Jerry version:
OS:
Test case:
Backtrace:
The text was updated successfully, but these errors were encountered: