diff options
author | Ryan <ry@tinyclouds.org> | 2009-07-31 14:36:48 +0200 |
---|---|---|
committer | Ryan <ry@tinyclouds.org> | 2009-07-31 14:36:48 +0200 |
commit | 2ebd6921510f9efbf1ef7eb6988ccecac25ee988 (patch) | |
tree | 796b2b414a20bd2e6b4b43323ea149894115a8c3 /deps/v8/src/flag-definitions.h | |
parent | 5373c6869a8410e9a00771be09bc74cd17e9c843 (diff) | |
download | node-new-2ebd6921510f9efbf1ef7eb6988ccecac25ee988.tar.gz |
Upgrade V8 to 1.3.1
Diffstat (limited to 'deps/v8/src/flag-definitions.h')
-rw-r--r-- | deps/v8/src/flag-definitions.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/deps/v8/src/flag-definitions.h b/deps/v8/src/flag-definitions.h index 9c696ed661..b0770b0028 100644 --- a/deps/v8/src/flag-definitions.h +++ b/deps/v8/src/flag-definitions.h @@ -144,9 +144,6 @@ DEFINE_bool(debugger_auto_break, false, "automatically set the debug break flag when debugger commands are " "in the queue (experimental)") -// execution.cc -DEFINE_bool(call_regexp, false, "allow calls to RegExp objects") - // frames.cc DEFINE_int(max_stack_trace_source_length, 300, "maximum length of function source code printed in a stack trace.") @@ -158,6 +155,8 @@ DEFINE_bool(gc_global, false, "always perform global GCs") DEFINE_int(gc_interval, -1, "garbage collect after <n> allocations") DEFINE_bool(trace_gc, false, "print one trace line following each garbage collection") +DEFINE_bool(trace_gc_verbose, false, + "print more details following each garbage collection") DEFINE_bool(collect_maps, true, "garbage collect maps from which no objects can be reached") |