# File lib/execjs/johnson_runtime.rb, line 6
      def initialize(runtime, source = "")
        source = encode(source)

        @runtime = Johnson::Runtime.new
        @runtime.evaluate(source)
      end