Home
last modified time | relevance | path

Searched defs:IsAsync (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/execution/
Dfutex-emulation.h73 bool IsAsync() const { return isolate_for_async_waiters_ != nullptr; } in IsAsync() function
/third_party/node/deps/v8/src/parsing/
Dpreparser.h61 bool IsAsync() const { return type_ == kAsyncIdentifier; } in IsAsync() function