| Index: lib/compiler/implementation/ssa/tracer.dart
|
| ===================================================================
|
| --- lib/compiler/implementation/ssa/tracer.dart (revision 6831)
|
| +++ lib/compiler/implementation/ssa/tracer.dart (working copy)
|
| @@ -172,6 +172,7 @@
|
| switch (type) {
|
| case HType.MUTABLE_ARRAY: prefix = 'm'; break;
|
| case HType.READABLE_ARRAY: prefix = 'a'; break;
|
| + case HType.EXTENDABLE_ARRAY: prefix = 'e'; break;
|
| case HType.BOOLEAN: prefix = 'b'; break;
|
| case HType.INTEGER: prefix = 'i'; break;
|
| case HType.DOUBLE: prefix = 'd'; break;
|
|
|