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

#include <regexp-nodes.h>

Collaboration diagram for v8::internal::NodeInfo:

Public Member Functions

 NodeInfo ()
 
bool Matches (NodeInfo *that)
 
void AddFromPreceding (NodeInfo *that)
 
bool HasLookbehind ()
 
void AddFromFollowing (NodeInfo *that)
 
void ResetCompilationState ()
 

Public Attributes

bool being_analyzed: 1
 
bool been_analyzed: 1
 
bool follows_word_interest: 1
 
bool follows_newline_interest: 1
 
bool follows_start_interest: 1
 
bool at_end: 1
 
bool visited: 1
 
bool replacement_calculated: 1
 

Detailed Description

Definition at line 39 of file regexp-nodes.h.

Constructor & Destructor Documentation

◆ NodeInfo()

v8::internal::NodeInfo::NodeInfo ( )
inline

Definition at line 40 of file regexp-nodes.h.

Member Function Documentation

◆ AddFromFollowing()

void v8::internal::NodeInfo::AddFromFollowing ( NodeInfo * that)
inline

Definition at line 75 of file regexp-nodes.h.

◆ AddFromPreceding()

void v8::internal::NodeInfo::AddFromPreceding ( NodeInfo * that)
inline

Definition at line 61 of file regexp-nodes.h.

◆ HasLookbehind()

bool v8::internal::NodeInfo::HasLookbehind ( )
inline

Definition at line 68 of file regexp-nodes.h.

◆ Matches()

bool v8::internal::NodeInfo::Matches ( NodeInfo * that)
inline

Definition at line 52 of file regexp-nodes.h.

◆ ResetCompilationState()

void v8::internal::NodeInfo::ResetCompilationState ( )
inline

Definition at line 81 of file regexp-nodes.h.

Member Data Documentation

◆ at_end

bool v8::internal::NodeInfo::at_end

Definition at line 95 of file regexp-nodes.h.

◆ been_analyzed

bool v8::internal::NodeInfo::been_analyzed

Definition at line 87 of file regexp-nodes.h.

◆ being_analyzed

bool v8::internal::NodeInfo::being_analyzed

Definition at line 86 of file regexp-nodes.h.

◆ follows_newline_interest

bool v8::internal::NodeInfo::follows_newline_interest

Definition at line 92 of file regexp-nodes.h.

◆ follows_start_interest

bool v8::internal::NodeInfo::follows_start_interest

Definition at line 93 of file regexp-nodes.h.

◆ follows_word_interest

bool v8::internal::NodeInfo::follows_word_interest

Definition at line 91 of file regexp-nodes.h.

◆ replacement_calculated

bool v8::internal::NodeInfo::replacement_calculated

Definition at line 97 of file regexp-nodes.h.

◆ visited

bool v8::internal::NodeInfo::visited

Definition at line 96 of file regexp-nodes.h.


The documentation for this struct was generated from the following file: