Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Dfunction-kind.h48 kAsyncConciseGeneratorMethod, enumerator
87 return base::IsInRange(kind, FunctionKind::kAsyncConciseGeneratorMethod, in IsAsyncGeneratorFunction()
92 return base::IsInRange(kind, FunctionKind::kAsyncConciseGeneratorMethod, in IsGeneratorFunction()
242 case FunctionKind::kAsyncConciseGeneratorMethod: in FunctionKind2String()
/third_party/node/deps/v8/src/parsing/
Dparser-base.h1429 FunctionKind::kAsyncConciseGeneratorMethod}, in FunctionKindForImpl()
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.cc2904 static_cast<uint32_t>(FunctionKind::kAsyncConciseGeneratorMethod), in IsGeneratorFunction()