# File lib/execjs/johnson_runtime.rb, line 91
    def exec(source)
      context = Context.new
      context.exec(source)
    end