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

#include <parser-base.h>

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

Public Member Functions

 CatchInfo (ParserBase *parser)
 

Public Attributes

ExpressionT pattern
 
Variablevariable
 
Scopescope
 

Detailed Description

template<typename Impl>
struct v8::internal::ParserBase< Impl >::CatchInfo

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

Constructor & Destructor Documentation

◆ CatchInfo()

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

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

Member Data Documentation

◆ pattern

template<typename Impl >
ExpressionT v8::internal::ParserBase< Impl >::CatchInfo::pattern

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

◆ scope

template<typename Impl >
Scope* v8::internal::ParserBase< Impl >::CatchInfo::scope

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

◆ variable

template<typename Impl >
Variable* v8::internal::ParserBase< Impl >::CatchInfo::variable

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


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