class RubyRunJs::OPCODES::LABEL

simple label that will be removed from code after compilation. labels ID will be translated to source code position.

Attributes

num[R]

Public Class Methods

new(num) click to toggle source
# File lib/ruby_run_js/opcodes.rb, line 182
def initialize(num)
  @num = num
end