-
-
17 Jan 2012 00:51:18 UTC
- Distribution: JSPL
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues (7)
- Testers (0 / 22 / 0)
- Kwalitee
Bus factor: 0- % Coverage
- License: perl_5
- Activity
24 month- Tools
- Download (116.87KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- Test::Exception
- Test::More
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
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
Module Install Instructions
To install JSPL, copy and paste the appropriate command in to your terminal.
cpanm JSPL
perl -MCPAN -e shell install JSPL
For more information on module installation, please visit the detailed CPAN module installation guide.