![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include "src/strings/string-stream.h"#include <memory>#include "src/base/vector.h"#include "src/handles/handles-inl.h"#include "src/logging/log.h"#include "src/objects/js-array-inl.h"#include "src/objects/objects-inl.h"#include "src/objects/prototype.h"Go to the source code of this file.
Namespaces | |
| namespace | v8 |
| namespace | v8::internal |
Functions | |
| static bool | v8::internal::IsControlChar (char c) |
Variables | |
| static const int | v8::internal::kMentionedObjectCacheMaxSize = 256 |