Chromium Code Reviews
DescriptionIn summaries, don't drop unsafe prefixes.
Previous to this CL, all prefixes were dropped during resynthesis,
causing constant ASTs like `x.length` to get resynthesized as simply
`length`, which did not retain enough information for constant
evaluation.
R=scheglov@google.com
Committed: https://github.com/dart-lang/sdk/commit/b33be7dce03755760f021c0d08309e4f97711da5
Patch Set 1 #
Messages
Total messages: 5 (2 generated)
|
||||||||||||||||||||||||||||