Variable: byte-compile-jump-tables

byte-compile-jump-tables is a variable defined in bytecomp.el.gz.

Value

nil

Documentation

List of all jump tables used during compilation of this form.

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/bytecomp.el.gz
(defvar byte-compile-jump-tables nil
  "List of all jump tables used during compilation of this form.")