QuickBEAM.VM.Execution.Trace (QuickBEAM v0.10.9)

Copy Markdown View Source

Process-local execution frame trace used for JavaScript stack construction.

Summary

Functions

Returns the active JavaScript call frames for the current process.

Pops the current function frame from the process-local execution trace.

Pushes a function frame onto the process-local execution trace.

Updates the program counter of the current trace frame.

Functions

get_frames()

Returns the active JavaScript call frames for the current process.

pop()

Pops the current function frame from the process-local execution trace.

push(fun)

Pushes a function frame onto the process-local execution trace.

update_pc(pc)

Updates the program counter of the current trace frame.