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

#include <parser-base.h>

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

Public Member Functions

 ForInfo (ParserBase *parser)
 

Public Attributes

ZonePtrList< const AstRawStringbound_names
 
ForEachStatement::VisitMode mode
 
int position
 
DeclarationParsingResult parsing_result
 

Detailed Description

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

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

Constructor & Destructor Documentation

◆ ForInfo()

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

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

Member Data Documentation

◆ bound_names

template<typename Impl >
ZonePtrList<const AstRawString> v8::internal::ParserBase< Impl >::ForInfo::bound_names

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

◆ mode

template<typename Impl >
ForEachStatement::VisitMode v8::internal::ParserBase< Impl >::ForInfo::mode

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

◆ parsing_result

template<typename Impl >
DeclarationParsingResult v8::internal::ParserBase< Impl >::ForInfo::parsing_result

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

◆ position

template<typename Impl >
int v8::internal::ParserBase< Impl >::ForInfo::position

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


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