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

#include <parser-base.h>

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

Public Attributes

VariableMode mode
 
VariableKind kind
 
int declaration_pos
 
int initialization_pos
 

Detailed Description

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

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

Member Data Documentation

◆ declaration_pos

template<typename Impl >
int v8::internal::ParserBase< Impl >::DeclarationDescriptor::declaration_pos

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

◆ initialization_pos

template<typename Impl >
int v8::internal::ParserBase< Impl >::DeclarationDescriptor::initialization_pos

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

◆ kind

template<typename Impl >
VariableKind v8::internal::ParserBase< Impl >::DeclarationDescriptor::kind

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

◆ mode

template<typename Impl >
VariableMode v8::internal::ParserBase< Impl >::DeclarationDescriptor::mode

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


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