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
I hope this isn't code that is actually used anywhere. It isn't even valid in strict mode, which is hopefully the default everywhere.
tmikov
changed the title
Different behaviour between Hermes and other JS engines (V8/JSC/QuickJS)
Bug in scoped function promotion (non-strict mode)
Jul 11, 2024
Bug Description
I noticed a different behaviour between Hermes and other JS engines (tried with QuickJS, JSC and V8) when running the following script
The Expected Behavior
In Hermes the output is
Error1; Error1,
while in QuickJS the output isError; Error1
.Is this behaviour expected?
The text was updated successfully, but these errors were encountered: