Function: js--js-handle-process
js--js-handle-process is a byte-compiled function defined in js.el.gz.
Signature
(js--js-handle-process CL-X)
Documentation
Access slot "process" of js--js-handle struct CL-X.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/js.el.gz
(cl-defstruct js--js-handle
;; Integer, mirrors the value we see in JS
(id nil :read-only t)
;; Process to which this thing belongs
(process nil :read-only t))