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
publish_frame_change(frame)
click to toggle source
# File lib/syntax_tree/yarv/vm.rb, line 123 def publish_frame_change(frame) end
publish_instruction(iseq, insn)
click to toggle source
# File lib/syntax_tree/yarv/vm.rb, line 126 def publish_instruction(iseq, insn) end
publish_stack_change(stack)
click to toggle source
# File lib/syntax_tree/yarv/vm.rb, line 129 def publish_stack_change(stack) end
publish_tracepoint(event)
click to toggle source
# File lib/syntax_tree/yarv/vm.rb, line 132 def publish_tracepoint(event) end