Fast path for checking global IdentifierReference
#6505
Labels
C-enhancement
Category - New feature or request
needs-discussion
Requires a discussion from the core team
I'm going crazy with test cases such as
function foo(undefined) { if (!undefined) { } }
where we need to check whether
undefined
is a global reference or not 😡The text was updated successfully, but these errors were encountered: