![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <bitset>
#include "src/base/small-vector.h"
#include "src/base/strings.h"
#include "src/regexp/regexp-flags.h"
#include "src/regexp/regexp-nodes.h"
Go to the source code of this file.
Namespaces | |
namespace | v8 |
namespace | v8::internal |
namespace | v8::internal::regexp_compiler_constants |
Enumerations | |
enum | v8::internal::ContainedInLattice { v8::internal::kNotYet = 0 , v8::internal::kLatticeIn = 1 , v8::internal::kLatticeOut = 2 , v8::internal::kLatticeUnknown = 3 } |
Functions | |
bool | v8::internal::NeedsUnicodeCaseEquivalents (RegExpFlags flags) |
ContainedInLattice | v8::internal::Combine (ContainedInLattice a, ContainedInLattice b) |
RegExpError | v8::internal::AnalyzeRegExp (Isolate *isolate, bool is_one_byte, RegExpFlags flags, RegExpNode *node) |
bool | v8::internal::RangeContainsLatin1Equivalents (CharacterRange range) |