Home
last modified time | relevance | path

Searched refs:IsAsync (Results 1 – 12 of 12) sorted by relevance

/third_party/node/deps/v8/src/execution/
Dfutex-emulation.cc127 DCHECK(!IsAsync()); in NotifyWake()
690 if (old_node->IsAsync()) { in Wake()
712 DCHECK(node->IsAsync()); in Wake()
716 if (node->IsAsync() && node->native_context_.IsEmpty()) { in Wake()
749 DCHECK(node->IsAsync()); in CleanupAsyncWaiterPromise()
853 DCHECK(node->IsAsync()); in HandleAsyncWaiterTimeout()
1005 DCHECK(node->IsAsync()); in VerifyNode()
Dfutex-emulation.h73 bool IsAsync() const { return isolate_for_async_waiters_ != nullptr; } in IsAsync() function
/third_party/node/deps/v8/tools/gcmole/
Dsuspects.allowlist3 IsAsync
/third_party/node/deps/v8/src/objects/
Dcall-site-info-inl.h32 BOOL_GETTER(CallSiteInfo, flags, IsAsync, IsAsyncBit::kShift) in NEVER_READ_ONLY_SPACE_IMPL()
Dcall-site-info.h36 inline bool IsAsync() const;
Dcall-site-info.cc20 if (!IsAsync()) return false; in IsPromiseAll()
26 if (!IsAsync()) return false; in IsPromiseAllSettled()
32 if (!IsAsync()) return false; in IsPromiseAny()
720 if (frame->IsAsync()) { in SerializeJSStackFrame()
Ddebug-objects.cc429 if (call_site_info->IsAsync()) { in EnsureStackFrameInfos()
/third_party/node/deps/v8/src/builtins/
Dbuiltins-callsite.cc142 return isolate->heap()->ToBoolean(frame->IsAsync()); in BUILTIN()
/third_party/node/deps/v8/src/parsing/
Dpreparser.h61 bool IsAsync() const { return type_ == kAsyncIdentifier; } in IsAsync() function
1282 V8_INLINE bool IsAsync(const PreParserIdentifier& identifier) const {
1283 return identifier.IsAsync();
Dparser.h546 V8_INLINE bool IsAsync(const AstRawString* identifier) const {
Dparser-base.h3425 DCHECK(impl()->IsAsync(impl()->AsIdentifier(result))); in ParseLeftHandSideContinuation()
/third_party/node/deps/v8/src/diagnostics/
Dobjects-debug.cc1898 CHECK_IMPLIES(IsAsync(), !IsWasm()); in CallSiteInfoVerify()