|
V8 Project
|
#include "src/v8.h"#include "src/assembler.h"#include "src/compilation-cache.h"#include "src/serialize.h"
Include dependency graph for compilation-cache.cc:Go to the source code of this file.
Namespaces | |
| v8 | |
| Debugger support for the V8 JavaScript engine. | |
| v8::internal | |
Variables | |
| static const int | v8::internal::kScriptGenerations = 5 |
| static const int | v8::internal::kEvalGlobalGenerations = 2 |
| static const int | v8::internal::kEvalContextualGenerations = 2 |
| static const int | v8::internal::kRegExpGenerations = 2 |
| static const int | v8::internal::kInitialCacheSize = 64 |