Changeset 283600 in webkit for trunk/Source/JavaScriptCore/parser/Parser.cpp
- Timestamp:
- Oct 5, 2021, 10:20:07 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/parser/Parser.cpp
r282968 r283600 4981 4981 JSTokenLocation location(tokenLocation()); 4982 4982 if (match(CLOSEPAREN)) { 4983 next( TreeBuilder::DontBuildStrings);4983 next(); 4984 4984 return context.createArguments(); 4985 4985 }
Note:
See TracChangeset
for help on using the changeset viewer.