QuickBEAM.VM.Interpreter.Generator (QuickBEAM v0.10.9)

Copy Markdown View Source

Generator and async function execution: suspends/resumes frames and wraps results in iterator or Promise objects.

Summary

Functions

Invokes the runtime object represented by this module.

Invokes the runtime object asynchronously.

Invokes an async generator runtime object.

Functions

invoke(frame, gas, ctx)

Invokes the runtime object represented by this module.

invoke_async(frame, gas, ctx)

Invokes the runtime object asynchronously.

invoke_async_generator(frame, gas, ctx)

Invokes an async generator runtime object.