# File lib/execjs/runtime.rb, line 38
    def eval(source)
      context = context_class.new(self)
      context.eval(source)
    end