| Index: src/bootstrapper.h
|
| ===================================================================
|
| --- src/bootstrapper.h (revision 3777)
|
| +++ src/bootstrapper.h (working copy)
|
| @@ -55,9 +55,6 @@
|
|
|
| // Accessors for the native scripts cache. Used in lazy loading.
|
| static Handle<String> NativesSourceLookup(int index);
|
| - static bool NativesCacheLookup(Vector<const char> name,
|
| - Handle<JSFunction>* handle);
|
| - static void NativesCacheAdd(Vector<const char> name, Handle<JSFunction> fun);
|
|
|
| // Append code that needs fixup at the end of boot strapping.
|
| static void AddFixup(Code* code, MacroAssembler* masm);
|
|
|