Bug 263269 - [JSC] Top-level function declarations should be lexical in module code
Summary: [JSC] Top-level function declarations should be lexical in module code
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-10-17 11:39 PDT by Alexey Shvayka
Modified: 2023-10-18 13:30 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-10-17 11:39:29 PDT
Related test262 failures:
  * test/language/module-code/early-dup-top-function-async-generator.js
  * test/language/module-code/early-dup-top-function-async.js
  * test/language/module-code/early-dup-top-function-generator.js
  * test/language/module-code/early-dup-top-function.js
  * test/language/module-code/parse-err-hoist-lex-fun.js
  * test/language/module-code/parse-err-hoist-lex-gen.js
Comment 1 Radar WebKit Bug Importer 2023-10-17 11:39:44 PDT
<rdar://problem/117086061>
Comment 2 Alexey Shvayka 2023-10-17 19:08:46 PDT
Pull request: https://github.com/WebKit/WebKit/pull/19207
Comment 3 EWS 2023-10-18 13:30:23 PDT
Committed 269485@main (2838f145f33f): <https://commits.webkit.org/269485@main>

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