Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Dfunction-kind.h45 kAsyncConciseMethod, enumerator
106 return base::IsInRange(kind, FunctionKind::kAsyncConciseMethod, in IsConciseMethod()
115 base::IsInRange(kind, FunctionKind::kAsyncConciseMethod, in IsStrictFunctionWithoutPrototype()
234 case FunctionKind::kAsyncConciseMethod: in FunctionKind2String()
/third_party/node/deps/v8/src/web-snapshot/
Dweb-snapshot.cc63 case FunctionKind::kAsyncConciseMethod: in FunctionKindToFunctionFlags()
113 FunctionKind::kAsyncConciseMethod, // is_async = true in FunctionFlagsToFunctionKind()
/third_party/node/deps/v8/src/parsing/
Dparser-base.h1426 FunctionKind::kConciseMethod, FunctionKind::kAsyncConciseMethod}, in FunctionKindForImpl()