Function: js--js-handle-p

js--js-handle-p is a byte-compiled function defined in js.el.gz.

Signature

(js--js-handle-p 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))