| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index ef89cac35af6340d74de8e413d103bcf67ae091c..d458aaeaaa3472be232e2247a7579c230d39ef5e 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -615,6 +615,8 @@ DEFINE_BOOL(trace_incremental_marking, false,
|
| "trace progress of the incremental marking")
|
| DEFINE_BOOL(track_gc_object_stats, false,
|
| "track object counts and memory usage")
|
| +DEFINE_BOOL(track_detached_contexts, false,
|
| + "track native contexts that are expected to be garbage collected")
|
| #ifdef VERIFY_HEAP
|
| DEFINE_BOOL(verify_heap, false, "verify heap pointers before and after GC")
|
| #endif
|
|
|