| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index d17f64facba134f1bc03770c5f97c7aecc8f7124..49ca3d91a033c9d8a469b1e978ffe36b42190893 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -629,6 +629,9 @@ DEFINE_INT(random_seed, 0,
|
| "(0, the default, means to use system random).")
|
|
|
| // objects.cc
|
| +DEFINE_BOOL(trace_weak_arrays, false, "trace WeakFixedArray usage")
|
| +DEFINE_BOOL(track_prototype_users, false,
|
| + "keep track of which maps refer to a given prototype object")
|
| DEFINE_BOOL(use_verbose_printer, true, "allows verbose printing")
|
| #if TRACE_MAPS
|
| DEFINE_BOOL(trace_maps, false, "trace map creation")
|
|
|