Bug 260487

Summary: [JSC] Implement CanDeclareGlobalFunction abstract operation and friends
Product: WebKit Reporter: Alexey Shvayka <ashvayka>
Component: JavaScriptCoreAssignee: Alexey Shvayka <ashvayka>
Status: RESOLVED FIXED    
Severity: Major CC: webkit-bug-importer
Priority: P1 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 260484, 261179    

Description Alexey Shvayka 2023-08-21 13:51:03 PDT
Related test262 failures:
  * test/language/eval-code/direct/non-definable-function-with-function.js
  * test/language/eval-code/direct/non-definable-function-with-variable.js
  * test/language/eval-code/direct/non-definable-global-function.js
  * test/language/eval-code/direct/non-definable-global-generator.js
  * test/language/eval-code/direct/var-env-func-init-global-update-configurable.js
  * test/language/eval-code/indirect/non-definable-function-with-function.js
  * test/language/eval-code/indirect/non-definable-function-with-variable.js
  * test/language/eval-code/indirect/non-definable-global-function.js
  * test/language/eval-code/indirect/non-definable-global-generator.js
  * test/language/eval-code/indirect/var-env-func-init-global-update-configurable.js
  * test/language/global-code/script-decl-func-err-non-configurable.js
  * test/language/global-code/script-decl-func-err-non-extensible.js
  * test/language/global-code/script-decl-var-err.js
Comment 1 Radar WebKit Bug Importer 2023-08-21 13:51:18 PDT
<rdar://problem/114215396>
Comment 2 Alexey Shvayka 2023-08-30 11:22:07 PDT
Pull request: https://github.com/WebKit/WebKit/pull/17238
Comment 3 EWS 2023-09-05 15:47:49 PDT
Committed 267655@main (14f1a47bd726): <https://commits.webkit.org/267655@main>

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