v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
regexp-compiler-tonode.cc File Reference
Include dependency graph for regexp-compiler-tonode.cc:

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
 

Variable Documentation

◆ compiler_

RegExpCompiler* compiler_
private

Definition at line 1212 of file regexp-compiler-tonode.cc.

◆ kMaxExpansionFactor

const int kMaxExpansionFactor = 6
static

Definition at line 1966 of file regexp-compiler-tonode.cc.

◆ ok_to_expand_

bool ok_to_expand_
private

Definition at line 1994 of file regexp-compiler-tonode.cc.

◆ previous_flags_

const RegExpFlags previous_flags_
private

Definition at line 1213 of file regexp-compiler-tonode.cc.

◆ saved_expansion_factor_

int saved_expansion_factor_
private

Definition at line 1993 of file regexp-compiler-tonode.cc.

◆ terms_

ZoneList<RegExpTree*>* terms_
private

Definition at line 1399 of file regexp-compiler-tonode.cc.

◆ zone_

Zone* zone_
private

Definition at line 1398 of file regexp-compiler-tonode.cc.