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

#include <regexp-compiler.h>

Inheritance diagram for v8::internal::Trace::DeferredClearCaptures:
Collaboration diagram for v8::internal::Trace::DeferredClearCaptures:

Public Member Functions

 DeferredClearCaptures (Interval range)
 
Interval range ()
 
- Public Member Functions inherited from v8::internal::Trace::DeferredAction
 DeferredAction (ActionNode::ActionType action_type, int reg)
 
DeferredActionnext ()
 
bool Mentions (int reg)
 
int reg ()
 
ActionNode::ActionType action_type ()
 

Private Attributes

Interval range_
 

Detailed Description

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

Constructor & Destructor Documentation

◆ DeferredClearCaptures()

v8::internal::Trace::DeferredClearCaptures::DeferredClearCaptures ( Interval range)
inlineexplicit

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

Member Function Documentation

◆ range()

Interval v8::internal::Trace::DeferredClearCaptures::range ( )
inline

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

Member Data Documentation

◆ range_

Interval v8::internal::Trace::DeferredClearCaptures::range_
private

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


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