![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include "src/common/globals.h"
#include "src/execution/isolate.h"
#include "src/objects/string.h"
#include "src/regexp/regexp-compiler.h"
#include "src/regexp/regexp.h"
#include "src/strings/unicode-inl.h"
#include "src/zone/zone-list-inl.h"
Go to the source code of this file.
Namespaces | |
namespace | v8 |
namespace | v8::internal |
Variables | |
constexpr base::uc32 | v8::internal::kMaxCodePoint = 0x10ffff |
constexpr int | v8::internal::kMaxUtf16CodeUnit = 0xffff |
constexpr uint32_t | v8::internal::kMaxUtf16CodeUnitU = 0xffff |
|
private |
Definition at line 1212 of file regexp-compiler-tonode.cc.
|
static |
Definition at line 1966 of file regexp-compiler-tonode.cc.
|
private |
Definition at line 1994 of file regexp-compiler-tonode.cc.
|
private |
Definition at line 1213 of file regexp-compiler-tonode.cc.
|
private |
Definition at line 1993 of file regexp-compiler-tonode.cc.
|
private |
Definition at line 1399 of file regexp-compiler-tonode.cc.
|
private |
Definition at line 1398 of file regexp-compiler-tonode.cc.