v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::GreedyLoopState Class Reference

#include <regexp-compiler.h>

Collaboration diagram for v8::internal::GreedyLoopState:

Public Member Functions

 GreedyLoopState (bool not_at_start)
 
Labellabel ()
 
Tracecounter_backtrack_trace ()
 

Private Attributes

Label label_
 
Trace counter_backtrack_trace_
 

Detailed Description

Definition at line 382 of file regexp-compiler.h.

Constructor & Destructor Documentation

◆ GreedyLoopState()

v8::internal::GreedyLoopState::GreedyLoopState ( bool not_at_start)
explicit

Definition at line 3156 of file regexp-compiler.cc.

Here is the call graph for this function:

Member Function Documentation

◆ counter_backtrack_trace()

Trace * v8::internal::GreedyLoopState::counter_backtrack_trace ( )
inline

Definition at line 387 of file regexp-compiler.h.

Here is the caller graph for this function:

◆ label()

Label * v8::internal::GreedyLoopState::label ( )
inline

Definition at line 386 of file regexp-compiler.h.

Here is the caller graph for this function:

Member Data Documentation

◆ counter_backtrack_trace_

Trace v8::internal::GreedyLoopState::counter_backtrack_trace_
private

Definition at line 391 of file regexp-compiler.h.

◆ label_

Label v8::internal::GreedyLoopState::label_
private

Definition at line 390 of file regexp-compiler.h.


The documentation for this class was generated from the following files: