V8 Project
|
#include <preparser.h>
Public Types | |
typedef PreParser * | Parser |
typedef PreParserScope | Scope |
typedef PreParserScope | ScopePtr |
typedef void | GeneratorVariable |
typedef void | Zone |
typedef int | AstProperties |
typedef Vector< PreParserIdentifier > | ParameterIdentifierVector |
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 |
Definition at line 1109 of file preparser.h.
typedef int v8::internal::PreParserTraits::Type::AstProperties |
Definition at line 1123 of file preparser.h.
typedef PreParserExpression v8::internal::PreParserTraits::Type::ClassLiteral |
Definition at line 1131 of file preparser.h.
typedef PreParserExpression v8::internal::PreParserTraits::Type::Expression |
Definition at line 1128 of file preparser.h.
typedef PreParserExpressionList v8::internal::PreParserTraits::Type::ExpressionList |
Definition at line 1134 of file preparser.h.
typedef PreParserFactory v8::internal::PreParserTraits::Type::Factory |
Definition at line 1139 of file preparser.h.
typedef PreParserExpression v8::internal::PreParserTraits::Type::FunctionLiteral |
Definition at line 1130 of file preparser.h.
typedef void v8::internal::PreParserTraits::Type::GeneratorVariable |
Definition at line 1119 of file preparser.h.
typedef PreParserIdentifier v8::internal::PreParserTraits::Type::Identifier |
Definition at line 1127 of file preparser.h.
typedef PreParserExpression v8::internal::PreParserTraits::Type::Literal |
Definition at line 1133 of file preparser.h.
typedef PreParserExpression v8::internal::PreParserTraits::Type::ObjectLiteralProperty |
Definition at line 1132 of file preparser.h.
typedef Vector<PreParserIdentifier> v8::internal::PreParserTraits::Type::ParameterIdentifierVector |
Definition at line 1124 of file preparser.h.
typedef PreParser* v8::internal::PreParserTraits::Type::Parser |
Definition at line 1112 of file preparser.h.
typedef PreParserExpressionList v8::internal::PreParserTraits::Type::PropertyList |
Definition at line 1135 of file preparser.h.
typedef PreParserScope v8::internal::PreParserTraits::Type::Scope |
Definition at line 1115 of file preparser.h.
typedef PreParserScope v8::internal::PreParserTraits::Type::ScopePtr |
Definition at line 1116 of file preparser.h.
typedef PreParserStatementList v8::internal::PreParserTraits::Type::StatementList |
Definition at line 1136 of file preparser.h.
typedef PreParserExpression v8::internal::PreParserTraits::Type::YieldExpression |
Definition at line 1129 of file preparser.h.
typedef void v8::internal::PreParserTraits::Type::Zone |
Definition at line 1121 of file preparser.h.