Ignore:
Timestamp:
Oct 14, 2021, 7:24:50 AM (4 years ago)
Author:
[email protected]
Message:

Unreviewed, reverting r284151.
https://bugs.webkit.org/show_bug.cgi?id=231740

WTR

Reverted changeset:

"Test coverage for JSC shadow realms implementation"
https://bugs.webkit.org/show_bug.cgi?id=230602
https://commits.webkit.org/r284151

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/parser/Parser.cpp

    r284151 r284159  
    50975097            next();
    50985098        } else {
    5099             failIfTrue(match(IDENT), "\"new.\" can only be followed with target");
     5099            failIfTrue(match(IDENT), "\"new.\" can only followed with target");
    51005100            failDueToUnexpectedToken();
    51015101        }
     
    51325132                next();
    51335133            } else {
    5134                 failIfTrue(match(IDENT), "\"import.\" can only be followed with meta");
     5134                failIfTrue(match(IDENT), "\"import.\" can only followed with meta");
    51355135                failDueToUnexpectedToken();
    51365136            }
Note: See TracChangeset for help on using the changeset viewer.