Index: src/globals.h |
=================================================================== |
--- src/globals.h (revision 4145) |
+++ src/globals.h (working copy) |
@@ -322,6 +322,11 @@ |
enum VisitMode { VISIT_ALL, VISIT_ALL_IN_SCAVENGE, VISIT_ONLY_STRONG }; |
+// Flag indicating whether code is built in to the VM (one of the natives |
Søren Thygesen Gjesse
2010/03/16 21:58:02
in to -> into?
|
+// files). |
+enum NativesFlag { NOT_NATIVES_CODE, NATIVES_CODE }; |
+ |
+ |
// A CodeDesc describes a buffer holding instructions and relocation |
// information. The instructions start at the beginning of the buffer |
// and grow forward, the relocation information starts at the end of |