Home
last modified time | relevance | path

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

/external/v8/src/
Dglobals.h1102 kAsyncConciseGeneratorMethod, enumerator
1118 kind == FunctionKind::kAsyncConciseGeneratorMethod; in IsAsyncGeneratorFunction()
1142 kind == FunctionKind::kAsyncConciseGeneratorMethod || in IsConciseMethod()
1226 case FunctionKind::kAsyncConciseGeneratorMethod:
Dcode-stub-assembler.cc2583 Int32Constant(FunctionKind::kAsyncConciseGeneratorMethod))), in IsGeneratorFunction()
/external/v8/src/parsing/
Dparser-base.h1383 FunctionKind::kAsyncConciseGeneratorMethod}, in FunctionKindForImpl()