Function: js--js-true
js--js-true is a byte-compiled function defined in js.el.gz.
Signature
(js--js-true VALUE)
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/js.el.gz
(defsubst js--js-true (value)
(not (js--js-not value)))