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
While this issue was related to tc39/test262#4060, the recent version of ESMeta resolves this issue by following the new evaluation order of property key resolutions.
tc39/ecma262#2267 changes the behavior of object property access of specification, which seems to be incorrect when compared to other JS engines.
Related Issues
null[{ toString: () => { console.log('hit') } }]
supposed to hit theconsole.log
? tc39/ecma262#2659Related tests (# of tests = 35)
New Task
The text was updated successfully, but these errors were encountered: