![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include "src/parsing/preparse-data.h"#include <vector>#include "src/ast/scopes.h"#include "src/ast/variables.h"#include "src/base/logging.h"#include "src/handles/handles.h"#include "src/objects/objects-inl.h"#include "src/objects/shared-function-info.h"#include "src/parsing/parser.h"#include "src/parsing/preparse-data-impl.h"#include "src/parsing/preparser.h"#include "src/roots/roots.h"#include "src/zone/zone-list-inl.h"#include "src/zone/zone-utils.h"Go to the source code of this file.
Classes | |
| struct | v8::internal::RawPreparseData |
| class | v8::internal::BuilderProducedPreparseData |
| class | v8::internal::OnHeapProducedPreparseData |
| class | v8::internal::ZoneProducedPreparseData |
Namespaces | |
| namespace | v8 |
| namespace | v8::internal |