There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

NAME

JSPL::SM::ByteCode - A class for inspect SpiderMonkey's bytecode

DESCRIPTION

TBD

CONSTRUCTORS

prolog( $script );

Returns an instance with the bytecode of the prologue of the JSPL::Script instance $script.

main( $script );

Returns an instance with the main bytecode of the JSPL::Script instance $script.

INSTANCE METHODS

decode

TBD

length

Returns the bytecode length in bytes.

pc

TBD