v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::JSAsyncDisposableStack Class Reference

#include <js-disposable-stack.h>

Inheritance diagram for v8::internal::JSAsyncDisposableStack:
Collaboration diagram for v8::internal::JSAsyncDisposableStack:

Static Public Member Functions

static Maybe< boolNextDisposeAsyncIteration (Isolate *isolate, DirectHandle< JSDisposableStackBase > async_disposable_stack, DirectHandle< JSPromise > outer_promise)
 

Detailed Description

Definition at line 102 of file js-disposable-stack.h.

Member Function Documentation

◆ NextDisposeAsyncIteration()

Maybe< bool > v8::internal::JSAsyncDisposableStack::NextDisposeAsyncIteration ( Isolate * isolate,
DirectHandle< JSDisposableStackBase > async_disposable_stack,
DirectHandle< JSPromise > outer_promise )
static

Definition at line 212 of file js-disposable-stack.cc.

Here is the call graph for this function:
Here is the caller graph for this function:

The documentation for this class was generated from the following files: