# File lib/brakeman/processors/slim_template_processor.rb, line 89
  def is_escaped? exp
    call? exp and
    exp.target == TEMPLE_UTILS and
    (exp.method == :escape_html or exp.method == :escape_html_safe)
  end