![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include "src/parsing/rewriter.h"
#include <optional>
#include "src/ast/ast.h"
#include "src/ast/scopes.h"
#include "src/logging/runtime-call-stats-scope.h"
#include "src/objects/objects-inl.h"
#include "src/parsing/parse-info.h"
#include "src/parsing/parser.h"
#include "src/zone/zone-list-inl.h"
Go to the source code of this file.
Classes | |
class | v8::internal::Processor |
class | v8::internal::Processor::BreakableScope |
Namespaces | |
namespace | v8 |
namespace | v8::internal |
Macros | |
#define | VISIT_AND_RETURN_IF_STACK_OVERFLOW(param) |
#define | DEF_VISIT(type) |
#define | DEF_VISIT(type) |
#define | DEF_VISIT(type) |
#define DEF_VISIT | ( | type | ) |
Definition at line 85 of file rewriter.cc.
#define DEF_VISIT | ( | type | ) |
Definition at line 85 of file rewriter.cc.
#define DEF_VISIT | ( | type | ) |
Definition at line 85 of file rewriter.cc.
#define VISIT_AND_RETURN_IF_STACK_OVERFLOW | ( | param | ) |
Definition at line 19 of file rewriter.cc.