Bug 263269

Summary: [JSC] Top-level function declarations should be lexical in module code
Product: WebKit Reporter: Alexey Shvayka <ashvayka>
Component: JavaScriptCoreAssignee: 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: 260484    

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.