# File lib/less/java_script/rhino_context.rb, line 36
      def exec(&block)
        @rhino_context.open(&block)
      rescue Rhino::JSError => e
        handle_js_error(e)
      end