Function: byte-to-native-lambda-byte-func
byte-to-native-lambda-byte-func is a byte-compiled function defined in
bytecomp.el.gz.
Signature
(byte-to-native-lambda-byte-func CL-X)
Documentation
Access slot "byte-func" of byte-to-native-lambda struct CL-X.
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/bytecomp.el.gz
;; The following is used by comp.el to spill data out of here.
;;
;; Spilling is done in 3 places:
;;
;; - `byte-compile-lapcode' to obtain the map bytecode -> LAP for any
;; code assembled.
;;
;; - `byte-compile-lambda' to obtain arglist doc and interactive spec
;; af any lambda compiled (including anonymous).
;;
;; - `byte-compile-file-form-defmumble' to obtain the list of
;; top-level forms as they would be outputted in the .elc file.
;;
(cl-defstruct byte-to-native-lambda
byte-func lap)