Searched refs:IsAsync (Results 1 – 12 of 12) sorted by relevance
127 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()
73 bool IsAsync() const { return isolate_for_async_waiters_ != nullptr; } in IsAsync() function
3 IsAsync
32 BOOL_GETTER(CallSiteInfo, flags, IsAsync, IsAsyncBit::kShift) in NEVER_READ_ONLY_SPACE_IMPL()
36 inline bool IsAsync() const;
20 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()
429 if (call_site_info->IsAsync()) { in EnsureStackFrameInfos()
142 return isolate->heap()->ToBoolean(frame->IsAsync()); in BUILTIN()
61 bool IsAsync() const { return type_ == kAsyncIdentifier; } in IsAsync() function1282 V8_INLINE bool IsAsync(const PreParserIdentifier& identifier) const {1283 return identifier.IsAsync();
546 V8_INLINE bool IsAsync(const AstRawString* identifier) const {
3425 DCHECK(impl()->IsAsync(impl()->AsIdentifier(result))); in ParseLeftHandSideContinuation()
1898 CHECK_IMPLIES(IsAsync(), !IsWasm()); in CallSiteInfoVerify()