![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include "src/regexp/regexp-compiler.h"
#include <optional>
#include "src/base/numerics/safe_conversions.h"
#include "src/execution/isolate.h"
#include "src/objects/fixed-array-inl.h"
#include "src/regexp/regexp-macro-assembler-arch.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 |
Macros | |
#define | DEFINE_ACCEPT(Type) |
#define | STATIC_FOR_EACH(expr) |
Functions | |
bool | v8::internal::RangeContainsLatin1Equivalents (CharacterRange range) |
RegExpError | v8::internal::AnalyzeRegExp (Isolate *isolate, bool is_one_byte, RegExpFlags flags, RegExpNode *node) |
#define DEFINE_ACCEPT | ( | Type | ) |
Definition at line 723 of file regexp-compiler.cc.
#define STATIC_FOR_EACH | ( | expr | ) |
Definition at line 3833 of file regexp-compiler.cc.