| Index: src/v8globals.h
|
| ===================================================================
|
| --- src/v8globals.h (revision 7216)
|
| +++ src/v8globals.h (working copy)
|
| @@ -79,12 +79,14 @@
|
| reinterpret_cast<Address>(V8_UINT64_C(0x1beefdad0beefdaf));
|
| const uint64_t kDebugZapValue = V8_UINT64_C(0xbadbaddbbadbaddb);
|
| const uint64_t kSlotsZapValue = V8_UINT64_C(0xbeefdeadbeefdeef);
|
| +const uint64_t kFreeListZapValue = 0xfeed1eaffeed1eaf;
|
| #else
|
| const Address kZapValue = reinterpret_cast<Address>(0xdeadbeef);
|
| const Address kHandleZapValue = reinterpret_cast<Address>(0xbaddeaf);
|
| const Address kFromSpaceZapValue = reinterpret_cast<Address>(0xbeefdaf);
|
| const uint32_t kSlotsZapValue = 0xbeefdeef;
|
| const uint32_t kDebugZapValue = 0xbadbaddb;
|
| +const uint32_t kFreeListZapValue = 0xfeed1eaf;
|
| #endif
|
|
|
|
|
|
|