v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::ParserBase< Impl >::FunctionState::LoopScope Class Referencefinal

#include <parser-base.h>

Collaboration diagram for v8::internal::ParserBase< Impl >::FunctionState::LoopScope:

Public Member Functions

 LoopScope (FunctionState *function_state)
 
 ~LoopScope ()
 

Private Attributes

FunctionStatefunction_state_
 

Detailed Description

template<typename Impl>
class v8::internal::ParserBase< Impl >::FunctionState::LoopScope

Definition at line 503 of file parser-base.h.

Constructor & Destructor Documentation

◆ LoopScope()

template<typename Impl >
v8::internal::ParserBase< Impl >::FunctionState::LoopScope::LoopScope ( FunctionState * function_state)
inlineexplicit

Definition at line 505 of file parser-base.h.

◆ ~LoopScope()

template<typename Impl >
v8::internal::ParserBase< Impl >::FunctionState::LoopScope::~LoopScope ( )
inline

Definition at line 510 of file parser-base.h.

Member Data Documentation

◆ function_state_

template<typename Impl >
FunctionState* v8::internal::ParserBase< Impl >::FunctionState::LoopScope::function_state_
private

Definition at line 513 of file parser-base.h.


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