chakra-core / chakra-core/ChakraCore
Use of formals defined to the right should throw use before declaration error
Open
Bug
Severity: 3
- Dominant language
- JavaScript
- Stars
- 9.3k
- Forks
- 1.2k
- PR merge metrics
- No merged PRs in 30d
Description
function foo(a = (() => b)(), b) {
}
foo();
Should throw use before declaration error.
Contributor guide
Assessment
This issue has not been assessed yet.