Searched defs:IsAsync (Results 1 – 4 of 4) sorted by relevance
140 bool IsAsync() const override { return is_async_; } in IsAsync() function192 bool IsAsync() const override { return false; } in IsAsync() function
71 bool IsAsync() const { return isolate_for_async_waiters_ != nullptr; } in IsAsync() function
176 bool StackTraceFrame::IsAsync(Handle<StackTraceFrame> frame) { in IsAsync() function in v8::internal::StackTraceFrame
61 bool IsAsync() const { return type_ == kAsyncIdentifier; } in IsAsync() function