Bug 262330 - [JSC] Block-level function declarations shouldn't be allowed to shadow `var` bindings
Summary: [JSC] Block-level function declarations shouldn't be allowed to shadow `var` ...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Alexey Shvayka
URL:
Keywords: InRadar
Depends on:
Blocks: 260484
  Show dependency treegraph
 
Reported: 2023-09-28 14:21 PDT by Alexey Shvayka
Modified: 2023-09-29 00:48 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Shvayka 2023-09-28 14:21:23 PDT
Related test262 failures:
  * test/language/block-scope/syntax/redeclaration/inner-block-var-name-redeclaration-attempt-with-async-function.js
  * test/language/block-scope/syntax/redeclaration/inner-block-var-name-redeclaration-attempt-with-async-generator.js
  * test/language/block-scope/syntax/redeclaration/inner-block-var-name-redeclaration-attempt-with-function.js
  * test/language/block-scope/syntax/redeclaration/inner-block-var-name-redeclaration-attempt-with-generator.js
  * test/language/block-scope/syntax/redeclaration/var-name-redeclaration-attempt-with-async-function.js
  * test/language/block-scope/syntax/redeclaration/var-name-redeclaration-attempt-with-async-generator.js
  * test/language/block-scope/syntax/redeclaration/var-name-redeclaration-attempt-with-function.js
  * test/language/block-scope/syntax/redeclaration/var-name-redeclaration-attempt-with-generator.js
  * test/language/statements/switch/syntax/redeclaration/var-name-redeclaration-attempt-with-async-function.js
  * test/language/statements/switch/syntax/redeclaration/var-name-redeclaration-attempt-with-async-generator.js
  * test/language/statements/switch/syntax/redeclaration/var-name-redeclaration-attempt-with-function.js
  * test/language/statements/switch/syntax/redeclaration/var-name-redeclaration-attempt-with-generator.js
Comment 1 Radar WebKit Bug Importer 2023-09-28 14:21:53 PDT
<rdar://problem/116202546>
Comment 2 Alexey Shvayka 2023-09-28 14:32:42 PDT
Pull request: https://github.com/WebKit/WebKit/pull/18380
Comment 3 EWS 2023-09-29 00:48:58 PDT
Committed 268634@main (133e011511b5): <https://commits.webkit.org/268634@main>

Reviewed commits have been landed. Closing PR #18380 and removing active labels.