Lines Matching refs:using
100 using Base = ParserBase<Parser>;
101 using Impl = Parser;
104 using Block = v8::internal::Block*;
105 using BreakableStatement = v8::internal::BreakableStatement*;
106 using ClassLiteralProperty = ClassLiteral::Property*;
107 using ClassLiteralStaticElement = ClassLiteral::StaticElement*;
108 using ClassPropertyList = ZonePtrList<ClassLiteral::Property>*;
109 using ClassStaticElementList = ZonePtrList<ClassLiteral::StaticElement>*;
110 using Expression = v8::internal::Expression*;
111 using ExpressionList = ScopedPtrList<v8::internal::Expression>;
112 using FormalParameters = ParserFormalParameters;
113 using ForStatement = v8::internal::ForStatement*;
114 using FunctionLiteral = v8::internal::FunctionLiteral*;
115 using Identifier = const AstRawString*;
116 using IterationStatement = v8::internal::IterationStatement*;
117 using ObjectLiteralProperty = ObjectLiteral::Property*;
118 using ObjectPropertyList = ScopedPtrList<v8::internal::ObjectLiteralProperty>;
119 using Statement = v8::internal::Statement*;
120 using StatementList = ScopedPtrList<v8::internal::Statement>;
121 using Suspend = v8::internal::Suspend*;
124 using Factory = AstNodeFactory;
127 using FuncNameInferrer = v8::internal::FuncNameInferrer;
128 using SourceRange = v8::internal::SourceRange;
129 using SourceRangeScope = v8::internal::SourceRangeScope;
437 // Skip over a lazy function, either using cached data if we have it, or
495 using TemplateLiteralState = TemplateLiteral*;