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

#include <parser-base.h>

Collaboration diagram for v8::internal::ParserBase< Impl >::FunctionParsingScope:

Public Member Functions

 FunctionParsingScope (Impl *parser)
 
 ~FunctionParsingScope ()
 

Private Attributes

Impl * parser_
 
ExpressionScopeexpression_scope_
 

Detailed Description

template<typename Impl>
class v8::internal::ParserBase< Impl >::FunctionParsingScope

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

Constructor & Destructor Documentation

◆ FunctionParsingScope()

template<typename Impl >
v8::internal::ParserBase< Impl >::FunctionParsingScope::FunctionParsingScope ( Impl * parser)
inlineexplicit

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

◆ ~FunctionParsingScope()

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

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

Member Data Documentation

◆ expression_scope_

template<typename Impl >
ExpressionScope* v8::internal::ParserBase< Impl >::FunctionParsingScope::expression_scope_
private

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

◆ parser_

template<typename Impl >
Impl* v8::internal::ParserBase< Impl >::FunctionParsingScope::parser_
private

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


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