Home
last modified time | relevance | path

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

/external/v8/src/parsing/
Dparser-base.h288 enum class FunctionBodyType { kNormal, kSingleExpression }; enum
1161 FunctionKind kind, FunctionBodyType type,
3981 ParseAsyncFunctionBody(inner_scope, body, kind, FunctionBodyType::kNormal, in ParseFunctionBody()
4218 FunctionBodyType::kSingleExpression, accept_IN, in ParseArrowFunctionLiteral()
4361 FunctionBodyType body_type, in ParseAsyncFunctionBody()
4369 if (body_type == FunctionBodyType::kNormal) { in ParseAsyncFunctionBody()