#include <Bytecode.h>
Public Member Functions | |
| const unsigned long * | get_buffer () const |
| unsigned | get_length () const |
Public Attributes | |
| friend | Script |
| const unsigned long* el7::scripting::bytecode::Bytecode::get_buffer | ( | ) | const [inline] |
Returns the buffer holding the instructions of the script code.
| unsigned el7::scripting::bytecode::Bytecode::get_length | ( | ) | const [inline] |
Returns the length of the buffer, in 32-bit-words (not bytes).
1.7.1