| Index: src/heap.h
|
| ===================================================================
|
| --- src/heap.h (revision 2255)
|
| +++ src/heap.h (working copy)
|
| @@ -921,7 +921,15 @@
|
|
|
| static bool CreateInitialMaps();
|
| static bool CreateInitialObjects();
|
| +
|
| + // These four Create*EntryStub functions are here because of a gcc-4.4 bug
|
| + // that assigns wrong vtable entries.
|
| + static void CreateCEntryStub();
|
| + static void CreateCEntryDebugBreakStub();
|
| + static void CreateJSEntryStub();
|
| + static void CreateJSConstructEntryStub();
|
| static void CreateFixedStubs();
|
| +
|
| static Object* CreateOddball(Map* map,
|
| const char* to_string,
|
| Object* to_number);
|
|
|