Go to the source code of this file.
◆ active_threads_
ZoneList<InterpreterThread> active_threads_ |
|
private |
◆ best_match_thread_
std::optional<InterpreterThread> best_match_thread_ |
|
private |
◆ blocked_threads_
ZoneList<InterpreterThread> blocked_threads_ |
|
private |
◆ bytecode_
base::Vector<const RegExpInstruction> bytecode_ |
|
private |
◆ bytecode_object_
Tagged<TrustedByteArray> bytecode_object_ |
|
private |
◆ call_origin_
const RegExp::CallOrigin call_origin_ |
|
private |
◆ capture_clock_array_allocator_
std::optional<RecyclingZoneAllocator<uint64_t> > capture_clock_array_allocator_ |
|
private |
◆ capture_pc
◆ captures_clock_array_begin
uint64_t* captures_clock_array_begin |
◆ clock
◆ consumed_since_last_quantifier
ConsumedCharacter consumed_since_last_quantifier |
◆ current_lookaround_
◆ filter_groups_pc_
std::optional<int> filter_groups_pc_ |
|
private |
◆ having_consumed_character
int having_consumed_character |
◆ input_
base::Vector<const Character> input_ |
|
private |
◆ input_index_
◆ input_object_
Tagged<String> input_object_ |
|
private |
◆ isolate_
◆ lookaround_clock_array_allocator_
std::optional<RecyclingZoneAllocator<uint64_t> > lookaround_clock_array_allocator_ |
|
private |
◆ lookaround_clock_array_begin
uint64_t* lookaround_clock_array_begin |
◆ lookaround_match_index_array_allocator_
std::optional<RecyclingZoneAllocator<int> > lookaround_match_index_array_allocator_ |
|
private |
◆ lookaround_match_index_array_begin
int* lookaround_match_index_array_begin |
◆ lookaround_table_
std::optional<ZoneVector<ZoneVector<bool> > > lookaround_table_ |
|
private |
◆ lookarounds_
ZoneList<Lookaround> lookarounds_ |
|
private |
◆ lookbehind_table_
std::optional<ZoneList<bool> > lookbehind_table_ |
|
private |
◆ match_pc
◆ max_clock_
◆ max_clock_stack_
ZoneStack<uint64_t> max_clock_stack_ |
|
private |
◆ memory_consumption_per_thread_
uint64_t memory_consumption_per_thread_ |
|
private |
◆ no_gc_
DisallowGarbageCollection no_gc_ |
|
private |
◆ not_having_consumed_character
int not_having_consumed_character |
◆ only_captureless_lookbehinds_
bool only_captureless_lookbehinds_ |
|
private |
◆ pc
◆ pc_
◆ pc_last_input_index_
base::Vector<LastInputIndex> pc_last_input_index_ |
|
private |
◆ pc_stack_
◆ quantifier_array_allocator_
std::optional<RecyclingZoneAllocator<uint64_t> > quantifier_array_allocator_ |
|
private |
◆ quantifier_clock_array_begin
uint64_t* quantifier_clock_array_begin |
◆ quantifier_count_
◆ register_array_allocator_
RecyclingZoneAllocator<int> register_array_allocator_ |
|
private |
◆ register_array_begin
int* register_array_begin |
◆ register_count_per_match_
const int register_count_per_match_ |
|
private |
◆ reverse_
◆ type
RegExpLookaround::Type type |
◆ zone_