----
var off = false
foo(off)

// STRICT_PROSCRIBED
eval('off')
arguments----
off_ = false
foo off_
eval "off"
arguments