v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::CompiledReplacement::ReplacementPart Struct Reference
Collaboration diagram for v8::internal::CompiledReplacement::ReplacementPart:

Public Member Functions

 ReplacementPart (int tag, int data)
 

Static Public Member Functions

static ReplacementPart SubjectMatch ()
 
static ReplacementPart SubjectCapture (int capture_index)
 
static ReplacementPart SubjectPrefix ()
 
static ReplacementPart SubjectSuffix (int subject_length)
 
static ReplacementPart ReplacementString ()
 
static ReplacementPart EmptyReplacement ()
 
static ReplacementPart ReplacementSubString (int from, int to)
 

Public Attributes

int tag
 
int data
 

Detailed Description

Definition at line 114 of file runtime-regexp.cc.

Constructor & Destructor Documentation

◆ ReplacementPart()

v8::internal::CompiledReplacement::ReplacementPart::ReplacementPart ( int tag,
int data )
inline

Definition at line 141 of file runtime-regexp.cc.

Here is the caller graph for this function:

Member Function Documentation

◆ EmptyReplacement()

static ReplacementPart v8::internal::CompiledReplacement::ReplacementPart::EmptyReplacement ( )
inlinestatic

Definition at line 130 of file runtime-regexp.cc.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ ReplacementString()

static ReplacementPart v8::internal::CompiledReplacement::ReplacementPart::ReplacementString ( )
inlinestatic

Definition at line 127 of file runtime-regexp.cc.

Here is the call graph for this function:

◆ ReplacementSubString()

static ReplacementPart v8::internal::CompiledReplacement::ReplacementPart::ReplacementSubString ( int from,
int to )
inlinestatic

Definition at line 133 of file runtime-regexp.cc.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ SubjectCapture()

static ReplacementPart v8::internal::CompiledReplacement::ReplacementPart::SubjectCapture ( int capture_index)
inlinestatic

Definition at line 118 of file runtime-regexp.cc.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ SubjectMatch()

static ReplacementPart v8::internal::CompiledReplacement::ReplacementPart::SubjectMatch ( )
inlinestatic

Definition at line 115 of file runtime-regexp.cc.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ SubjectPrefix()

static ReplacementPart v8::internal::CompiledReplacement::ReplacementPart::SubjectPrefix ( )
inlinestatic

Definition at line 121 of file runtime-regexp.cc.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ SubjectSuffix()

static ReplacementPart v8::internal::CompiledReplacement::ReplacementPart::SubjectSuffix ( int subject_length)
inlinestatic

Definition at line 124 of file runtime-regexp.cc.

Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ data

int v8::internal::CompiledReplacement::ReplacementPart::data

Definition at line 160 of file runtime-regexp.cc.

◆ tag

int v8::internal::CompiledReplacement::ReplacementPart::tag

Definition at line 147 of file runtime-regexp.cc.


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