Chromium Code Reviews
DescriptionField should not be initialized until after initializer returns
A field with an initializer expression is uninitialized until the
expression is fully evaluated. If the initializer expression reads
the field multiple times, a circular reference error must be
thrown for each time the field is read.
BUG=#27466
R=fschneider@google.com
Committed: https://github.com/dart-lang/sdk/commit/d643234264c541955e3aec6e9157916e8e47270e
Patch Set 1 #
Messages
Total messages: 6 (3 generated)
|
|||||||||||||||||||