Bug 260487 - [JSC] Implement CanDeclareGlobalFunction abstract operation and friends
Summary: [JSC] Implement CanDeclareGlobalFunction abstract operation and friends
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P1 Major
Assignee: Alexey Shvayka
URL:
Keywords: InRadar
Depends on:
Blocks: 260484 261179
  Show dependency treegraph
 
Reported: 2023-08-21 13:51 PDT by Alexey Shvayka
Modified: 2023-09-05 15:47 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-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.