V8 Project
v8::internal::PreParserTraits::Type Struct Reference

#include <preparser.h>

+ Collaboration diagram for v8::internal::PreParserTraits::Type:

Public Types

typedef PreParserParser
 
typedef PreParserScope Scope
 
typedef PreParserScope ScopePtr
 
typedef void GeneratorVariable
 
typedef void Zone
 
typedef int AstProperties
 
typedef Vector< PreParserIdentifierParameterIdentifierVector
 
typedef PreParserIdentifier Identifier
 
typedef PreParserExpression Expression
 
typedef PreParserExpression YieldExpression
 
typedef PreParserExpression FunctionLiteral
 
typedef PreParserExpression ClassLiteral
 
typedef PreParserExpression ObjectLiteralProperty
 
typedef PreParserExpression Literal
 
typedef PreParserExpressionList ExpressionList
 
typedef PreParserExpressionList PropertyList
 
typedef PreParserStatementList StatementList
 
typedef PreParserFactory Factory
 

Detailed Description

Definition at line 1109 of file preparser.h.

Member Typedef Documentation

◆ AstProperties

typedef int v8::internal::PreParserTraits::Type::AstProperties

Definition at line 1123 of file preparser.h.

◆ ClassLiteral

typedef PreParserExpression v8::internal::PreParserTraits::Type::ClassLiteral

Definition at line 1131 of file preparser.h.

◆ Expression

typedef PreParserExpression v8::internal::PreParserTraits::Type::Expression

Definition at line 1128 of file preparser.h.

◆ ExpressionList

typedef PreParserExpressionList v8::internal::PreParserTraits::Type::ExpressionList

Definition at line 1134 of file preparser.h.

◆ Factory

typedef PreParserFactory v8::internal::PreParserTraits::Type::Factory

Definition at line 1139 of file preparser.h.

◆ FunctionLiteral

typedef PreParserExpression v8::internal::PreParserTraits::Type::FunctionLiteral

Definition at line 1130 of file preparser.h.

◆ GeneratorVariable

typedef void v8::internal::PreParserTraits::Type::GeneratorVariable

Definition at line 1119 of file preparser.h.

◆ Identifier

typedef PreParserIdentifier v8::internal::PreParserTraits::Type::Identifier

Definition at line 1127 of file preparser.h.

◆ Literal

typedef PreParserExpression v8::internal::PreParserTraits::Type::Literal

Definition at line 1133 of file preparser.h.

◆ ObjectLiteralProperty

typedef PreParserExpression v8::internal::PreParserTraits::Type::ObjectLiteralProperty

Definition at line 1132 of file preparser.h.

◆ ParameterIdentifierVector

typedef Vector<PreParserIdentifier> v8::internal::PreParserTraits::Type::ParameterIdentifierVector

Definition at line 1124 of file preparser.h.

◆ Parser

typedef PreParser* v8::internal::PreParserTraits::Type::Parser

Definition at line 1112 of file preparser.h.

◆ PropertyList

typedef PreParserExpressionList v8::internal::PreParserTraits::Type::PropertyList

Definition at line 1135 of file preparser.h.

◆ Scope

typedef PreParserScope v8::internal::PreParserTraits::Type::Scope

Definition at line 1115 of file preparser.h.

◆ ScopePtr

typedef PreParserScope v8::internal::PreParserTraits::Type::ScopePtr

Definition at line 1116 of file preparser.h.

◆ StatementList

typedef PreParserStatementList v8::internal::PreParserTraits::Type::StatementList

Definition at line 1136 of file preparser.h.

◆ YieldExpression

typedef PreParserExpression v8::internal::PreParserTraits::Type::YieldExpression

Definition at line 1129 of file preparser.h.

◆ Zone

typedef void v8::internal::PreParserTraits::Type::Zone

Definition at line 1121 of file preparser.h.


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