| Index: src/flag-definitions.h
|
| ===================================================================
|
| --- src/flag-definitions.h (revision 4229)
|
| +++ src/flag-definitions.h (working copy)
|
| @@ -124,6 +124,7 @@
|
| DEFINE_string(expose_debug_as, NULL, "expose debug in global object")
|
| DEFINE_bool(expose_gc, false, "expose gc extension")
|
| DEFINE_int(stack_trace_limit, 10, "number of stack frames to capture")
|
| +DEFINE_bool(disable_native_files, false, "disable builtin natives files")
|
|
|
| // builtins-ia32.cc
|
| DEFINE_bool(inline_new, true, "use fast inline allocation")
|
|
|