![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
Variables | |
constexpr base::uc32 | kRangeEndMarker = 0x110000 |
constexpr int | kSpaceRanges [] |
constexpr int | kSpaceRangeCount = arraysize(kSpaceRanges) |
constexpr int | kWordRanges [] |
constexpr int | kWordRangeCount = arraysize(kWordRanges) |
constexpr int | kDigitRanges [] = {'0', '9' + 1, kRangeEndMarker} |
constexpr int | kDigitRangeCount = arraysize(kDigitRanges) |
constexpr int | kSurrogateRanges [] |
constexpr int | kSurrogateRangeCount = arraysize(kSurrogateRanges) |
constexpr int | kLineTerminatorRanges [] |
constexpr int | kLineTerminatorRangeCount = arraysize(kLineTerminatorRanges) |
constexpr uint32_t | kMaxLookaheadForBoyerMoore = 8 |
constexpr uint32_t | kPatternTooShortForBoyerMoore = 2 |
|
constexpr |
Definition at line 37 of file regexp-compiler.h.
|
constexpr |
Definition at line 36 of file regexp-compiler.h.
|
constexpr |
Definition at line 43 of file regexp-compiler.h.
|
constexpr |
Definition at line 41 of file regexp-compiler.h.
|
constexpr |
Definition at line 46 of file regexp-compiler.h.
|
constexpr |
Definition at line 49 of file regexp-compiler.h.
|
constexpr |
Definition at line 26 of file regexp-compiler.h.
|
constexpr |
Definition at line 31 of file regexp-compiler.h.
|
constexpr |
Definition at line 27 of file regexp-compiler.h.
|
constexpr |
Definition at line 40 of file regexp-compiler.h.
|
constexpr |
Definition at line 38 of file regexp-compiler.h.
|
constexpr |
Definition at line 35 of file regexp-compiler.h.
|
constexpr |
Definition at line 33 of file regexp-compiler.h.