class SyntaxTree::YARV::VM::NullEvents
This is the main entrypoint for events firing in the VM
, which allows us to implement tracing.
Public Instance Methods
Source
# File lib/syntax_tree/yarv/vm.rb, line 123 def publish_frame_change(frame) end
Source
# File lib/syntax_tree/yarv/vm.rb, line 126 def publish_instruction(iseq, insn) end
Source
# File lib/syntax_tree/yarv/vm.rb, line 129 def publish_stack_change(stack) end
Source
# File lib/syntax_tree/yarv/vm.rb, line 132 def publish_tracepoint(event) end