Home
last modified time | relevance | path

Searched defs:IsAsyncFunction (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dfunction-kind.h96 inline bool IsAsyncFunction(FunctionKind kind) { in IsAsyncFunction() function
/third_party/typescript/src/services/refactors/
DextractSymbol.ts227 IsAsyncFunction = 1 << 2, enumerator
/third_party/node/deps/v8/src/api/
Dapi.cc3691 bool Value::IsAsyncFunction() const { in IsAsyncFunction() function in v8::Value