![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <parser-base.h>
Public Member Functions | |
ParsePropertyInfo (ParserBase *parser, AccumulationScope *accumulation_scope=nullptr) | |
bool | ParsePropertyKindFromToken (Token::Value token) |
Definition at line 675 of file parser-base.h.
|
inlineexplicit |
Definition at line 677 of file parser-base.h.
|
inline |
AccumulationScope* v8::internal::ParserBase< Impl >::ParsePropertyInfo::accumulation_scope |
Definition at line 720 of file parser-base.h.
ParseFunctionFlags v8::internal::ParserBase< Impl >::ParsePropertyInfo::function_flags |
Definition at line 723 of file parser-base.h.
bool v8::internal::ParserBase< Impl >::ParsePropertyInfo::is_computed_name |
Definition at line 725 of file parser-base.h.
bool v8::internal::ParserBase< Impl >::ParsePropertyInfo::is_private |
Definition at line 726 of file parser-base.h.
bool v8::internal::ParserBase< Impl >::ParsePropertyInfo::is_rest |
Definition at line 728 of file parser-base.h.
bool v8::internal::ParserBase< Impl >::ParsePropertyInfo::is_static |
Definition at line 727 of file parser-base.h.
ParsePropertyKind v8::internal::ParserBase< Impl >::ParsePropertyInfo::kind |
Definition at line 724 of file parser-base.h.
IdentifierT v8::internal::ParserBase< Impl >::ParsePropertyInfo::name |
Definition at line 721 of file parser-base.h.
PropertyPosition v8::internal::ParserBase< Impl >::ParsePropertyInfo::position |
Definition at line 722 of file parser-base.h.