Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
[JSC] modules can be visited more than once when resolving bindings t…
…hrough "star" exports as long as the exportName is different each time https://bugs.webkit.org/show_bug.cgi?id=178308 Reviewed by Mark Lam. JSTests: * test262.yaml: Source/JavaScriptCore: With the change of the spec[1], we now do not need to remember star resolution modules. We reflect this change to our implementation. Since this change is covered by test262, this patch improves the score of test262. We also add logging to ResolveExport to debug it easily. [1]: tc39/ecma262@a865e77 * runtime/AbstractModuleRecord.cpp: (JSC::AbstractModuleRecord::ResolveQuery::dump const): (JSC::AbstractModuleRecord::resolveExportImpl): Canonical link: https://commits.webkit.org/194890@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@223894 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
Showing
with
66 additions
and 12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters