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

#include <parser-base.h>

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

Public Member Functions

 ParameterParsingScope (Impl *parser, FormalParametersT *parameters)
 
 ~ParameterParsingScope ()
 

Private Attributes

Impl * parser_
 
FormalParametersTparent_parameters_
 

Detailed Description

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

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

Constructor & Destructor Documentation

◆ ParameterParsingScope()

template<typename Impl >
v8::internal::ParserBase< Impl >::ParameterParsingScope::ParameterParsingScope ( Impl * parser,
FormalParametersT * parameters )
inline

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

◆ ~ParameterParsingScope()

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

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

Member Data Documentation

◆ parent_parameters_

template<typename Impl >
FormalParametersT* v8::internal::ParserBase< Impl >::ParameterParsingScope::parent_parameters_
private

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

◆ parser_

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

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


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