Index: src/zone.h |
diff --git a/src/zone.h b/src/zone.h |
index 9efe4f5d0511a533cb37ff9dc09355be23202d46..894ad71c3386ccb1343069c0cb8a30e18d3e6404 100644 |
--- a/src/zone.h |
+++ b/src/zone.h |
@@ -192,6 +192,8 @@ class ZoneList: public List<T, ZoneListAllocationPolicy> { |
// Introduce a convenience type for zone lists of map handles. |
typedef ZoneList<Handle<Map> > ZoneMapList; |
+// Introduce a convenience type for zone lists of code handles. |
+typedef ZoneList<Handle<Code> > ZoneCodeList; |
// ZoneScopes keep track of the current parsing and compilation |
// nesting and cleans up generated ASTs in the Zone when exiting the |