| Index: src/bootstrapper.cc
|
| diff --git a/src/bootstrapper.cc b/src/bootstrapper.cc
|
| index a0d62827cfd2b061b6e2b0b144a99e491bcaa9a8..03f888b13ca8e01393bbe89ebaf7d1d7d166ae7e 100644
|
| --- a/src/bootstrapper.cc
|
| +++ b/src/bootstrapper.cc
|
| @@ -317,13 +317,6 @@ class Genesis BASE_EMBEDDED {
|
| FunctionMode function_mode);
|
| void SetStrongFunctionInstanceDescriptor(Handle<Map> map);
|
|
|
| - static bool CompileBuiltin(Isolate* isolate, int index);
|
| - static bool CompileExperimentalBuiltin(Isolate* isolate, int index);
|
| - static bool CompileExtraBuiltin(Isolate* isolate, int index);
|
| - static bool CompileNative(Isolate* isolate, Vector<const char> name,
|
| - Handle<String> source, int argc,
|
| - Handle<Object> argv[]);
|
| -
|
| static bool CallUtilsFunction(Isolate* isolate, const char* name);
|
|
|
| static bool CompileExtension(Isolate* isolate, v8::Extension* extension);
|
|
|