Function: js--pitem-goto-h-end
js--pitem-goto-h-end is a byte-compiled function defined in js.el.gz.
Signature
(js--pitem-goto-h-end PITEM)
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/js.el.gz
(defun js--pitem-goto-h-end (pitem)
(goto-char (js--pitem-h-begin pitem))
(js--forward-pstate))