v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::Processor::BreakableScope Class Referencefinal
Collaboration diagram for v8::internal::Processor::BreakableScope:

Public Member Functions

 BreakableScope (Processor *processor, bool breakable=true)
 
 ~BreakableScope ()
 

Private Attributes

Processorprocessor_
 
bool previous_
 

Detailed Description

Definition at line 66 of file rewriter.cc.

Constructor & Destructor Documentation

◆ BreakableScope()

v8::internal::Processor::BreakableScope::BreakableScope ( Processor * processor,
bool breakable = true )
inlineexplicit

Definition at line 68 of file rewriter.cc.

◆ ~BreakableScope()

v8::internal::Processor::BreakableScope::~BreakableScope ( )
inline

Definition at line 73 of file rewriter.cc.

Member Data Documentation

◆ previous_

bool v8::internal::Processor::BreakableScope::previous_
private

Definition at line 77 of file rewriter.cc.

◆ processor_

Processor* v8::internal::Processor::BreakableScope::processor_
private

Definition at line 76 of file rewriter.cc.


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