Index: sdk/lib/_internal/compiler/implementation/ssa/codegen.dart |
diff --git a/sdk/lib/_internal/compiler/implementation/ssa/codegen.dart b/sdk/lib/_internal/compiler/implementation/ssa/codegen.dart |
index 040337d13748f7ffdb63165b01ca7d5117872bab..9c1530e31752215be9101cf36dff239396a7ee94 100644 |
--- a/sdk/lib/_internal/compiler/implementation/ssa/codegen.dart |
+++ b/sdk/lib/_internal/compiler/implementation/ssa/codegen.dart |
@@ -1755,6 +1755,9 @@ abstract class SsaCodeGenerator implements HVisitor, HBlockInformationVisitor { |
} |
push(new js.LiteralExpression.withData(code, data), node); |
} |
+ // TODO(sra): Tell world.nativeEnqueuer about the types created here. |
+ //print('JS: ${node} $code'); |
+ //enqueuer.codegen.nativeEnqueuer.xxx |
ngeoffray
2012/11/08 08:18:01
That is the right place to do it for the codegen e
|
} |
visitForeignNew(HForeignNew node) { |