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.