![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include "src/ast/ast-value-factory.h"#include "src/ast/ast.h"#include "src/ast/scopes.h"#include "src/parsing/parse-info.h"#include "src/parsing/parser-base.h"#include "src/parsing/pending-compilation-error-handler.h"#include "src/parsing/preparser-logger.h"Go to the source code of this file.
Namespaces | |
| namespace | v8 |
| namespace | v8::internal |
Macros | |
| #define | DEFINE_RECORD_SOURCE_RANGE(Name) |
| #define DEFINE_RECORD_SOURCE_RANGE | ( | Name | ) |
Definition at line 1617 of file preparser.h.