V8 Project
|
#include "src/compiler.h"
#include "src/hashmap.h"
#include "src/heap-profiler.h"
#include "src/isolate.h"
#include "src/snapshot-source-sink.h"
Go to the source code of this file.
Namespaces | |
v8 | |
Debugger support for the V8 JavaScript engine. | |
v8::internal | |
Variables | |
const int | v8::internal::kTypeCodeCount = LAZY_DEOPTIMIZATION + 1 |
const int | v8::internal::kFirstTypeCode = UNCLASSIFIED |
const int | v8::internal::kReferenceIdBits = 16 |
const int | v8::internal::kReferenceIdMask = (1 << kReferenceIdBits) - 1 |
const int | v8::internal::kReferenceTypeShift = kReferenceIdBits |
const int | v8::internal::kDeoptTableSerializeEntryCount = 64 |