# File lib/execjs/mustang_runtime.rb, line 21
      def eval(source, options = {})
        source = encode(source)

        if /\S/ =~ source
          unbox @v8_context.eval("(#{source})")
        end
      end