QuickBEAM.VM.Opcodes (QuickBEAM v0.10.9)

Copy Markdown View Source

QuickJS opcode table: numeric codes, stack effects, and format metadata for all JS bytecode instructions.

Summary

Functions

Expands compact opcode encodings into their canonical representation.

Returns operand-format metadata for an opcode.

Returns metadata for an opcode.

Returns the numeric opcode for an opcode name.

Returns opcode metadata indexed by opcode number.

Functions

all_opcodes()

bc_version()

expand_short_form(name, args, arg_count \\ 0)

Expands compact opcode encodings into their canonical representation.

format_info(fmt)

Returns operand-format metadata for an opcode.

info(num)

Returns metadata for an opcode.

js_atom_end()

num(name)

Returns the numeric opcode for an opcode name.

table()

Returns opcode metadata indexed by opcode number.