Chromium Code Reviews
DescriptionCheck for import from previous script.
If we hit two script tags:
<script src="a.dart"></script>
<script src="b.dart"></script>
and a.dart imports b.dart, we need to not reload b.dart into the VM.
R=asiva@google.com
Committed: https://src.chromium.org/viewvc/multivm?view=rev&revision=1493
Patch Set 1 #
Total comments: 2
Patch Set 2 : Hoist partially redundant check #Messages
Total messages: 4 (0 generated)
|