![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <parser-base.h>
Public Member Functions | |
| ForInfo (ParserBase *parser) | |
Public Attributes | |
| ZonePtrList< const AstRawString > | bound_names |
| ForEachStatement::VisitMode | mode |
| int | position |
| DeclarationParsingResult | parsing_result |
Definition at line 592 of file parser-base.h.
|
inlineexplicit |
Definition at line 594 of file parser-base.h.
| ZonePtrList<const AstRawString> v8::internal::ParserBase< Impl >::ForInfo::bound_names |
Definition at line 599 of file parser-base.h.
| ForEachStatement::VisitMode v8::internal::ParserBase< Impl >::ForInfo::mode |
Definition at line 600 of file parser-base.h.
| DeclarationParsingResult v8::internal::ParserBase< Impl >::ForInfo::parsing_result |
Definition at line 602 of file parser-base.h.
| int v8::internal::ParserBase< Impl >::ForInfo::position |
Definition at line 601 of file parser-base.h.