| Index: src/bootstrapper.cc
|
| diff --git a/src/bootstrapper.cc b/src/bootstrapper.cc
|
| index 9038072540d4836e471a03aff9d61a4b7ce39308..f7e1989fe66eaf3a2b0ce43ec11964b18bfd0ff7 100644
|
| --- a/src/bootstrapper.cc
|
| +++ b/src/bootstrapper.cc
|
| @@ -39,11 +39,6 @@
|
|
|
| namespace v8 { namespace internal {
|
|
|
| -DEFINE_string(expose_natives_as, NULL, "expose natives in global object");
|
| -DEFINE_string(expose_debug_as, NULL, "expose debug in global object");
|
| -DEFINE_string(natives_file, NULL, "alternative natives file"); // for debugging
|
| -DEFINE_bool(expose_gc, false, "expose gc extension"); // for debugging
|
| -
|
| // A SourceCodeCache uses a FixedArray to store pairs of
|
| // (AsciiString*, JSFunction*), mapping names of native code files
|
| // (runtime.js, etc.) to precompiled functions. Instead of mapping
|
|
|