Variable: js-js-tmpdir
js-js-tmpdir is a variable defined in js.el.gz.
This variable is obsolete since 28.1; MozRepl no longer exists
Value
"~/.emacs.d/js/js"
Documentation
Temporary directory used by js-mode to communicate with Mozilla.
This directory must be readable and writable by both Mozilla and Emacs.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/js.el.gz
(defvar js-js-tmpdir (locate-user-emacs-file "js/js")
"Temporary directory used by `js-mode' to communicate with Mozilla.
This directory must be readable and writable by both Mozilla and Emacs.")