# File lib/execjs/mustang_runtime.rb, line 68
    def eval(source)
      context = Context.new
      context.eval(source)
    end