Function: js--pitem-paren-depth--cmacro

js--pitem-paren-depth--cmacro is a function defined in js.el.gz.

Signature

(js--pitem-paren-depth--cmacro _CL-WHOLE-ARG CL-X)

Documentation

compiler-macro for inlining js--pitem-paren-depth.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/js.el.gz
;; Closure converted to defun by helpful.
(defun js--pitem-paren-depth--cmacro
    (_cl-whole-arg cl-x)
  "compiler-macro for inlining `js--pitem-paren-depth'."
  (cl-block js--pitem-paren-depth--cmacro
    (cl--defsubst-expand
     '(cl-x)
     '(cl-block js--pitem-paren-depth
	(progn
	  (nth 1 cl-x)))
     nil nil nil cl-x)))