Lines Matching refs:FunctionLiteral

238   typedef typename Types::FunctionLiteral FunctionLiteralT;
277 default_eager_compile_hint_(FunctionLiteral::kShouldLazyCompile), in ParserBase()
328 FunctionLiteral::EagerCompileHint eager_compile_hint) { in set_default_eager_compile_hint()
332 FunctionLiteral::EagerCompileHint default_eager_compile_hint() const { in default_eager_compile_hint()
1212 FunctionLiteral::FunctionType function_type, bool* ok);
1567 FunctionLiteral::EagerCompileHint default_eager_compile_hint_;
2441 FunctionLiteral::kAccessorOrMethod, language_mode(), nullptr, in ParseClassPropertyDefinition()
2473 FunctionLiteral::kAccessorOrMethod, language_mode(), nullptr, in ParseClassPropertyDefinition()
2675 FunctionLiteral::kAccessorOrMethod, language_mode(), nullptr, in ParseObjectPropertyDefinition()
2707 FunctionLiteral::kAccessorOrMethod, language_mode(), nullptr, in ParseObjectPropertyDefinition()
3574 FunctionLiteral::FunctionType function_type = in ParseMemberExpression()
3575 FunctionLiteral::kAnonymousExpression; in ParseMemberExpression()
3590 function_type = FunctionLiteral::kNamedExpression; in ParseMemberExpression()
4084 FunctionLiteral::kDeclaration, language_mode(), nullptr, in ParseHoistableDeclaration()
4198 FunctionLiteral::FunctionType function_type, bool* ok) { in ParseFunctionBody()
4215 function_type == FunctionLiteral::kWrapped ? Token::EOS : Token::RBRACE; in ParseFunctionBody()
4391 FunctionLiteral::EagerCompileHint eager_compile_hint = in ParseArrowFunctionLiteral()
4394 eager_compile_hint == FunctionLiteral::kShouldLazyCompile; in ParseArrowFunctionLiteral()
4425 nullptr, kind, FunctionLiteral::kAnonymousExpression, in ParseArrowFunctionLiteral()
4442 FunctionLiteral::kAnonymousExpression, CHECK_OK); in ParseArrowFunctionLiteral()
4481 FunctionLiteral::kNoDuplicateParameters, in ParseArrowFunctionLiteral()
4482 FunctionLiteral::kAnonymousExpression, eager_compile_hint, in ParseArrowFunctionLiteral()
4634 FunctionLiteral::FunctionType type = FunctionLiteral::kAnonymousExpression; in ParseAsyncFunctionLiteral()
4650 type = FunctionLiteral::kNamedExpression; in ParseAsyncFunctionLiteral()