V8 Project
v8::internal::BASE_EMBEDDED< Visitor >::RegExpParserState Class Reference
+ Inheritance diagram for v8::internal::BASE_EMBEDDED< Visitor >::RegExpParserState:
+ Collaboration diagram for v8::internal::BASE_EMBEDDED< Visitor >::RegExpParserState:

Public Member Functions

 RegExpParserState (RegExpParserState *previous_state, SubexpressionType group_type, int disjunction_capture_index, Zone *zone)
 
RegExpParserStateprevious_state ()
 
bool IsSubexpression ()
 
RegExpBuilderbuilder ()
 
SubexpressionType group_type ()
 
int capture_index ()
 
- Public Member Functions inherited from v8::internal::ZoneObject
 INLINE (void *operator new(size_t size, Zone *zone))
 
void operator delete (void *, size_t)
 
void operator delete (void *pointer, Zone *zone)
 

Private Attributes

RegExpParserStateprevious_state_
 
RegExpBuilderbuilder_
 
SubexpressionType group_type_
 
int disjunction_capture_index_
 

Detailed Description

template<class Visitor>
class v8::internal::BASE_EMBEDDED< Visitor >::RegExpParserState

Definition at line 279 of file parser.h.

Constructor & Destructor Documentation

◆ RegExpParserState()

template<class Visitor >
v8::internal::BASE_EMBEDDED< Visitor >::RegExpParserState::RegExpParserState ( RegExpParserState previous_state,
SubexpressionType  group_type,
int  disjunction_capture_index,
Zone zone 
)
inline

Definition at line 281 of file parser.h.

Member Function Documentation

◆ builder()

template<class Visitor >
RegExpBuilder* v8::internal::BASE_EMBEDDED< Visitor >::RegExpParserState::builder ( )
inline

Definition at line 293 of file parser.h.

293 { return builder_; }

◆ capture_index()

template<class Visitor >
int v8::internal::BASE_EMBEDDED< Visitor >::RegExpParserState::capture_index ( )
inline

Definition at line 299 of file parser.h.

299 { return disjunction_capture_index_; }

◆ group_type()

template<class Visitor >
SubexpressionType v8::internal::BASE_EMBEDDED< Visitor >::RegExpParserState::group_type ( )
inline

Definition at line 295 of file parser.h.

295 { return group_type_; }

◆ IsSubexpression()

template<class Visitor >
bool v8::internal::BASE_EMBEDDED< Visitor >::RegExpParserState::IsSubexpression ( )
inline

Definition at line 291 of file parser.h.

291 { return previous_state_ != NULL; }
enable harmony numeric enable harmony object literal extensions Optimize object Array DOM strings and string trace pretenuring decisions of HAllocate instructions Enables optimizations which favor memory size over execution speed maximum source size in bytes considered for a single inlining maximum cumulative number of AST nodes considered for inlining trace the tracking of allocation sites deoptimize every n garbage collections perform array bounds checks elimination analyze liveness of environment slots and zap dead values flushes the cache of optimized code for closures on every GC allow uint32 values on optimize frames if they are used only in safe operations track concurrent recompilation artificial compilation delay in ms do not emit check maps for constant values that have a leaf deoptimize the optimized code if the layout of the maps changes enable context specialization in TurboFan execution budget before interrupt is triggered max percentage of megamorphic generic ICs to allow optimization enable use of SAHF instruction if enable use of VFP3 instructions if available enable use of NEON instructions if enable use of SDIV and UDIV instructions if enable use of MLS instructions if enable loading bit constant by means of movw movt instruction enable unaligned accesses for enable use of d16 d31 registers on ARM this requires VFP3 force all emitted branches to be in long enable alignment of csp to bytes on platforms which prefer the register to always be NULL

References NULL.

◆ previous_state()

template<class Visitor >
RegExpParserState* v8::internal::BASE_EMBEDDED< Visitor >::RegExpParserState::previous_state ( )
inline

Definition at line 290 of file parser.h.

290 { return previous_state_; }

Member Data Documentation

◆ builder_

template<class Visitor >
RegExpBuilder* v8::internal::BASE_EMBEDDED< Visitor >::RegExpParserState::builder_
private

Definition at line 305 of file parser.h.

◆ disjunction_capture_index_

template<class Visitor >
int v8::internal::BASE_EMBEDDED< Visitor >::RegExpParserState::disjunction_capture_index_
private

Definition at line 309 of file parser.h.

◆ group_type_

template<class Visitor >
SubexpressionType v8::internal::BASE_EMBEDDED< Visitor >::RegExpParserState::group_type_
private

Definition at line 307 of file parser.h.

◆ previous_state_

template<class Visitor >
RegExpParserState* v8::internal::BASE_EMBEDDED< Visitor >::RegExpParserState::previous_state_
private

Definition at line 303 of file parser.h.


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