Bug 268019
| Summary: | [JSC] Computed property keys of class fields should not be reparsed | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Alexey Shvayka <ashvayka> |
| Component: | JavaScriptCore | Assignee: | Alexey Shvayka <ashvayka> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | All | ||
| OS: | All | ||
| Bug Depends on: | |||
| Bug Blocks: | 262405 | ||
Alexey Shvayka
because parsing is context-based, and some context like allowance of yield / async is lost when invoking parseClassFieldInitializerSourceElements().
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/121538219>
Alexey Shvayka
Related test262 failures:
* test/language/expressions/class/cpn-class-expr-fields-computed-property-name-from-yield-expression.js
* test/language/expressions/class/cpn-class-expr-fields-methods-computed-property-name-from-yield-expression.js
* test/language/statements/class/cpn-class-decl-fields-computed-property-name-from-yield-expression.js
* test/language/statements/class/cpn-class-decl-fields-methods-computed-property-name-from-yield-expression.js
Alexey Shvayka
Pull request: https://github.com/WebKit/WebKit/pull/23184
EWS
Committed 273677@main (5553144b15b7): <https://commits.webkit.org/273677@main>
Reviewed commits have been landed. Closing PR #23184 and removing active labels.