Variable: js--last-parse-pos

js--last-parse-pos is a buffer-local variable defined in js.el.gz.

Documentation

Latest parse position reached by js--ensure-cache.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/js.el.gz
(defvar-local js--last-parse-pos nil
  "Latest parse position reached by `js--ensure-cache'.")