This repository has been archived by the owner on Oct 15, 2020. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
deps: update ChakraCore to chakra-core/ChakraCore@45a175d1c7
[1.8>1.9] [MERGE #4612 @boingoing] OS#13976524: Force scanner to create pid for string constant trailing defer-parsed compact-body lambda Merge pull request #4612 from boingoing:13976524 Lambda with compact-body which is defer-parsed and which is trailed immediately by a string constant can cause the string constant to miss having a pid created. When we try to load the string constant table in `ByteCodeGenerator`, we'll hit an AV with this pid being nullptr. Fix by forcing the scanner to create a pid for this string constant - only for the single case of a string constant token immediately following the single-expression lambda body which is defer-parsed. Test case looks like this: ``` jtmchw => z '123' ``` Fixes: https://microsoft.visualstudio.com/web/wi.aspx?id=13976524 Reviewed-By: chakrabot <chakrabot@users.noreply.github.com>
- Loading branch information