The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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