![]() |
Phasor 3.1.1
Stack VM based Programming Language
|
This is the complete list of members for phasor.Bytecode.Bytecode, including all inherited members.
| __repr__(self) | phasor.Bytecode.Bytecode | |
| add_constant(self, Value value) | phasor.Bytecode.Bytecode | |
| constants | phasor.Bytecode.Bytecode | static |
| disassemble(self) | phasor.Bytecode.Bytecode | |
| emit(self, OpCode op, int op1=0, int op2=0, int op3=0) | phasor.Bytecode.Bytecode | |
| find_or_add_constant(self, Value value) | phasor.Bytecode.Bytecode | |
| from_bytes(cls, bytes|bytearray data) | phasor.Bytecode.Bytecode | |
| from_native_binary(cls, Path|str path) | phasor.Bytecode.Bytecode | |
| function_entries | phasor.Bytecode.Bytecode | static |
| get_or_create_var(self, str name) | phasor.Bytecode.Bytecode | |
| instructions | phasor.Bytecode.Bytecode | static |
| load(cls, Path|str path) | phasor.Bytecode.Bytecode | |
| next_var_index | phasor.Bytecode.Bytecode | static |
| patch_operand1(self, int instr_index, int value) | phasor.Bytecode.Bytecode | |
| save(self, Path|str path) | phasor.Bytecode.Bytecode | |
| to_bytes(self) | phasor.Bytecode.Bytecode | |
| variables | phasor.Bytecode.Bytecode | static |