Home
last modified time | relevance | path

Searched refs:kNamedExpression (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/ast/
Dast.h2569 kNamedExpression, enumerator
2590 return function_type() == kNamedExpression; in is_named_expression()
/external/v8/src/parsing/
Dparser.cc875 return FunctionLiteral::kNamedExpression; in ComputeFunctionType()
3167 if (function_type == FunctionLiteral::kNamedExpression) { in ParseEagerFunctionBody()
3292 if (function_type == FunctionLiteral::kNamedExpression) { in ParseEagerFunctionBody()
Dparser-base.h3278 function_type = FunctionLiteral::kNamedExpression; in ParseMemberExpression()
4164 type = FunctionLiteral::kNamedExpression; in ParseAsyncFunctionLiteral()