Function: js--js-handle-id

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

Signature

(js--js-handle-id CL-X)

Documentation

Access slot "id" 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))