62d154f6a3
If a field is initialized with null (either explicitly or implicitly), field store can be omitted in bytecode. In such case, bytecode should still convey the information about this initialization to VM for field guards to work correctly. Change-Id: I1fd45b858c3c521b97fa5dbffe0e15b1ea75d92f Reviewed-on: https://dart-review.googlesource.com/76060 Reviewed-by: Zach Anderson <zra@google.com> Reviewed-by: Régis Crelier <regis@google.com>