js--end-of-do-while-loop-p

js--end-of-do-while-loop-p is an interactive compiled Lisp function in `js.el'.


(js--end-of-do-while-loop-p)

Return non-nil if point is on the "while" of a do-while statement.
Otherwise, return nil. A braceless do-while statement spanning
several lines requires that the start of the loop is indented to
the same column as the current line.