Function: js--js-get

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

Signature

(js--js-get &rest PROPS)

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/js.el.gz
(defun js--js-get (&rest props)
  (apply #'js--js-funcall '(interactor "_getProp") props))