class RubyRunJs::OPCODES::POP

Public Instance Methods

eval(ctx) click to toggle source
# File lib/ruby_run_js/opcodes.rb, line 262
def eval(ctx)
  ctx.stack.pop
  nil
end