Searched refs:ParserTraits (Results 1 – 3 of 3) sorted by relevance
319 class ParserTraits {330 typedef v8::internal::ExpressionClassifier<ParserTraits>351 explicit ParserTraits(Parser* parser) : parser_(parser) {} in ParserTraits() function694 class Parser : public ParserBase<ParserTraits> {717 friend class ParserTraits;1122 bool ParserTraits::IsFutureStrictReserved( in IsFutureStrictReserved()1128 Scope* ParserTraits::NewScope(Scope* parent_scope, ScopeType scope_type, in NewScope()1134 const AstRawString* ParserTraits::EmptyIdentifierString() { in EmptyIdentifierString()1139 void ParserTraits::SkipLazyFunctionBody(int* materialized_literal_count, in SkipLazyFunctionBody()1147 ZoneList<Statement*>* ParserTraits::ParseEagerFunctionBody( in ParseEagerFunctionBody()[all …]
326 bool ParserTraits::IsEval(const AstRawString* identifier) const { in IsEval()331 bool ParserTraits::IsArguments(const AstRawString* identifier) const { in IsArguments()336 bool ParserTraits::IsEvalOrArguments(const AstRawString* identifier) const { in IsEvalOrArguments()340 bool ParserTraits::IsUndefined(const AstRawString* identifier) const { in IsUndefined()344 bool ParserTraits::IsAwait(const AstRawString* identifier) const { in IsAwait()348 bool ParserTraits::IsPrototype(const AstRawString* identifier) const { in IsPrototype()353 bool ParserTraits::IsConstructor(const AstRawString* identifier) const { in IsConstructor()358 bool ParserTraits::IsThisProperty(Expression* expression) { in IsThisProperty()366 bool ParserTraits::IsIdentifier(Expression* expression) { in IsIdentifier()372 void ParserTraits::PushPropertyName(FuncNameInferrer* fni, in PushPropertyName()[all …]
493 friend class ParserTraits; variable