Function: js--js-handle-p--cmacro
js--js-handle-p--cmacro is a function defined in js.el.gz.
Signature
(js--js-handle-p--cmacro _CL-WHOLE-ARG CL-X)
Documentation
compiler-macro for inlining js--js-handle-p.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/js.el.gz
;; Closure converted to defun by helpful.
(defun js--js-handle-p--cmacro
(_cl-whole-arg cl-x)
"compiler-macro for inlining `js--js-handle-p'."
(cl-block js--js-handle-p--cmacro
(cl--defsubst-expand
'(cl-x)
'(cl-block js--js-handle-p
(and
(memq
(type-of cl-x)
cl-struct-js--js-handle-tags)
t))
nil nil nil cl-x)))