![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <forward_list>
#include "src/base/hashmap.h"
#include "src/base/logging.h"
#include "src/common/globals.h"
#include "src/handles/handles.h"
#include "src/numbers/conversions.h"
#include "src/objects/name.h"
#include "src/zone/zone.h"
Go to the source code of this file.
Classes | |
class | v8::internal::AstRawString |
class | v8::internal::AstConsString |
struct | v8::internal::AstConsString::Segment |
class | v8::internal::AstBigInt |
struct | v8::internal::AstRawStringMapMatcher |
class | v8::internal::AstStringConstants |
class | v8::internal::AstValueFactory |
Namespaces | |
namespace | v8 |
namespace | v8::internal |
Macros | |
#define | AST_STRING_CONSTANTS_INTERNALIZED_STRING_LIST_ADAPTER(F, name, contents) |
#define | SINGLE_CHARACTER_ASCII_AST_STRING_CONSTANTS(F) |
#define | AST_STRING_CONSTANTS(F) |
#define | F(name, str) |
#define | F(name, str) |
#define | F(name, str) |
#define | F(name, str) |
#define | F(name, str) |
Typedefs | |
using | v8::internal::AstRawStringMap |
#define AST_STRING_CONSTANTS | ( | F | ) |
Definition at line 244 of file ast-value-factory.h.
Definition at line 238 of file ast-value-factory.h.
#define F | ( | name, | |
str ) |
Definition at line 297 of file ast-value-factory.h.
#define F | ( | name, | |
str ) |
Definition at line 297 of file ast-value-factory.h.
#define F | ( | name, | |
str ) |
Definition at line 297 of file ast-value-factory.h.
#define F | ( | name, | |
str ) |
Definition at line 297 of file ast-value-factory.h.
#define F | ( | name, | |
str ) |
Definition at line 297 of file ast-value-factory.h.
#define SINGLE_CHARACTER_ASCII_AST_STRING_CONSTANTS | ( | F | ) |
Definition at line 241 of file ast-value-factory.h.