class RubyRunJs::OPCODES::RETURN

Public Instance Methods

eval(ctx) click to toggle source
# File lib/ruby_run_js/opcodes.rb, line 709
def eval(ctx)  # remember to load the return value on stack before using RETURN op.
  return :Return
end