Function: make-js--js-handle

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

Signature

(make-js--js-handle &key ID PROCESS)

Documentation

Constructor for objects of type js--js-handle.

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))