Home
last modified time | relevance | path

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

/external/v8/src/parsing/
Dparser-base.h1368 static const FunctionKind kFunctionKinds[][2][2] = { in FunctionKindForImpl() local
1385 return kFunctionKinds[is_method][is_generator][is_async]; in FunctionKindForImpl()