v8
3.11.10(node0.8.26)
V8 is Google's open source JavaScript engine
|
#include "allocation.h"
#include "checks.h"
#include "globals.h"
#include "platform.h"
#include "v8globals.h"
Go to the source code of this file.
Data Structures | |
class | StoreBuffer |
class | StoreBufferRebuildScope |
class | DontMoveStoreBufferEntriesScope |
Namespaces | |
v8 | |
v8::internal | |
Typedefs | |
typedef void(* | ObjectSlotCallback )(HeapObject **from, HeapObject *to) |
typedef void(StoreBuffer::* | RegionCallback )(Address start, Address end, ObjectSlotCallback slot_callback) |