| Index: lib/compiler/implementation/enqueue.dart
|
| diff --git a/lib/compiler/implementation/enqueue.dart b/lib/compiler/implementation/enqueue.dart
|
| index dea729d2b454e28546c5d52172704028b31b9a18..a42b1d4e2dcd36f1570daadb293616b2f7d50d37 100644
|
| --- a/lib/compiler/implementation/enqueue.dart
|
| +++ b/lib/compiler/implementation/enqueue.dart
|
| @@ -71,6 +71,9 @@ class Enqueuer {
|
| return compiler.enqueuer.resolution.resolvedElements[owner];
|
| }
|
|
|
| + String lookupCode(Element element) =>
|
| + universe.generatedCode[element].toString();
|
| +
|
| void addToWorkList(Element element, [TreeElements elements]) {
|
| if (element.isForeign()) return;
|
| if (compiler.phase == Compiler.PHASE_RECOMPILING) return;
|
|
|