Variable: js-flat-functions
js-flat-functions is a customizable variable defined in js.el.gz.
Value
nil
Documentation
Treat nested functions as top-level functions in js-mode.
This applies to function movement, marking, and so on.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/js.el.gz
(defcustom js-flat-functions nil
"Treat nested functions as top-level functions in `js-mode'.
This applies to function movement, marking, and so on."
:type 'boolean)