![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include "src/base/strings.h"
#include "src/execution/frame-constants.h"
#include "src/objects/fixed-array.h"
#include "src/regexp/regexp-ast.h"
#include "src/regexp/regexp.h"
Go to the source code of this file.
Classes | |
class | v8::internal::RegExpMacroAssembler |
class | v8::internal::NativeRegExpMacroAssembler |
Namespaces | |
namespace | v8 |
namespace | v8::internal |
Macros | |
#define | IMPLEMENTATIONS_LIST(V) |
#define | V(Name) |
#define | V(Name) |
Variables | |
static const base::uc32 | v8::internal::kLeadSurrogateStart = 0xd800 |
static const base::uc32 | v8::internal::kLeadSurrogateEnd = 0xdbff |
static const base::uc32 | v8::internal::kTrailSurrogateStart = 0xdc00 |
static const base::uc32 | v8::internal::kTrailSurrogateEnd = 0xdfff |
static const base::uc32 | v8::internal::kNonBmpStart = 0x10000 |
static const base::uc32 | v8::internal::kNonBmpEnd = 0x10ffff |
#define IMPLEMENTATIONS_LIST | ( | V | ) |
Definition at line 172 of file regexp-macro-assembler.h.
#define V | ( | Name | ) |
Definition at line 186 of file regexp-macro-assembler.h.
#define V | ( | Name | ) |
Definition at line 186 of file regexp-macro-assembler.h.