Variable: js--js-array-as-list

js--js-array-as-list is a variable defined in js.el.gz.

Value

nil

Documentation

Whether to listify any Array returned by a Mozilla function.

If nil, the whole Array is treated as a JS symbol.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/js.el.gz
(defvar js--js-array-as-list nil
  "Whether to listify any Array returned by a Mozilla function.
If nil, the whole Array is treated as a JS symbol.")