DescriptionRefactor object/class literal property name parsing
This patch arranges that property names are parsed in a single pass,
reporting the name as well as the type of the property, instead of
parsing qualifiers like 'static' or 'get' initially as names and then
re-parsing. This change is easier to reason about, very slightly (4%)
faster in some cases (although slower in other, less common ones, though
this slowdown will be fixed in an upcoming patch), and is a prerequisite
for separating the parsing of object and class literal properties, which
will become increasingly important as ECMAScript adds more class features.
This is a reland of https://codereview.chromium.org/2278153004/,
which fixes the issue causing the revert and adds more tests.
Committed: https://crrev.com/8d5a267b19a5239afbeebc450a197f18231aed78
Cr-Commit-Position: refs/heads/master@{#39056}
Patch Set 1 #Patch Set 2 : fix & more tests #
Total comments: 10
Patch Set 3 : documentation & tests #
Messages
Total messages: 20 (11 generated)
|