]> code.delx.au - gnu-emacs-elpa/blob - js2-mode.el
Fontify negation operator
[gnu-emacs-elpa] / js2-mode.el
1 ;;; js2-mode.el --- Improved JavaScript editing mode
2
3 ;; Copyright (C) 2009, 2011-2014 Free Software Foundation, Inc.
4
5 ;; Author: Steve Yegge <steve.yegge@gmail.com>
6 ;; mooz <stillpedant@gmail.com>
7 ;; Dmitry Gutov <dgutov@yandex.ru>
8 ;; URL: https://github.com/mooz/js2-mode/
9 ;; http://code.google.com/p/js2-mode/
10 ;; Version: 20140114
11 ;; Keywords: languages, javascript
12 ;; Package-Requires: ((emacs "24.1"))
13
14 ;; This file is part of GNU Emacs.
15
16 ;; GNU Emacs is free software: you can redistribute it and/or modify
17 ;; it under the terms of the GNU General Public License as published by
18 ;; the Free Software Foundation, either version 3 of the License, or
19 ;; (at your option) any later version.
20
21 ;; GNU Emacs is distributed in the hope that it will be useful,
22 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
23 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
24 ;; GNU General Public License for more details.
25
26 ;; You should have received a copy of the GNU General Public License
27 ;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
28
29 ;;; Commentary:
30
31 ;; This JavaScript editing mode supports:
32
33 ;; - strict recognition of the Ecma-262 language standard
34 ;; - support for most Rhino and SpiderMonkey extensions from 1.5 and up
35 ;; - parsing support for ECMAScript for XML (E4X, ECMA-357)
36 ;; - accurate syntax highlighting using a recursive-descent parser
37 ;; - on-the-fly reporting of syntax errors and strict-mode warnings
38 ;; - undeclared-variable warnings using a configurable externs framework
39 ;; - "bouncing" line indentation to choose among alternate indentation points
40 ;; - smart line-wrapping within comments and strings
41 ;; - code folding:
42 ;; - show some or all function bodies as {...}
43 ;; - show some or all block comments as /*...*/
44 ;; - context-sensitive menu bar and popup menus
45 ;; - code browsing using the `imenu' package
46 ;; - many customization options
47
48 ;; Installation:
49 ;;
50 ;; To install it as your major mode for JavaScript editing:
51
52 ;; (add-to-list 'auto-mode-alist '("\\.js\\'" . js2-mode))
53
54 ;; Alternatively, to install it as a minor mode just for JavaScript linting,
55 ;; you must add it to the appropriate major-mode hook. Normally this would be:
56
57 ;; (add-hook 'js-mode-hook 'js2-minor-mode)
58
59 ;; You may also want to hook it in for shell scripts running via node.js:
60
61 ;; (add-to-list 'interpreter-mode-alist '("node" . js2-mode))
62
63 ;; To customize how it works:
64 ;; M-x customize-group RET js2-mode RET
65
66 ;; Notes:
67
68 ;; This mode includes a port of Mozilla Rhino's scanner, parser and
69 ;; symbol table. Ideally it should stay in sync with Rhino, keeping
70 ;; `js2-mode' current as the EcmaScript language standard evolves.
71
72 ;; Unlike cc-engine based language modes, js2-mode's line-indentation is not
73 ;; customizable. It is a surprising amount of work to support customizable
74 ;; indentation. The current compromise is that the tab key lets you cycle among
75 ;; various likely indentation points, similar to the behavior of python-mode.
76
77 ;; This mode does not yet work with "multi-mode" modes such as `mmm-mode'
78 ;; and `mumamo', although it could be made to do so with some effort.
79 ;; This means that `js2-mode' is currently only useful for editing JavaScript
80 ;; files, and not for editing JavaScript within <script> tags or templates.
81
82 ;; The project page on GitHub is used for development and issue tracking.
83 ;; The original homepage at Google Code has outdated information and is mostly
84 ;; unmaintained.
85
86 ;;; Code:
87
88 (eval-when-compile
89 (require 'cl))
90
91 (require 'imenu)
92 (require 'cc-cmds) ; for `c-fill-paragraph'
93
94 (eval-and-compile
95 (require 'cc-mode) ; (only) for `c-populate-syntax-table'
96 (require 'cc-engine)) ; for `c-paragraph-start' et. al.
97
98 (defvar electric-layout-rules)
99
100 ;;; Externs (variables presumed to be defined by the host system)
101
102 (defvar js2-ecma-262-externs
103 (mapcar 'symbol-name
104 '(Array Boolean Date Error EvalError Function Infinity JSON
105 Math NaN Number Object RangeError ReferenceError RegExp
106 String SyntaxError TypeError URIError arguments
107 decodeURI decodeURIComponent encodeURI
108 encodeURIComponent escape eval isFinite isNaN
109 parseFloat parseInt undefined unescape))
110 "Ecma-262 externs. Included in `js2-externs' by default.")
111
112 (defvar js2-browser-externs
113 (mapcar 'symbol-name
114 '(;; DOM level 1
115 Attr CDATASection CharacterData Comment DOMException
116 DOMImplementation Document DocumentFragment
117 DocumentType Element Entity EntityReference
118 ExceptionCode NamedNodeMap Node NodeList Notation
119 ProcessingInstruction Text
120
121 ;; DOM level 2
122 HTMLAnchorElement HTMLAppletElement HTMLAreaElement
123 HTMLBRElement HTMLBaseElement HTMLBaseFontElement
124 HTMLBodyElement HTMLButtonElement HTMLCollection
125 HTMLDListElement HTMLDirectoryElement HTMLDivElement
126 HTMLDocument HTMLElement HTMLFieldSetElement
127 HTMLFontElement HTMLFormElement HTMLFrameElement
128 HTMLFrameSetElement HTMLHRElement HTMLHeadElement
129 HTMLHeadingElement HTMLHtmlElement HTMLIFrameElement
130 HTMLImageElement HTMLInputElement HTMLIsIndexElement
131 HTMLLIElement HTMLLabelElement HTMLLegendElement
132 HTMLLinkElement HTMLMapElement HTMLMenuElement
133 HTMLMetaElement HTMLModElement HTMLOListElement
134 HTMLObjectElement HTMLOptGroupElement
135 HTMLOptionElement HTMLOptionsCollection
136 HTMLParagraphElement HTMLParamElement HTMLPreElement
137 HTMLQuoteElement HTMLScriptElement HTMLSelectElement
138 HTMLStyleElement HTMLTableCaptionElement
139 HTMLTableCellElement HTMLTableColElement
140 HTMLTableElement HTMLTableRowElement
141 HTMLTableSectionElement HTMLTextAreaElement
142 HTMLTitleElement HTMLUListElement
143
144 ;; DOM level 3
145 DOMConfiguration DOMError DOMException
146 DOMImplementationList DOMImplementationSource
147 DOMLocator DOMStringList NameList TypeInfo
148 UserDataHandler
149
150 ;; Window
151 window alert confirm document java navigator prompt screen
152 self top
153
154 ;; W3C CSS
155 CSSCharsetRule CSSFontFace CSSFontFaceRule
156 CSSImportRule CSSMediaRule CSSPageRule
157 CSSPrimitiveValue CSSProperties CSSRule CSSRuleList
158 CSSStyleDeclaration CSSStyleRule CSSStyleSheet
159 CSSValue CSSValueList Counter DOMImplementationCSS
160 DocumentCSS DocumentStyle ElementCSSInlineStyle
161 LinkStyle MediaList RGBColor Rect StyleSheet
162 StyleSheetList ViewCSS
163
164 ;; W3C Event
165 EventListener EventTarget Event DocumentEvent UIEvent
166 MouseEvent MutationEvent KeyboardEvent
167
168 ;; W3C Range
169 DocumentRange Range RangeException
170
171 ;; W3C XML
172 XPathResult XMLHttpRequest
173
174 ;; console object. Provided by at least Chrome and Firefox.
175 console))
176 "Browser externs.
177 You can cause these to be included or excluded with the custom
178 variable `js2-include-browser-externs'.")
179
180 (defvar js2-rhino-externs
181 (mapcar 'symbol-name
182 '(Packages importClass importPackage com org java
183 ;; Global object (shell) externs.
184 defineClass deserialize doctest gc help load
185 loadClass print quit readFile readUrl runCommand seal
186 serialize spawn sync toint32 version))
187 "Mozilla Rhino externs.
188 Set `js2-include-rhino-externs' to t to include them.")
189
190 (defvar js2-node-externs
191 (mapcar 'symbol-name
192 '(__dirname __filename Buffer clearInterval clearTimeout require
193 console exports global module process setInterval setTimeout))
194 "Node.js externs.
195 Set `js2-include-node-externs' to t to include them.")
196
197 (defvar js2-typed-array-externs
198 (mapcar 'symbol-name
199 '(ArrayBuffer Uint8ClampedArray DataView
200 Int8Array Uint8Array Int16Array Uint16Array Int32Array Uint32Array
201 Float32Array Float64Array))
202 "Khronos typed array externs. Available in most modern browsers and
203 in node.js >= 0.6. If `js2-include-node-externs' or `js2-include-browser-externs'
204 are enabled, these will also be included.")
205
206 ;;; Variables
207
208 (defun js2-mark-safe-local (name pred)
209 "Make the variable NAME buffer-local and mark it as safe file-local
210 variable with predicate PRED."
211 (make-variable-buffer-local name)
212 (put name 'safe-local-variable pred))
213
214 (defcustom js2-highlight-level 2
215 "Amount of syntax highlighting to perform.
216 0 or a negative value means none.
217 1 adds basic syntax highlighting.
218 2 adds highlighting of some Ecma built-in properties.
219 3 adds highlighting of many Ecma built-in functions."
220 :group 'js2-mode
221 :type '(choice (const :tag "None" 0)
222 (const :tag "Basic" 1)
223 (const :tag "Include Properties" 2)
224 (const :tag "Include Functions" 3)))
225
226 (defvar js2-mode-dev-mode-p nil
227 "Non-nil if running in development mode. Normally nil.")
228
229 (defgroup js2-mode nil
230 "An improved JavaScript mode."
231 :group 'languages)
232
233 (defcustom js2-basic-offset (if (and (boundp 'c-basic-offset)
234 (numberp c-basic-offset))
235 c-basic-offset
236 4)
237 "Number of spaces to indent nested statements.
238 Similar to `c-basic-offset'."
239 :group 'js2-mode
240 :type 'integer)
241 (js2-mark-safe-local 'js2-basic-offset 'integerp)
242
243 (defcustom js2-bounce-indent-p nil
244 "Non-nil to have indent-line function choose among alternatives.
245 If nil, the indent-line function will indent to a predetermined column
246 based on heuristic guessing. If non-nil, then if the current line is
247 already indented to that predetermined column, indenting will choose
248 another likely column and indent to that spot. Repeated invocation of
249 the indent-line function will cycle among the computed alternatives.
250 See the function `js2-bounce-indent' for details. When it is non-nil,
251 js2-mode also binds `js2-bounce-indent-backwards' to Shift-Tab."
252 :type 'boolean
253 :group 'js2-mode)
254
255 (defcustom js2-pretty-multiline-declarations t
256 "Non-nil to line up multiline declarations vertically:
257
258 var a = 10,
259 b = 20,
260 c = 30;
261
262 If the value is not `all', and the first assigned value in
263 declaration is a function/array/object literal spanning several
264 lines, it won't be indented additionally:
265
266 var o = { var bar = 2,
267 foo: 3 vs. o = {
268 }, foo: 3
269 bar = 2; };"
270 :group 'js2-mode
271 :type 'symbol)
272 (js2-mark-safe-local 'js2-pretty-multiline-declarations 'symbolp)
273
274 (defcustom js2-indent-switch-body nil
275 "When nil, case labels are indented on the same level as the
276 containing switch statement. Otherwise, all lines inside
277 switch statement body are indented one additional level."
278 :type 'boolean
279 :group 'js2-mode)
280 (js2-mark-safe-local 'js2-indent-case-same-as-switch 'booleanp)
281
282 (defcustom js2-idle-timer-delay 0.2
283 "Delay in secs before re-parsing after user makes changes.
284 Multiplied by `js2-dynamic-idle-timer-adjust', which see."
285 :type 'number
286 :group 'js2-mode)
287 (make-variable-buffer-local 'js2-idle-timer-delay)
288
289 (defcustom js2-dynamic-idle-timer-adjust 0
290 "Positive to adjust `js2-idle-timer-delay' based on file size.
291 The idea is that for short files, parsing is faster so we can be
292 more responsive to user edits without interfering with editing.
293 The buffer length in characters (typically bytes) is divided by
294 this value and used to multiply `js2-idle-timer-delay' for the
295 buffer. For example, a 21k file and 10k adjust yields 21k/10k
296 == 2, so js2-idle-timer-delay is multiplied by 2.
297 If `js2-dynamic-idle-timer-adjust' is 0 or negative,
298 `js2-idle-timer-delay' is not dependent on the file size."
299 :type 'number
300 :group 'js2-mode)
301
302 (defcustom js2-concat-multiline-strings t
303 "When non-nil, `js2-line-break' in mid-string will make it a
304 string concatenation. When `eol', the '+' will be inserted at the
305 end of the line, otherwise, at the beginning of the next line."
306 :type '(choice (const t) (const eol) (const nil))
307 :group 'js2-mode)
308
309 (defcustom js2-mode-show-parse-errors t
310 "True to highlight parse errors."
311 :type 'boolean
312 :group 'js2-mode)
313
314 (defcustom js2-mode-show-strict-warnings t
315 "Non-nil to emit Ecma strict-mode warnings.
316 Some of the warnings can be individually disabled by other flags,
317 even if this flag is non-nil."
318 :type 'boolean
319 :group 'js2-mode)
320
321 (defcustom js2-strict-trailing-comma-warning t
322 "Non-nil to warn about trailing commas in array literals.
323 Ecma-262-5.1 allows them, but older versions of IE raise an error."
324 :type 'boolean
325 :group 'js2-mode)
326
327 (defcustom js2-strict-missing-semi-warning t
328 "Non-nil to warn about semicolon auto-insertion after statement.
329 Technically this is legal per Ecma-262, but some style guides disallow
330 depending on it."
331 :type 'boolean
332 :group 'js2-mode)
333
334 (defcustom js2-missing-semi-one-line-override nil
335 "Non-nil to permit missing semicolons in one-line functions.
336 In one-liner functions such as `function identity(x) {return x}'
337 people often omit the semicolon for a cleaner look. If you are
338 such a person, you can suppress the missing-semicolon warning
339 by setting this variable to t."
340 :type 'boolean
341 :group 'js2-mode)
342
343 (defcustom js2-strict-inconsistent-return-warning t
344 "Non-nil to warn about mixing returns with value-returns.
345 It's perfectly legal to have a `return' and a `return foo' in the
346 same function, but it's often an indicator of a bug, and it also
347 interferes with type inference (in systems that support it.)"
348 :type 'boolean
349 :group 'js2-mode)
350
351 (defcustom js2-strict-cond-assign-warning t
352 "Non-nil to warn about expressions like if (a = b).
353 This often should have been '==' instead of '='. If the warning
354 is enabled, you can suppress it on a per-expression basis by
355 parenthesizing the expression, e.g. if ((a = b)) ..."
356 :type 'boolean
357 :group 'js2-mode)
358
359 (defcustom js2-strict-var-redeclaration-warning t
360 "Non-nil to warn about redeclaring variables in a script or function."
361 :type 'boolean
362 :group 'js2-mode)
363
364 (defcustom js2-strict-var-hides-function-arg-warning t
365 "Non-nil to warn about a var decl hiding a function argument."
366 :type 'boolean
367 :group 'js2-mode)
368
369 (defcustom js2-skip-preprocessor-directives nil
370 "Non-nil to treat lines beginning with # as comments.
371 Useful for viewing Mozilla JavaScript source code."
372 :type 'boolean
373 :group 'js2-mode)
374
375 (defcustom js2-language-version 200
376 "Configures what JavaScript language version to recognize.
377 Currently versions 150, 160, 170, 180 and 200 are supported,
378 corresponding to JavaScript 1.5, 1.6, 1.7, 1.8 and 2.0 (Harmony),
379 respectively. In a nutshell, 1.6 adds E4X support, 1.7 adds let,
380 yield, and Array comprehensions, and 1.8 adds function closures."
381 :type 'integer
382 :group 'js2-mode)
383
384 (defcustom js2-allow-keywords-as-property-names t
385 "If non-nil, you can use JavaScript keywords as object property names.
386 Examples:
387
388 var foo = {int: 5, while: 6, continue: 7};
389 foo.return = 8;
390
391 Ecma-262 5.1 allows this syntax, but some engines still don't."
392 :type 'boolean
393 :group 'js2-mode)
394
395 (defcustom js2-instanceof-has-side-effects nil
396 "If non-nil, treats the instanceof operator as having side effects.
397 This is useful for xulrunner apps."
398 :type 'boolean
399 :group 'js2-mode)
400
401 (defcustom js2-move-point-on-right-click t
402 "Non-nil to move insertion point when you right-click.
403 This makes right-click context menu behavior a bit more intuitive,
404 since menu operations generally apply to the point. The exception
405 is if there is a region selection, in which case the point does -not-
406 move, so cut/copy/paste can work properly.
407
408 Note that IntelliJ moves the point, and Eclipse leaves it alone,
409 so this behavior is customizable."
410 :group 'js2-mode
411 :type 'boolean)
412
413 (defcustom js2-allow-rhino-new-expr-initializer t
414 "Non-nil to support a Rhino's experimental syntactic construct.
415
416 Rhino supports the ability to follow a `new' expression with an object
417 literal, which is used to set additional properties on the new object
418 after calling its constructor. Syntax:
419
420 new <expr> [ ( arglist ) ] [initializer]
421
422 Hence, this expression:
423
424 new Object {a: 1, b: 2}
425
426 results in an Object with properties a=1 and b=2. This syntax is
427 apparently not configurable in Rhino - it's currently always enabled,
428 as of Rhino version 1.7R2."
429 :type 'boolean
430 :group 'js2-mode)
431
432 (defcustom js2-allow-member-expr-as-function-name nil
433 "Non-nil to support experimental Rhino syntax for function names.
434
435 Rhino supports an experimental syntax configured via the Rhino Context
436 setting `allowMemberExprAsFunctionName'. The experimental syntax is:
437
438 function <member-expr> ( [ arg-list ] ) { <body> }
439
440 Where member-expr is a non-parenthesized 'member expression', which
441 is anything at the grammar level of a new-expression or lower, meaning
442 any expression that does not involve infix or unary operators.
443
444 When <member-expr> is not a simple identifier, then it is syntactic
445 sugar for assigning the anonymous function to the <member-expr>. Hence,
446 this code:
447
448 function a.b().c[2] (x, y) { ... }
449
450 is rewritten as:
451
452 a.b().c[2] = function(x, y) {...}
453
454 which doesn't seem particularly useful, but Rhino permits it."
455 :type 'boolean
456 :group 'js2-mode)
457
458 ;; scanner variables
459
460 (defmacro js2-deflocal (name value &optional comment)
461 "Define a buffer-local variable NAME with VALUE and COMMENT."
462 `(progn
463 (defvar ,name ,value ,comment)
464 (make-variable-buffer-local ',name)))
465
466 (defvar js2-EOF_CHAR -1
467 "Represents end of stream. Distinct from js2-EOF token type.")
468
469 ;; I originally used symbols to represent tokens, but Rhino uses
470 ;; ints and then sets various flag bits in them, so ints it is.
471 ;; The upshot is that we need a `js2-' prefix in front of each name.
472 (defvar js2-ERROR -1)
473 (defvar js2-EOF 0)
474 (defvar js2-EOL 1)
475 (defvar js2-ENTERWITH 2) ; begin interpreter bytecodes
476 (defvar js2-LEAVEWITH 3)
477 (defvar js2-RETURN 4)
478 (defvar js2-GOTO 5)
479 (defvar js2-IFEQ 6)
480 (defvar js2-IFNE 7)
481 (defvar js2-SETNAME 8)
482 (defvar js2-BITOR 9)
483 (defvar js2-BITXOR 10)
484 (defvar js2-BITAND 11)
485 (defvar js2-EQ 12)
486 (defvar js2-NE 13)
487 (defvar js2-LT 14)
488 (defvar js2-LE 15)
489 (defvar js2-GT 16)
490 (defvar js2-GE 17)
491 (defvar js2-LSH 18)
492 (defvar js2-RSH 19)
493 (defvar js2-URSH 20)
494 (defvar js2-ADD 21) ; infix plus
495 (defvar js2-SUB 22) ; infix minus
496 (defvar js2-MUL 23)
497 (defvar js2-DIV 24)
498 (defvar js2-MOD 25)
499 (defvar js2-NOT 26)
500 (defvar js2-BITNOT 27)
501 (defvar js2-POS 28) ; unary plus
502 (defvar js2-NEG 29) ; unary minus
503 (defvar js2-NEW 30)
504 (defvar js2-DELPROP 31)
505 (defvar js2-TYPEOF 32)
506 (defvar js2-GETPROP 33)
507 (defvar js2-GETPROPNOWARN 34)
508 (defvar js2-SETPROP 35)
509 (defvar js2-GETELEM 36)
510 (defvar js2-SETELEM 37)
511 (defvar js2-CALL 38)
512 (defvar js2-NAME 39) ; an identifier
513 (defvar js2-NUMBER 40)
514 (defvar js2-STRING 41)
515 (defvar js2-NULL 42)
516 (defvar js2-THIS 43)
517 (defvar js2-FALSE 44)
518 (defvar js2-TRUE 45)
519 (defvar js2-SHEQ 46) ; shallow equality (===)
520 (defvar js2-SHNE 47) ; shallow inequality (!==)
521 (defvar js2-REGEXP 48)
522 (defvar js2-BINDNAME 49)
523 (defvar js2-THROW 50)
524 (defvar js2-RETHROW 51) ; rethrow caught exception: catch (e if ) uses it
525 (defvar js2-IN 52)
526 (defvar js2-INSTANCEOF 53)
527 (defvar js2-LOCAL_LOAD 54)
528 (defvar js2-GETVAR 55)
529 (defvar js2-SETVAR 56)
530 (defvar js2-CATCH_SCOPE 57)
531 (defvar js2-ENUM_INIT_KEYS 58)
532 (defvar js2-ENUM_INIT_VALUES 59)
533 (defvar js2-ENUM_INIT_ARRAY 60)
534 (defvar js2-ENUM_NEXT 61)
535 (defvar js2-ENUM_ID 62)
536 (defvar js2-THISFN 63)
537 (defvar js2-RETURN_RESULT 64) ; to return previously stored return result
538 (defvar js2-ARRAYLIT 65) ; array literal
539 (defvar js2-OBJECTLIT 66) ; object literal
540 (defvar js2-GET_REF 67) ; *reference
541 (defvar js2-SET_REF 68) ; *reference = something
542 (defvar js2-DEL_REF 69) ; delete reference
543 (defvar js2-REF_CALL 70) ; f(args) = something or f(args)++
544 (defvar js2-REF_SPECIAL 71) ; reference for special properties like __proto
545 (defvar js2-YIELD 72) ; JS 1.7 yield pseudo keyword
546
547 ;; XML support
548 (defvar js2-DEFAULTNAMESPACE 73)
549 (defvar js2-ESCXMLATTR 74)
550 (defvar js2-ESCXMLTEXT 75)
551 (defvar js2-REF_MEMBER 76) ; Reference for x.@y, x..y etc.
552 (defvar js2-REF_NS_MEMBER 77) ; Reference for x.ns::y, x..ns::y etc.
553 (defvar js2-REF_NAME 78) ; Reference for @y, @[y] etc.
554 (defvar js2-REF_NS_NAME 79) ; Reference for ns::y, @ns::y@[y] etc.
555
556 (defvar js2-first-bytecode js2-ENTERWITH)
557 (defvar js2-last-bytecode js2-REF_NS_NAME)
558
559 (defvar js2-TRY 80)
560 (defvar js2-SEMI 81) ; semicolon
561 (defvar js2-LB 82) ; left and right brackets
562 (defvar js2-RB 83)
563 (defvar js2-LC 84) ; left and right curly-braces
564 (defvar js2-RC 85)
565 (defvar js2-LP 86) ; left and right parens
566 (defvar js2-RP 87)
567 (defvar js2-COMMA 88) ; comma operator
568
569 (defvar js2-ASSIGN 89) ; simple assignment (=)
570 (defvar js2-ASSIGN_BITOR 90) ; |=
571 (defvar js2-ASSIGN_BITXOR 91) ; ^=
572 (defvar js2-ASSIGN_BITAND 92) ; &=
573 (defvar js2-ASSIGN_LSH 93) ; <<=
574 (defvar js2-ASSIGN_RSH 94) ; >>=
575 (defvar js2-ASSIGN_URSH 95) ; >>>=
576 (defvar js2-ASSIGN_ADD 96) ; +=
577 (defvar js2-ASSIGN_SUB 97) ; -=
578 (defvar js2-ASSIGN_MUL 98) ; *=
579 (defvar js2-ASSIGN_DIV 99) ; /=
580 (defvar js2-ASSIGN_MOD 100) ; %=
581
582 (defvar js2-first-assign js2-ASSIGN)
583 (defvar js2-last-assign js2-ASSIGN_MOD)
584
585 (defvar js2-HOOK 101) ; conditional (?:)
586 (defvar js2-COLON 102)
587 (defvar js2-OR 103) ; logical or (||)
588 (defvar js2-AND 104) ; logical and (&&)
589 (defvar js2-INC 105) ; increment/decrement (++ --)
590 (defvar js2-DEC 106)
591 (defvar js2-DOT 107) ; member operator (.)
592 (defvar js2-FUNCTION 108) ; function keyword
593 (defvar js2-EXPORT 109) ; export keyword
594 (defvar js2-IMPORT 110) ; import keyword
595 (defvar js2-IF 111) ; if keyword
596 (defvar js2-ELSE 112) ; else keyword
597 (defvar js2-SWITCH 113) ; switch keyword
598 (defvar js2-CASE 114) ; case keyword
599 (defvar js2-DEFAULT 115) ; default keyword
600 (defvar js2-WHILE 116) ; while keyword
601 (defvar js2-DO 117) ; do keyword
602 (defvar js2-FOR 118) ; for keyword
603 (defvar js2-BREAK 119) ; break keyword
604 (defvar js2-CONTINUE 120) ; continue keyword
605 (defvar js2-VAR 121) ; var keyword
606 (defvar js2-WITH 122) ; with keyword
607 (defvar js2-CATCH 123) ; catch keyword
608 (defvar js2-FINALLY 124) ; finally keyword
609 (defvar js2-VOID 125) ; void keyword
610 (defvar js2-RESERVED 126) ; reserved keywords
611
612 (defvar js2-EMPTY 127)
613
614 ;; Types used for the parse tree - never returned by scanner.
615
616 (defvar js2-BLOCK 128) ; statement block
617 (defvar js2-LABEL 129) ; label
618 (defvar js2-TARGET 130)
619 (defvar js2-LOOP 131)
620 (defvar js2-EXPR_VOID 132) ; expression statement in functions
621 (defvar js2-EXPR_RESULT 133) ; expression statement in scripts
622 (defvar js2-JSR 134)
623 (defvar js2-SCRIPT 135) ; top-level node for entire script
624 (defvar js2-TYPEOFNAME 136) ; for typeof(simple-name)
625 (defvar js2-USE_STACK 137)
626 (defvar js2-SETPROP_OP 138) ; x.y op= something
627 (defvar js2-SETELEM_OP 139) ; x[y] op= something
628 (defvar js2-LOCAL_BLOCK 140)
629 (defvar js2-SET_REF_OP 141) ; *reference op= something
630
631 ;; For XML support:
632 (defvar js2-DOTDOT 142) ; member operator (..)
633 (defvar js2-COLONCOLON 143) ; namespace::name
634 (defvar js2-XML 144) ; XML type
635 (defvar js2-DOTQUERY 145) ; .() -- e.g., x.emps.emp.(name == "terry")
636 (defvar js2-XMLATTR 146) ; @
637 (defvar js2-XMLEND 147)
638
639 ;; Optimizer-only tokens
640 (defvar js2-TO_OBJECT 148)
641 (defvar js2-TO_DOUBLE 149)
642
643 (defvar js2-GET 150) ; JS 1.5 get pseudo keyword
644 (defvar js2-SET 151) ; JS 1.5 set pseudo keyword
645 (defvar js2-LET 152) ; JS 1.7 let pseudo keyword
646 (defvar js2-CONST 153)
647 (defvar js2-SETCONST 154)
648 (defvar js2-SETCONSTVAR 155)
649 (defvar js2-ARRAYCOMP 156)
650 (defvar js2-LETEXPR 157)
651 (defvar js2-WITHEXPR 158)
652 (defvar js2-DEBUGGER 159)
653
654 (defvar js2-COMMENT 160)
655 (defvar js2-ENUM 161) ; for "enum" reserved word
656 (defvar js2-TRIPLEDOT 162) ; for rest parameter
657 (defvar js2-ARROW 163) ; function arrow (=>)
658
659 (defconst js2-num-tokens (1+ js2-ARROW))
660
661 (defconst js2-debug-print-trees nil)
662
663 ;; Rhino accepts any string or stream as input. Emacs character
664 ;; processing works best in buffers, so we'll assume the input is a
665 ;; buffer. JavaScript strings can be copied into temp buffers before
666 ;; scanning them.
667
668 ;; Buffer-local variables yield much cleaner code than using `defstruct'.
669 ;; They're the Emacs equivalent of instance variables, more or less.
670
671 (js2-deflocal js2-ts-dirty-line nil
672 "Token stream buffer-local variable.
673 Indicates stuff other than whitespace since start of line.")
674
675 (js2-deflocal js2-ts-hit-eof nil
676 "Token stream buffer-local variable.")
677
678 ;; FIXME: Unused.
679 (js2-deflocal js2-ts-line-start 0
680 "Token stream buffer-local variable.")
681
682 (js2-deflocal js2-ts-lineno 1
683 "Token stream buffer-local variable.")
684
685 ;; FIXME: Unused.
686 (js2-deflocal js2-ts-line-end-char -1
687 "Token stream buffer-local variable.")
688
689 (js2-deflocal js2-ts-cursor 1 ; emacs buffers are 1-indexed
690 "Token stream buffer-local variable.
691 Current scan position.")
692
693 ;; FIXME: Unused.
694 (js2-deflocal js2-ts-is-xml-attribute nil
695 "Token stream buffer-local variable.")
696
697 (js2-deflocal js2-ts-xml-is-tag-content nil
698 "Token stream buffer-local variable.")
699
700 (js2-deflocal js2-ts-xml-open-tags-count 0
701 "Token stream buffer-local variable.")
702
703 (js2-deflocal js2-ts-string-buffer nil
704 "Token stream buffer-local variable.
705 List of chars built up while scanning various tokens.")
706
707 (defstruct (js2-token
708 (:constructor nil)
709 (:constructor make-js2-token (beg)))
710 "Value returned from the token stream."
711 (type js2-EOF)
712 (beg 1)
713 (end -1)
714 (string "")
715 number
716 regexp-flags
717 comment-type
718 follows-eol-p)
719
720 (defstruct (js2-ts-state
721 (:constructor make-js2-ts-state (&key (lineno js2-ts-lineno)
722 (cursor js2-ts-cursor)
723 (tokens (copy-sequence js2-ti-tokens))
724 (tokens-cursor js2-ti-tokens-cursor)
725 (lookahead js2-ti-lookahead))))
726 lineno
727 cursor
728 tokens
729 tokens-cursor
730 lookahead)
731
732 ;;; Parser variables
733
734 (js2-deflocal js2-parsed-errors nil
735 "List of errors produced during scanning/parsing.")
736
737 (js2-deflocal js2-parsed-warnings nil
738 "List of warnings produced during scanning/parsing.")
739
740 (js2-deflocal js2-recover-from-parse-errors t
741 "Non-nil to continue parsing after a syntax error.
742
743 In recovery mode, the AST will be built in full, and any error
744 nodes will be flagged with appropriate error information. If
745 this flag is nil, a syntax error will result in an error being
746 signaled.
747
748 The variable is automatically buffer-local, because different
749 modes that use the parser will need different settings.")
750
751 (js2-deflocal js2-parse-hook nil
752 "List of callbacks for receiving parsing progress.")
753
754 (defvar js2-parse-finished-hook nil
755 "List of callbacks to notify when parsing finishes.
756 Not called if parsing was interrupted.")
757
758 (js2-deflocal js2-is-eval-code nil
759 "True if we're evaluating code in a string.
760 If non-nil, the tokenizer will record the token text, and the AST nodes
761 will record their source text. Off by default for IDE modes, since the
762 text is available in the buffer.")
763
764 (defvar js2-parse-ide-mode t
765 "Non-nil if the parser is being used for `js2-mode'.
766 If non-nil, the parser will set text properties for fontification
767 and the syntax table. The value should be nil when using the
768 parser as a frontend to an interpreter or byte compiler.")
769
770 ;;; Parser instance variables (buffer-local vars for js2-parse)
771
772 (defconst js2-ti-after-eol (lsh 1 16)
773 "Flag: first token of the source line.")
774
775 ;; Inline Rhino's CompilerEnvirons vars as buffer-locals.
776
777 (js2-deflocal js2-compiler-generate-debug-info t)
778 (js2-deflocal js2-compiler-use-dynamic-scope nil)
779 (js2-deflocal js2-compiler-reserved-keywords-as-identifier nil)
780 (js2-deflocal js2-compiler-xml-available t)
781 (js2-deflocal js2-compiler-optimization-level 0)
782 (js2-deflocal js2-compiler-generating-source t)
783 (js2-deflocal js2-compiler-strict-mode nil)
784 (js2-deflocal js2-compiler-report-warning-as-error nil)
785 (js2-deflocal js2-compiler-generate-observer-count nil)
786 (js2-deflocal js2-compiler-activation-names nil)
787
788 ;; SKIP: sourceURI
789
790 ;; There's a compileFunction method in Context.java - may need it.
791 (js2-deflocal js2-called-by-compile-function nil
792 "True if `js2-parse' was called by `js2-compile-function'.
793 Will only be used when we finish implementing the interpreter.")
794
795 ;; SKIP: ts (we just call `js2-init-scanner' and use its vars)
796
797 ;; SKIP: node factory - we're going to just call functions directly,
798 ;; and eventually go to a unified AST format.
799
800 (js2-deflocal js2-nesting-of-function 0)
801
802 (js2-deflocal js2-recorded-identifiers nil
803 "Tracks identifiers found during parsing.")
804
805 (js2-deflocal js2-is-in-destructuring nil
806 "True while parsing destructuring expression.")
807
808 (defcustom js2-global-externs nil
809 "A list of any extern names you'd like to consider always declared.
810 This list is global and is used by all `js2-mode' files.
811 You can create buffer-local externs list using `js2-additional-externs'.
812
813 There is also a buffer-local variable `js2-default-externs',
814 which is initialized by default to include the Ecma-262 externs
815 and the standard browser externs. The three lists are all
816 checked during highlighting."
817 :type 'list
818 :group 'js2-mode)
819
820 (js2-deflocal js2-default-externs nil
821 "Default external declarations.
822
823 These are currently only used for highlighting undeclared variables,
824 which only worries about top-level (unqualified) references.
825 As js2-mode's processing improves, we will flesh out this list.
826
827 The initial value is set to `js2-ecma-262-externs', unless some
828 of the `js2-include-?-externs' variables are set to t, in which
829 case the browser, Rhino and/or Node.js externs are also included.
830
831 See `js2-additional-externs' for more information.")
832
833 (defcustom js2-include-browser-externs t
834 "Non-nil to include browser externs in the master externs list.
835 If you work on JavaScript files that are not intended for browsers,
836 such as Mozilla Rhino server-side JavaScript, set this to nil.
837 See `js2-additional-externs' for more information about externs."
838 :type 'boolean
839 :group 'js2-mode)
840
841 (defcustom js2-include-rhino-externs nil
842 "Non-nil to include Mozilla Rhino externs in the master externs list.
843 See `js2-additional-externs' for more information about externs."
844 :type 'boolean
845 :group 'js2-mode)
846
847 (defcustom js2-include-node-externs nil
848 "Non-nil to include Node.js externs in the master externs list.
849 See `js2-additional-externs' for more information about externs."
850 :type 'boolean
851 :group 'js2-mode)
852
853 (js2-deflocal js2-additional-externs nil
854 "A buffer-local list of additional external declarations.
855 It is used to decide whether variables are considered undeclared
856 for purposes of highlighting.
857
858 Each entry is a Lisp string. The string should be the fully qualified
859 name of an external entity. All externs should be added to this list,
860 so that as js2-mode's processing improves it can take advantage of them.
861
862 You may want to declare your externs in three ways.
863 First, you can add externs that are valid for all your JavaScript files.
864 You should probably do this by adding them to `js2-global-externs', which
865 is a global list used for all js2-mode files.
866
867 Next, you can add a function to `js2-init-hook' that adds additional
868 externs appropriate for the specific file, perhaps based on its path.
869 These should go in `js2-additional-externs', which is buffer-local.
870
871 Third, you can use JSLint's global declaration, as long as
872 `js2-include-jslint-globals' is non-nil, which see.
873
874 Finally, you can add a function to `js2-post-parse-callbacks',
875 which is called after parsing completes, and `js2-mode-ast' is bound to
876 the root of the parse tree. At this stage you can set up an AST
877 node visitor using `js2-visit-ast' and examine the parse tree
878 for specific import patterns that may imply the existence of
879 other externs, possibly tied to your build system. These should also
880 be added to `js2-additional-externs'.
881
882 Your post-parse callback may of course also use the simpler and
883 faster (but perhaps less robust) approach of simply scanning the
884 buffer text for your imports, using regular expressions.")
885
886 ;; SKIP: decompiler
887 ;; SKIP: encoded-source
888
889 ;;; The following variables are per-function and should be saved/restored
890 ;;; during function parsing...
891
892 (js2-deflocal js2-current-script-or-fn nil)
893 (js2-deflocal js2-current-scope nil)
894 (js2-deflocal js2-nesting-of-with 0)
895 (js2-deflocal js2-label-set nil
896 "An alist mapping label names to nodes.")
897
898 (js2-deflocal js2-loop-set nil)
899 (js2-deflocal js2-loop-and-switch-set nil)
900 (js2-deflocal js2-has-return-value nil)
901 (js2-deflocal js2-end-flags 0)
902
903 ;;; ...end of per function variables
904
905 ;; These flags enumerate the possible ways a statement/function can
906 ;; terminate. These flags are used by endCheck() and by the Parser to
907 ;; detect inconsistent return usage.
908 ;;
909 ;; END_UNREACHED is reserved for code paths that are assumed to always be
910 ;; able to execute (example: throw, continue)
911 ;;
912 ;; END_DROPS_OFF indicates if the statement can transfer control to the
913 ;; next one. Statement such as return dont. A compound statement may have
914 ;; some branch that drops off control to the next statement.
915 ;;
916 ;; END_RETURNS indicates that the statement can return (without arguments)
917 ;; END_RETURNS_VALUE indicates that the statement can return a value.
918 ;;
919 ;; A compound statement such as
920 ;; if (condition) {
921 ;; return value;
922 ;; }
923 ;; Will be detected as (END_DROPS_OFF | END_RETURN_VALUE) by endCheck()
924
925 (defconst js2-end-unreached #x0)
926 (defconst js2-end-drops-off #x1)
927 (defconst js2-end-returns #x2)
928 (defconst js2-end-returns-value #x4)
929
930 ;; Rhino awkwardly passes a statementLabel parameter to the
931 ;; statementHelper() function, the main statement parser, which
932 ;; is then used by quite a few of the sub-parsers. We just make
933 ;; it a buffer-local variable and make sure it's cleaned up properly.
934 (js2-deflocal js2-labeled-stmt nil) ; type `js2-labeled-stmt-node'
935
936 ;; Similarly, Rhino passes an inForInit boolean through about half
937 ;; the expression parsers. We use a dynamically-scoped variable,
938 ;; which makes it easier to funcall the parsers individually without
939 ;; worrying about whether they take the parameter or not.
940 (js2-deflocal js2-in-for-init nil)
941 (js2-deflocal js2-temp-name-counter 0)
942 (js2-deflocal js2-parse-stmt-count 0)
943
944 (defsubst js2-get-next-temp-name ()
945 (format "$%d" (incf js2-temp-name-counter)))
946
947 (defvar js2-parse-interruptable-p t
948 "Set this to nil to force parse to continue until finished.
949 This will mostly be useful for interpreters.")
950
951 (defvar js2-statements-per-pause 50
952 "Pause after this many statements to check for user input.
953 If user input is pending, stop the parse and discard the tree.
954 This makes for a smoother user experience for large files.
955 You may have to wait a second or two before the highlighting
956 and error-reporting appear, but you can always type ahead if
957 you wish. This appears to be more or less how Eclipse, IntelliJ
958 and other editors work.")
959
960 (js2-deflocal js2-record-comments t
961 "Instructs the scanner to record comments in `js2-scanned-comments'.")
962
963 (js2-deflocal js2-scanned-comments nil
964 "List of all comments from the current parse.")
965
966 (defcustom js2-mode-indent-inhibit-undo nil
967 "Non-nil to disable collection of Undo information when indenting lines.
968 Some users have requested this behavior. It's nil by default because
969 other Emacs modes don't work this way."
970 :type 'boolean
971 :group 'js2-mode)
972
973 (defcustom js2-mode-indent-ignore-first-tab nil
974 "If non-nil, ignore first TAB keypress if we look indented properly.
975 It's fairly common for users to navigate to an already-indented line
976 and press TAB for reassurance that it's been indented. For this class
977 of users, we want the first TAB press on a line to be ignored if the
978 line is already indented to one of the precomputed alternatives.
979
980 This behavior is only partly implemented. If you TAB-indent a line,
981 navigate to another line, and then navigate back, it fails to clear
982 the last-indented variable, so it thinks you've already hit TAB once,
983 and performs the indent. A full solution would involve getting on the
984 point-motion hooks for the entire buffer. If we come across another
985 use cases that requires watching point motion, I'll consider doing it.
986
987 If you set this variable to nil, then the TAB key will always change
988 the indentation of the current line, if more than one alternative
989 indentation spot exists."
990 :type 'boolean
991 :group 'js2-mode)
992
993 (defvar js2-indent-hook nil
994 "A hook for user-defined indentation rules.
995
996 Functions on this hook should expect two arguments: (LIST INDEX)
997 The LIST argument is the list of computed indentation points for
998 the current line. INDEX is the list index of the indentation point
999 that `js2-bounce-indent' plans to use. If INDEX is nil, then the
1000 indent function is not going to change the current line indentation.
1001
1002 If a hook function on this list returns a non-nil value, then
1003 `js2-bounce-indent' assumes the hook function has performed its own
1004 indentation, and will do nothing. If all hook functions on the list
1005 return nil, then `js2-bounce-indent' will use its computed indentation
1006 and reindent the line.
1007
1008 When hook functions on this hook list are called, the variable
1009 `js2-mode-ast' may or may not be set, depending on whether the
1010 parse tree is available. If the variable is nil, you can pass a
1011 callback to `js2-mode-wait-for-parse', and your callback will be
1012 called after the new parse tree is built. This can take some time
1013 in large files.")
1014
1015 (defface js2-warning
1016 `((((class color) (background light))
1017 (:underline "orange"))
1018 (((class color) (background dark))
1019 (:underline "orange"))
1020 (t (:underline t)))
1021 "Face for JavaScript warnings."
1022 :group 'js2-mode)
1023
1024 (defface js2-error
1025 `((((class color) (background light))
1026 (:foreground "red"))
1027 (((class color) (background dark))
1028 (:foreground "red"))
1029 (t (:foreground "red")))
1030 "Face for JavaScript errors."
1031 :group 'js2-mode)
1032
1033 (defface js2-jsdoc-tag
1034 '((t :foreground "SlateGray"))
1035 "Face used to highlight @whatever tags in jsdoc comments."
1036 :group 'js2-mode)
1037
1038 (defface js2-jsdoc-type
1039 '((t :foreground "SteelBlue"))
1040 "Face used to highlight {FooBar} types in jsdoc comments."
1041 :group 'js2-mode)
1042
1043 (defface js2-jsdoc-value
1044 '((t :foreground "PeachPuff3"))
1045 "Face used to highlight tag values in jsdoc comments."
1046 :group 'js2-mode)
1047
1048 (defface js2-function-param
1049 '((t :foreground "SeaGreen"))
1050 "Face used to highlight function parameters in javascript."
1051 :group 'js2-mode)
1052
1053 (defface js2-function-call
1054 '((t :inherit default))
1055 "Face used to highlight function name in calls."
1056 :group 'js2-mode)
1057
1058 (defface js2-instance-member
1059 '((t :foreground "DarkOrchid"))
1060 "Face used to highlight instance variables in javascript.
1061 Not currently used."
1062 :group 'js2-mode)
1063
1064 (defface js2-private-member
1065 '((t :foreground "PeachPuff3"))
1066 "Face used to highlight calls to private methods in javascript.
1067 Not currently used."
1068 :group 'js2-mode)
1069
1070 (defface js2-private-function-call
1071 '((t :foreground "goldenrod"))
1072 "Face used to highlight calls to private functions in javascript.
1073 Not currently used."
1074 :group 'js2-mode)
1075
1076 (defface js2-jsdoc-html-tag-name
1077 '((((class color) (min-colors 88) (background light))
1078 (:foreground "rosybrown"))
1079 (((class color) (min-colors 8) (background dark))
1080 (:foreground "yellow"))
1081 (((class color) (min-colors 8) (background light))
1082 (:foreground "magenta")))
1083 "Face used to highlight jsdoc html tag names"
1084 :group 'js2-mode)
1085
1086 (defface js2-jsdoc-html-tag-delimiter
1087 '((((class color) (min-colors 88) (background light))
1088 (:foreground "dark khaki"))
1089 (((class color) (min-colors 8) (background dark))
1090 (:foreground "green"))
1091 (((class color) (min-colors 8) (background light))
1092 (:foreground "green")))
1093 "Face used to highlight brackets in jsdoc html tags."
1094 :group 'js2-mode)
1095
1096 (defface js2-external-variable
1097 '((t :foreground "orange"))
1098 "Face used to highlight undeclared variable identifiers.")
1099
1100 (defcustom js2-init-hook nil
1101 "List of functions to be called after `js2-mode' or
1102 `js2-minor-mode' has initialized all variables, before parsing
1103 the buffer for the first time."
1104 :type 'hook
1105 :group 'js2-mode
1106 :version "20130608")
1107
1108 (defcustom js2-post-parse-callbacks nil
1109 "List of callback functions invoked after parsing finishes.
1110 Currently, the main use for this function is to add synthetic
1111 declarations to `js2-recorded-identifiers', which see."
1112 :type 'hook
1113 :group 'js2-mode)
1114
1115 (defcustom js2-highlight-external-variables t
1116 "Non-nil to highlight undeclared variable identifiers.
1117 An undeclared variable is any variable not declared with var or let
1118 in the current scope or any lexically enclosing scope. If you use
1119 such a variable, then you are either expecting it to originate from
1120 another file, or you've got a potential bug."
1121 :type 'boolean
1122 :group 'js2-mode)
1123
1124 (defcustom js2-include-jslint-globals t
1125 "Non-nil to include the identifiers from JSLint global
1126 declaration (see http://www.jslint.com/lint.html#global) in the
1127 buffer-local externs list. See `js2-additional-externs' for more
1128 information."
1129 :type 'boolean
1130 :group 'js2-mode)
1131
1132 (defvar js2-mode-map
1133 (let ((map (make-sparse-keymap)))
1134 (define-key map [mouse-1] #'js2-mode-show-node)
1135 (define-key map (kbd "M-j") #'js2-line-break)
1136 (define-key map (kbd "C-c C-e") #'js2-mode-hide-element)
1137 (define-key map (kbd "C-c C-s") #'js2-mode-show-element)
1138 (define-key map (kbd "C-c C-a") #'js2-mode-show-all)
1139 (define-key map (kbd "C-c C-f") #'js2-mode-toggle-hide-functions)
1140 (define-key map (kbd "C-c C-t") #'js2-mode-toggle-hide-comments)
1141 (define-key map (kbd "C-c C-o") #'js2-mode-toggle-element)
1142 (define-key map (kbd "C-c C-w") #'js2-mode-toggle-warnings-and-errors)
1143 (define-key map [down-mouse-3] #'js2-down-mouse-3)
1144 (when js2-bounce-indent-p
1145 (define-key map (kbd "<backtab>") #'js2-indent-bounce-backwards))
1146
1147 (define-key map [menu-bar javascript]
1148 (cons "JavaScript" (make-sparse-keymap "JavaScript")))
1149
1150 (define-key map [menu-bar javascript customize-js2-mode]
1151 '(menu-item "Customize js2-mode" js2-mode-customize
1152 :help "Customize the behavior of this mode"))
1153
1154 (define-key map [menu-bar javascript js2-force-refresh]
1155 '(menu-item "Force buffer refresh" js2-mode-reset
1156 :help "Re-parse the buffer from scratch"))
1157
1158 (define-key map [menu-bar javascript separator-2]
1159 '("--"))
1160
1161 (define-key map [menu-bar javascript next-error]
1162 '(menu-item "Next warning or error" next-error
1163 :enabled (and js2-mode-ast
1164 (or (js2-ast-root-errors js2-mode-ast)
1165 (js2-ast-root-warnings js2-mode-ast)))
1166 :help "Move to next warning or error"))
1167
1168 (define-key map [menu-bar javascript display-errors]
1169 '(menu-item "Show errors and warnings" js2-mode-display-warnings-and-errors
1170 :visible (not js2-mode-show-parse-errors)
1171 :help "Turn on display of warnings and errors"))
1172
1173 (define-key map [menu-bar javascript hide-errors]
1174 '(menu-item "Hide errors and warnings" js2-mode-hide-warnings-and-errors
1175 :visible js2-mode-show-parse-errors
1176 :help "Turn off display of warnings and errors"))
1177
1178 (define-key map [menu-bar javascript separator-1]
1179 '("--"))
1180
1181 (define-key map [menu-bar javascript js2-toggle-function]
1182 '(menu-item "Show/collapse element" js2-mode-toggle-element
1183 :help "Hide or show function body or comment"))
1184
1185 (define-key map [menu-bar javascript show-comments]
1186 '(menu-item "Show block comments" js2-mode-toggle-hide-comments
1187 :visible js2-mode-comments-hidden
1188 :help "Expand all hidden block comments"))
1189
1190 (define-key map [menu-bar javascript hide-comments]
1191 '(menu-item "Hide block comments" js2-mode-toggle-hide-comments
1192 :visible (not js2-mode-comments-hidden)
1193 :help "Show block comments as /*...*/"))
1194
1195 (define-key map [menu-bar javascript show-all-functions]
1196 '(menu-item "Show function bodies" js2-mode-toggle-hide-functions
1197 :visible js2-mode-functions-hidden
1198 :help "Expand all hidden function bodies"))
1199
1200 (define-key map [menu-bar javascript hide-all-functions]
1201 '(menu-item "Hide function bodies" js2-mode-toggle-hide-functions
1202 :visible (not js2-mode-functions-hidden)
1203 :help "Show {...} for all top-level function bodies"))
1204
1205 map)
1206 "Keymap used in `js2-mode' buffers.")
1207
1208 (defconst js2-mode-identifier-re "[[:alpha:]_$][[:alnum:]_$]*")
1209
1210 (defvar js2-mode-//-comment-re "^\\(\\s-*\\)//.+"
1211 "Matches a //-comment line. Must be first non-whitespace on line.
1212 First match-group is the leading whitespace.")
1213
1214 (defvar js2-mode-hook nil)
1215
1216 (js2-deflocal js2-mode-ast nil "Private variable.")
1217 (js2-deflocal js2-mode-parse-timer nil "Private variable.")
1218 (js2-deflocal js2-mode-buffer-dirty-p nil "Private variable.")
1219 (js2-deflocal js2-mode-parsing nil "Private variable.")
1220 (js2-deflocal js2-mode-node-overlay nil)
1221
1222 (defvar js2-mode-show-overlay js2-mode-dev-mode-p
1223 "Debug: Non-nil to highlight AST nodes on mouse-down.")
1224
1225 (js2-deflocal js2-mode-fontifications nil "Private variable")
1226 (js2-deflocal js2-mode-deferred-properties nil "Private variable")
1227 (js2-deflocal js2-imenu-recorder nil "Private variable")
1228 (js2-deflocal js2-imenu-function-map nil "Private variable")
1229
1230 (defvar js2-paragraph-start
1231 "\\(@[[:alpha:]]+\\>\\|$\\)")
1232
1233 ;; Note that we also set a 'c-in-sws text property in html comments,
1234 ;; so that `c-forward-sws' and `c-backward-sws' work properly.
1235 (defvar js2-syntactic-ws-start
1236 "\\s \\|/[*/]\\|[\n\r]\\|\\\\[\n\r]\\|\\s!\\|<!--\\|^\\s-*-->")
1237
1238 (defvar js2-syntactic-ws-end
1239 "\\s \\|[\n\r/]\\|\\s!")
1240
1241 (defvar js2-syntactic-eol
1242 (concat "\\s *\\(/\\*[^*\n\r]*"
1243 "\\(\\*+[^*\n\r/][^*\n\r]*\\)*"
1244 "\\*+/\\s *\\)*"
1245 "\\(//\\|/\\*[^*\n\r]*"
1246 "\\(\\*+[^*\n\r/][^*\n\r]*\\)*$"
1247 "\\|\\\\$\\|$\\)")
1248 "Copied from `java-mode'. Needed for some cc-engine functions.")
1249
1250 (defvar js2-comment-prefix-regexp
1251 "//+\\|\\**")
1252
1253 (defvar js2-comment-start-skip
1254 "\\(//+\\|/\\*+\\)\\s *")
1255
1256 (defvar js2-mode-verbose-parse-p js2-mode-dev-mode-p
1257 "Non-nil to emit status messages during parsing.")
1258
1259 (defvar js2-mode-functions-hidden nil "Private variable.")
1260 (defvar js2-mode-comments-hidden nil "Private variable.")
1261
1262 (defvar js2-mode-syntax-table
1263 (let ((table (make-syntax-table)))
1264 (c-populate-syntax-table table)
1265 table)
1266 "Syntax table used in `js2-mode' buffers.")
1267
1268 (defvar js2-mode-abbrev-table nil
1269 "Abbrev table in use in `js2-mode' buffers.")
1270 (define-abbrev-table 'js2-mode-abbrev-table ())
1271
1272 (defvar js2-mode-pending-parse-callbacks nil
1273 "List of functions waiting to be notified that parse is finished.")
1274
1275 (defvar js2-mode-last-indented-line -1)
1276
1277 ;;; Localizable error and warning messages
1278
1279 ;; Messages are copied from Rhino's Messages.properties.
1280 ;; Many of the Java-specific messages have been elided.
1281 ;; Add any js2-specific ones at the end, so we can keep
1282 ;; this file synced with changes to Rhino's.
1283
1284 (defvar js2-message-table
1285 (make-hash-table :test 'equal :size 250)
1286 "Contains localized messages for `js2-mode'.")
1287
1288 ;; TODO(stevey): construct this table at compile-time.
1289 (defmacro js2-msg (key &rest strings)
1290 `(puthash ,key (concat ,@strings)
1291 js2-message-table))
1292
1293 (defun js2-get-msg (msg-key)
1294 "Look up a localized message.
1295 MSG-KEY is a list of (MSG ARGS). If the message takes parameters,
1296 the correct number of ARGS must be provided."
1297 (let* ((key (if (listp msg-key) (car msg-key) msg-key))
1298 (args (if (listp msg-key) (cdr msg-key)))
1299 (msg (gethash key js2-message-table)))
1300 (if msg
1301 (apply #'format msg args)
1302 key))) ; default to showing the key
1303
1304 (js2-msg "msg.dup.parms"
1305 "Duplicate parameter name '%s'.")
1306
1307 (js2-msg "msg.too.big.jump"
1308 "Program too complex: jump offset too big.")
1309
1310 (js2-msg "msg.too.big.index"
1311 "Program too complex: internal index exceeds 64K limit.")
1312
1313 (js2-msg "msg.while.compiling.fn"
1314 "Encountered code generation error while compiling function '%s': %s")
1315
1316 (js2-msg "msg.while.compiling.script"
1317 "Encountered code generation error while compiling script: %s")
1318
1319 ;; Context
1320 (js2-msg "msg.ctor.not.found"
1321 "Constructor for '%s' not found.")
1322
1323 (js2-msg "msg.not.ctor"
1324 "'%s' is not a constructor.")
1325
1326 ;; FunctionObject
1327 (js2-msg "msg.varargs.ctor"
1328 "Method or constructor '%s' must be static "
1329 "with the signature (Context cx, Object[] args, "
1330 "Function ctorObj, boolean inNewExpr) "
1331 "to define a variable arguments constructor.")
1332
1333 (js2-msg "msg.varargs.fun"
1334 "Method '%s' must be static with the signature "
1335 "(Context cx, Scriptable thisObj, Object[] args, Function funObj) "
1336 "to define a variable arguments function.")
1337
1338 (js2-msg "msg.incompat.call"
1339 "Method '%s' called on incompatible object.")
1340
1341 (js2-msg "msg.bad.parms"
1342 "Unsupported parameter type '%s' in method '%s'.")
1343
1344 (js2-msg "msg.bad.method.return"
1345 "Unsupported return type '%s' in method '%s'.")
1346
1347 (js2-msg "msg.bad.ctor.return"
1348 "Construction of objects of type '%s' is not supported.")
1349
1350 (js2-msg "msg.no.overload"
1351 "Method '%s' occurs multiple times in class '%s'.")
1352
1353 (js2-msg "msg.method.not.found"
1354 "Method '%s' not found in '%s'.")
1355
1356 ;; IRFactory
1357
1358 (js2-msg "msg.bad.for.in.lhs"
1359 "Invalid left-hand side of for..in loop.")
1360
1361 (js2-msg "msg.mult.index"
1362 "Only one variable allowed in for..in loop.")
1363
1364 (js2-msg "msg.bad.for.in.destruct"
1365 "Left hand side of for..in loop must be an array of "
1366 "length 2 to accept key/value pair.")
1367
1368 (js2-msg "msg.cant.convert"
1369 "Can't convert to type '%s'.")
1370
1371 (js2-msg "msg.bad.assign.left"
1372 "Invalid assignment left-hand side.")
1373
1374 (js2-msg "msg.bad.decr"
1375 "Invalid decerement operand.")
1376
1377 (js2-msg "msg.bad.incr"
1378 "Invalid increment operand.")
1379
1380 (js2-msg "msg.bad.yield"
1381 "yield must be in a function.")
1382
1383 (js2-msg "msg.yield.parenthesized"
1384 "yield expression must be parenthesized.")
1385
1386 ;; NativeGlobal
1387 (js2-msg "msg.cant.call.indirect"
1388 "Function '%s' must be called directly, and not by way of a "
1389 "function of another name.")
1390
1391 (js2-msg "msg.eval.nonstring"
1392 "Calling eval() with anything other than a primitive "
1393 "string value will simply return the value. "
1394 "Is this what you intended?")
1395
1396 (js2-msg "msg.eval.nonstring.strict"
1397 "Calling eval() with anything other than a primitive "
1398 "string value is not allowed in strict mode.")
1399
1400 (js2-msg "msg.bad.destruct.op"
1401 "Invalid destructuring assignment operator")
1402
1403 ;; NativeCall
1404 (js2-msg "msg.only.from.new"
1405 "'%s' may only be invoked from a `new' expression.")
1406
1407 (js2-msg "msg.deprec.ctor"
1408 "The '%s' constructor is deprecated.")
1409
1410 ;; NativeFunction
1411 (js2-msg "msg.no.function.ref.found"
1412 "no source found to decompile function reference %s")
1413
1414 (js2-msg "msg.arg.isnt.array"
1415 "second argument to Function.prototype.apply must be an array")
1416
1417 ;; NativeGlobal
1418 (js2-msg "msg.bad.esc.mask"
1419 "invalid string escape mask")
1420
1421 ;; NativeRegExp
1422 (js2-msg "msg.bad.quant"
1423 "Invalid quantifier %s")
1424
1425 (js2-msg "msg.overlarge.backref"
1426 "Overly large back reference %s")
1427
1428 (js2-msg "msg.overlarge.min"
1429 "Overly large minimum %s")
1430
1431 (js2-msg "msg.overlarge.max"
1432 "Overly large maximum %s")
1433
1434 (js2-msg "msg.zero.quant"
1435 "Zero quantifier %s")
1436
1437 (js2-msg "msg.max.lt.min"
1438 "Maximum %s less than minimum")
1439
1440 (js2-msg "msg.unterm.quant"
1441 "Unterminated quantifier %s")
1442
1443 (js2-msg "msg.unterm.paren"
1444 "Unterminated parenthetical %s")
1445
1446 (js2-msg "msg.unterm.class"
1447 "Unterminated character class %s")
1448
1449 (js2-msg "msg.bad.range"
1450 "Invalid range in character class.")
1451
1452 (js2-msg "msg.trail.backslash"
1453 "Trailing \\ in regular expression.")
1454
1455 (js2-msg "msg.re.unmatched.right.paren"
1456 "unmatched ) in regular expression.")
1457
1458 (js2-msg "msg.no.regexp"
1459 "Regular expressions are not available.")
1460
1461 (js2-msg "msg.bad.backref"
1462 "back-reference exceeds number of capturing parentheses.")
1463
1464 (js2-msg "msg.bad.regexp.compile"
1465 "Only one argument may be specified if the first "
1466 "argument to RegExp.prototype.compile is a RegExp object.")
1467
1468 ;; Parser
1469 (js2-msg "msg.got.syntax.errors"
1470 "Compilation produced %s syntax errors.")
1471
1472 (js2-msg "msg.var.redecl"
1473 "TypeError: redeclaration of var %s.")
1474
1475 (js2-msg "msg.const.redecl"
1476 "TypeError: redeclaration of const %s.")
1477
1478 (js2-msg "msg.let.redecl"
1479 "TypeError: redeclaration of variable %s.")
1480
1481 (js2-msg "msg.parm.redecl"
1482 "TypeError: redeclaration of formal parameter %s.")
1483
1484 (js2-msg "msg.fn.redecl"
1485 "TypeError: redeclaration of function %s.")
1486
1487 (js2-msg "msg.let.decl.not.in.block"
1488 "SyntaxError: let declaration not directly within block")
1489
1490 ;; NodeTransformer
1491 (js2-msg "msg.dup.label"
1492 "duplicated label")
1493
1494 (js2-msg "msg.undef.label"
1495 "undefined label")
1496
1497 (js2-msg "msg.bad.break"
1498 "unlabelled break must be inside loop or switch")
1499
1500 (js2-msg "msg.continue.outside"
1501 "continue must be inside loop")
1502
1503 (js2-msg "msg.continue.nonloop"
1504 "continue can only use labels of iteration statements")
1505
1506 (js2-msg "msg.bad.throw.eol"
1507 "Line terminator is not allowed between the throw "
1508 "keyword and throw expression.")
1509
1510 (js2-msg "msg.unnamed.function.stmt" ; added by js2-mode
1511 "function statement requires a name")
1512
1513 (js2-msg "msg.no.paren.parms"
1514 "missing ( before function parameters.")
1515
1516 (js2-msg "msg.no.parm"
1517 "missing formal parameter")
1518
1519 (js2-msg "msg.no.paren.after.parms"
1520 "missing ) after formal parameters")
1521
1522 (js2-msg "msg.no.default.after.default.param" ; added by js2-mode
1523 "parameter without default follows parameter with default")
1524
1525 (js2-msg "msg.param.after.rest" ; added by js2-mode
1526 "parameter after rest parameter")
1527
1528 (js2-msg "msg.bad.arrow.args" ; added by js2-mode
1529 "invalid arrow-function arguments (parentheses around the arrow-function may help)")
1530
1531 (js2-msg "msg.no.brace.body"
1532 "missing '{' before function body")
1533
1534 (js2-msg "msg.no.brace.after.body"
1535 "missing } after function body")
1536
1537 (js2-msg "msg.no.paren.cond"
1538 "missing ( before condition")
1539
1540 (js2-msg "msg.no.paren.after.cond"
1541 "missing ) after condition")
1542
1543 (js2-msg "msg.no.semi.stmt"
1544 "missing ; before statement")
1545
1546 (js2-msg "msg.missing.semi"
1547 "missing ; after statement")
1548
1549 (js2-msg "msg.no.name.after.dot"
1550 "missing name after . operator")
1551
1552 (js2-msg "msg.no.name.after.coloncolon"
1553 "missing name after :: operator")
1554
1555 (js2-msg "msg.no.name.after.dotdot"
1556 "missing name after .. operator")
1557
1558 (js2-msg "msg.no.name.after.xmlAttr"
1559 "missing name after .@")
1560
1561 (js2-msg "msg.no.bracket.index"
1562 "missing ] in index expression")
1563
1564 (js2-msg "msg.no.paren.switch"
1565 "missing ( before switch expression")
1566
1567 (js2-msg "msg.no.paren.after.switch"
1568 "missing ) after switch expression")
1569
1570 (js2-msg "msg.no.brace.switch"
1571 "missing '{' before switch body")
1572
1573 (js2-msg "msg.bad.switch"
1574 "invalid switch statement")
1575
1576 (js2-msg "msg.no.colon.case"
1577 "missing : after case expression")
1578
1579 (js2-msg "msg.double.switch.default"
1580 "double default label in the switch statement")
1581
1582 (js2-msg "msg.no.while.do"
1583 "missing while after do-loop body")
1584
1585 (js2-msg "msg.no.paren.for"
1586 "missing ( after for")
1587
1588 (js2-msg "msg.no.semi.for"
1589 "missing ; after for-loop initializer")
1590
1591 (js2-msg "msg.no.semi.for.cond"
1592 "missing ; after for-loop condition")
1593
1594 (js2-msg "msg.in.after.for.name"
1595 "missing in or of after for")
1596
1597 (js2-msg "msg.no.paren.for.ctrl"
1598 "missing ) after for-loop control")
1599
1600 (js2-msg "msg.no.paren.with"
1601 "missing ( before with-statement object")
1602
1603 (js2-msg "msg.no.paren.after.with"
1604 "missing ) after with-statement object")
1605
1606 (js2-msg "msg.no.paren.after.let"
1607 "missing ( after let")
1608
1609 (js2-msg "msg.no.paren.let"
1610 "missing ) after variable list")
1611
1612 (js2-msg "msg.no.curly.let"
1613 "missing } after let statement")
1614
1615 (js2-msg "msg.bad.return"
1616 "invalid return")
1617
1618 (js2-msg "msg.no.brace.block"
1619 "missing } in compound statement")
1620
1621 (js2-msg "msg.bad.label"
1622 "invalid label")
1623
1624 (js2-msg "msg.bad.var"
1625 "missing variable name")
1626
1627 (js2-msg "msg.bad.var.init"
1628 "invalid variable initialization")
1629
1630 (js2-msg "msg.no.colon.cond"
1631 "missing : in conditional expression")
1632
1633 (js2-msg "msg.no.paren.arg"
1634 "missing ) after argument list")
1635
1636 (js2-msg "msg.no.bracket.arg"
1637 "missing ] after element list")
1638
1639 (js2-msg "msg.bad.prop"
1640 "invalid property id")
1641
1642 (js2-msg "msg.no.colon.prop"
1643 "missing : after property id")
1644
1645 (js2-msg "msg.no.brace.prop"
1646 "missing } after property list")
1647
1648 (js2-msg "msg.no.paren"
1649 "missing ) in parenthetical")
1650
1651 (js2-msg "msg.reserved.id"
1652 "'%s' is a reserved identifier")
1653
1654 (js2-msg "msg.no.paren.catch"
1655 "missing ( before catch-block condition")
1656
1657 (js2-msg "msg.bad.catchcond"
1658 "invalid catch block condition")
1659
1660 (js2-msg "msg.catch.unreachable"
1661 "any catch clauses following an unqualified catch are unreachable")
1662
1663 (js2-msg "msg.no.brace.try"
1664 "missing '{' before try block")
1665
1666 (js2-msg "msg.no.brace.catchblock"
1667 "missing '{' before catch-block body")
1668
1669 (js2-msg "msg.try.no.catchfinally"
1670 "'try' without 'catch' or 'finally'")
1671
1672 (js2-msg "msg.no.return.value"
1673 "function %s does not always return a value")
1674
1675 (js2-msg "msg.anon.no.return.value"
1676 "anonymous function does not always return a value")
1677
1678 (js2-msg "msg.return.inconsistent"
1679 "return statement is inconsistent with previous usage")
1680
1681 (js2-msg "msg.generator.returns"
1682 "TypeError: legacy generator function '%s' returns a value")
1683
1684 (js2-msg "msg.anon.generator.returns"
1685 "TypeError: anonymous legacy generator function returns a value")
1686
1687 (js2-msg "msg.syntax"
1688 "syntax error")
1689
1690 (js2-msg "msg.unexpected.eof"
1691 "Unexpected end of file")
1692
1693 (js2-msg "msg.XML.bad.form"
1694 "illegally formed XML syntax")
1695
1696 (js2-msg "msg.XML.not.available"
1697 "XML runtime not available")
1698
1699 (js2-msg "msg.too.deep.parser.recursion"
1700 "Too deep recursion while parsing")
1701
1702 (js2-msg "msg.no.side.effects"
1703 "Code has no side effects")
1704
1705 (js2-msg "msg.extra.trailing.comma"
1706 "Trailing comma is not supported in some browsers")
1707
1708 (js2-msg "msg.array.trailing.comma"
1709 "Trailing comma yields different behavior across browsers")
1710
1711 (js2-msg "msg.equal.as.assign"
1712 (concat "Test for equality (==) mistyped as assignment (=)?"
1713 " (parenthesize to suppress warning)"))
1714
1715 (js2-msg "msg.var.hides.arg"
1716 "Variable %s hides argument")
1717
1718 (js2-msg "msg.destruct.assign.no.init"
1719 "Missing = in destructuring declaration")
1720
1721 ;; ScriptRuntime
1722 (js2-msg "msg.no.properties"
1723 "%s has no properties.")
1724
1725 (js2-msg "msg.invalid.iterator"
1726 "Invalid iterator value")
1727
1728 (js2-msg "msg.iterator.primitive"
1729 "__iterator__ returned a primitive value")
1730
1731 (js2-msg "msg.assn.create.strict"
1732 "Assignment to undeclared variable %s")
1733
1734 (js2-msg "msg.undeclared.variable" ; added by js2-mode
1735 "Undeclared variable or function '%s'")
1736
1737 (js2-msg "msg.ref.undefined.prop"
1738 "Reference to undefined property '%s'")
1739
1740 (js2-msg "msg.prop.not.found"
1741 "Property %s not found.")
1742
1743 (js2-msg "msg.invalid.type"
1744 "Invalid JavaScript value of type %s")
1745
1746 (js2-msg "msg.primitive.expected"
1747 "Primitive type expected (had %s instead)")
1748
1749 (js2-msg "msg.namespace.expected"
1750 "Namespace object expected to left of :: (found %s instead)")
1751
1752 (js2-msg "msg.null.to.object"
1753 "Cannot convert null to an object.")
1754
1755 (js2-msg "msg.undef.to.object"
1756 "Cannot convert undefined to an object.")
1757
1758 (js2-msg "msg.cyclic.value"
1759 "Cyclic %s value not allowed.")
1760
1761 (js2-msg "msg.is.not.defined"
1762 "'%s' is not defined.")
1763
1764 (js2-msg "msg.undef.prop.read"
1765 "Cannot read property '%s' from %s")
1766
1767 (js2-msg "msg.undef.prop.write"
1768 "Cannot set property '%s' of %s to '%s'")
1769
1770 (js2-msg "msg.undef.prop.delete"
1771 "Cannot delete property '%s' of %s")
1772
1773 (js2-msg "msg.undef.method.call"
1774 "Cannot call method '%s' of %s")
1775
1776 (js2-msg "msg.undef.with"
1777 "Cannot apply 'with' to %s")
1778
1779 (js2-msg "msg.isnt.function"
1780 "%s is not a function, it is %s.")
1781
1782 (js2-msg "msg.isnt.function.in"
1783 "Cannot call property %s in object %s. "
1784 "It is not a function, it is '%s'.")
1785
1786 (js2-msg "msg.function.not.found"
1787 "Cannot find function %s.")
1788
1789 (js2-msg "msg.function.not.found.in"
1790 "Cannot find function %s in object %s.")
1791
1792 (js2-msg "msg.isnt.xml.object"
1793 "%s is not an xml object.")
1794
1795 (js2-msg "msg.no.ref.to.get"
1796 "%s is not a reference to read reference value.")
1797
1798 (js2-msg "msg.no.ref.to.set"
1799 "%s is not a reference to set reference value to %s.")
1800
1801 (js2-msg "msg.no.ref.from.function"
1802 "Function %s can not be used as the left-hand "
1803 "side of assignment or as an operand of ++ or -- operator.")
1804
1805 (js2-msg "msg.bad.default.value"
1806 "Object's getDefaultValue() method returned an object.")
1807
1808 (js2-msg "msg.instanceof.not.object"
1809 "Can't use instanceof on a non-object.")
1810
1811 (js2-msg "msg.instanceof.bad.prototype"
1812 "'prototype' property of %s is not an object.")
1813
1814 (js2-msg "msg.bad.radix"
1815 "illegal radix %s.")
1816
1817 ;; ScriptableObject
1818 (js2-msg "msg.default.value"
1819 "Cannot find default value for object.")
1820
1821 (js2-msg "msg.zero.arg.ctor"
1822 "Cannot load class '%s' which has no zero-parameter constructor.")
1823
1824 (js2-msg "msg.ctor.multiple.parms"
1825 "Can't define constructor or class %s since more than "
1826 "one constructor has multiple parameters.")
1827
1828 (js2-msg "msg.extend.scriptable"
1829 "%s must extend ScriptableObject in order to define property %s.")
1830
1831 (js2-msg "msg.bad.getter.parms"
1832 "In order to define a property, getter %s must have zero "
1833 "parameters or a single ScriptableObject parameter.")
1834
1835 (js2-msg "msg.obj.getter.parms"
1836 "Expected static or delegated getter %s to take "
1837 "a ScriptableObject parameter.")
1838
1839 (js2-msg "msg.getter.static"
1840 "Getter and setter must both be static or neither be static.")
1841
1842 (js2-msg "msg.setter.return"
1843 "Setter must have void return type: %s")
1844
1845 (js2-msg "msg.setter2.parms"
1846 "Two-parameter setter must take a ScriptableObject as "
1847 "its first parameter.")
1848
1849 (js2-msg "msg.setter1.parms"
1850 "Expected single parameter setter for %s")
1851
1852 (js2-msg "msg.setter2.expected"
1853 "Expected static or delegated setter %s to take two parameters.")
1854
1855 (js2-msg "msg.setter.parms"
1856 "Expected either one or two parameters for setter.")
1857
1858 (js2-msg "msg.setter.bad.type"
1859 "Unsupported parameter type '%s' in setter '%s'.")
1860
1861 (js2-msg "msg.add.sealed"
1862 "Cannot add a property to a sealed object: %s.")
1863
1864 (js2-msg "msg.remove.sealed"
1865 "Cannot remove a property from a sealed object: %s.")
1866
1867 (js2-msg "msg.modify.sealed"
1868 "Cannot modify a property of a sealed object: %s.")
1869
1870 (js2-msg "msg.modify.readonly"
1871 "Cannot modify readonly property: %s.")
1872
1873 ;; TokenStream
1874 (js2-msg "msg.missing.exponent"
1875 "missing exponent")
1876
1877 (js2-msg "msg.caught.nfe"
1878 "number format error")
1879
1880 (js2-msg "msg.unterminated.string.lit"
1881 "unterminated string literal")
1882
1883 (js2-msg "msg.unterminated.comment"
1884 "unterminated comment")
1885
1886 (js2-msg "msg.unterminated.re.lit"
1887 "unterminated regular expression literal")
1888
1889 (js2-msg "msg.invalid.re.flag"
1890 "invalid flag after regular expression")
1891
1892 (js2-msg "msg.no.re.input.for"
1893 "no input for %s")
1894
1895 (js2-msg "msg.illegal.character"
1896 "illegal character")
1897
1898 (js2-msg "msg.invalid.escape"
1899 "invalid Unicode escape sequence")
1900
1901 (js2-msg "msg.bad.namespace"
1902 "not a valid default namespace statement. "
1903 "Syntax is: default xml namespace = EXPRESSION;")
1904
1905 ;; TokensStream warnings
1906 (js2-msg "msg.bad.octal.literal"
1907 "illegal octal literal digit %s; "
1908 "interpreting it as a decimal digit")
1909
1910 (js2-msg "msg.missing.hex.digits"
1911 "missing hexadecimal digits after '0x'")
1912
1913 (js2-msg "msg.missing.binary.digits"
1914 "missing binary digits after '0b'")
1915
1916 (js2-msg "msg.missing.octal.digits"
1917 "missing octal digits after '0o'")
1918
1919 (js2-msg "msg.script.is.not.constructor"
1920 "Script objects are not constructors.")
1921
1922 ;; Arrays
1923 (js2-msg "msg.arraylength.bad"
1924 "Inappropriate array length.")
1925
1926 ;; Arrays
1927 (js2-msg "msg.arraylength.too.big"
1928 "Array length %s exceeds supported capacity limit.")
1929
1930 ;; URI
1931 (js2-msg "msg.bad.uri"
1932 "Malformed URI sequence.")
1933
1934 ;; Number
1935 (js2-msg "msg.bad.precision"
1936 "Precision %s out of range.")
1937
1938 ;; NativeGenerator
1939 (js2-msg "msg.send.newborn"
1940 "Attempt to send value to newborn generator")
1941
1942 (js2-msg "msg.already.exec.gen"
1943 "Already executing generator")
1944
1945 (js2-msg "msg.StopIteration.invalid"
1946 "StopIteration may not be changed to an arbitrary object.")
1947
1948 ;; Interpreter
1949 (js2-msg "msg.yield.closing"
1950 "Yield from closing generator")
1951
1952 ;;; Tokens Buffer
1953
1954 (defconst js2-ti-max-lookahead 2)
1955 (defconst js2-ti-ntokens (1+ js2-ti-max-lookahead))
1956
1957 ;; Have to call `js2-init-scanner' to initialize the values.
1958 (js2-deflocal js2-ti-tokens nil)
1959 (js2-deflocal js2-ti-tokens-cursor nil)
1960 (js2-deflocal js2-ti-lookahead nil)
1961
1962 (defun js2-new-token (offset)
1963 (let ((token (make-js2-token (+ offset js2-ts-cursor))))
1964 (setq js2-ti-tokens-cursor (mod (1+ js2-ti-tokens-cursor) js2-ti-ntokens))
1965 (aset js2-ti-tokens js2-ti-tokens-cursor token)
1966 token))
1967
1968 (defsubst js2-current-token ()
1969 (aref js2-ti-tokens js2-ti-tokens-cursor))
1970
1971 (defsubst js2-current-token-string ()
1972 (js2-token-string (js2-current-token)))
1973
1974 (defsubst js2-current-token-type ()
1975 (js2-token-type (js2-current-token)))
1976
1977 (defsubst js2-current-token-beg ()
1978 (js2-token-beg (js2-current-token)))
1979
1980 (defsubst js2-current-token-end ()
1981 (js2-token-end (js2-current-token)))
1982
1983 (defun js2-current-token-len ()
1984 (let ((token (js2-current-token)))
1985 (- (js2-token-end token)
1986 (js2-token-beg token))))
1987
1988 (defun js2-ts-seek (state)
1989 (setq js2-ts-lineno (js2-ts-state-lineno state)
1990 js2-ts-cursor (js2-ts-state-cursor state)
1991 js2-ti-tokens (js2-ts-state-tokens state)
1992 js2-ti-tokens-cursor (js2-ts-state-tokens-cursor state)
1993 js2-ti-lookahead (js2-ts-state-lookahead state)))
1994
1995 ;;; Utilities
1996
1997 (defun js2-delete-if (predicate list)
1998 "Remove all items satisfying PREDICATE in LIST."
1999 (loop for item in list
2000 if (not (funcall predicate item))
2001 collect item))
2002
2003 (defun js2-position (element list)
2004 "Find 0-indexed position of ELEMENT in LIST comparing with `eq'.
2005 Returns nil if element is not found in the list."
2006 (let ((count 0)
2007 found)
2008 (while (and list (not found))
2009 (if (eq element (car list))
2010 (setq found t)
2011 (setq count (1+ count)
2012 list (cdr list))))
2013 (if found count)))
2014
2015 (defun js2-find-if (predicate list)
2016 "Find first item satisfying PREDICATE in LIST."
2017 (let (result)
2018 (while (and list (not result))
2019 (if (funcall predicate (car list))
2020 (setq result (car list)))
2021 (setq list (cdr list)))
2022 result))
2023
2024 (defmacro js2-time (form)
2025 "Evaluate FORM, discard result, and return elapsed time in sec."
2026 (declare (debug t))
2027 (let ((beg (make-symbol "--js2-time-beg--"))
2028 (delta (make-symbol "--js2-time-end--")))
2029 `(let ((,beg (current-time))
2030 ,delta)
2031 ,form
2032 (/ (truncate (* (- (float-time (current-time))
2033 (float-time ,beg))
2034 10000))
2035 10000.0))))
2036
2037 (defsubst js2-same-line (pos)
2038 "Return t if POS is on the same line as current point."
2039 (and (>= pos (point-at-bol))
2040 (<= pos (point-at-eol))))
2041
2042 (defun js2-code-bug ()
2043 "Signal an error when we encounter an unexpected code path."
2044 (error "failed assertion"))
2045
2046 (defsubst js2-record-text-property (beg end prop value)
2047 "Record a text property to set when parsing finishes."
2048 (push (list beg end prop value) js2-mode-deferred-properties))
2049
2050 ;; I'd like to associate errors with nodes, but for now the
2051 ;; easiest thing to do is get the context info from the last token.
2052 (defun js2-record-parse-error (msg &optional arg pos len)
2053 (push (list (list msg arg)
2054 (or pos (js2-current-token-beg))
2055 (or len (js2-current-token-len)))
2056 js2-parsed-errors))
2057
2058 (defun js2-report-error (msg &optional msg-arg pos len)
2059 "Signal a syntax error or record a parse error."
2060 (if js2-recover-from-parse-errors
2061 (js2-record-parse-error msg msg-arg pos len)
2062 (signal 'js2-syntax-error
2063 (list msg
2064 js2-ts-lineno
2065 (save-excursion
2066 (goto-char js2-ts-cursor)
2067 (current-column))
2068 js2-ts-hit-eof))))
2069
2070 (defun js2-report-warning (msg &optional msg-arg pos len face)
2071 (if js2-compiler-report-warning-as-error
2072 (js2-report-error msg msg-arg pos len)
2073 (push (list (list msg msg-arg)
2074 (or pos (js2-current-token-beg))
2075 (or len (js2-current-token-len))
2076 face)
2077 js2-parsed-warnings)))
2078
2079 (defun js2-add-strict-warning (msg-id &optional msg-arg beg end)
2080 (if js2-compiler-strict-mode
2081 (js2-report-warning msg-id msg-arg beg
2082 (and beg end (- end beg)))))
2083
2084 (put 'js2-syntax-error 'error-conditions
2085 '(error syntax-error js2-syntax-error))
2086 (put 'js2-syntax-error 'error-message "Syntax error")
2087
2088 (put 'js2-parse-error 'error-conditions
2089 '(error parse-error js2-parse-error))
2090 (put 'js2-parse-error 'error-message "Parse error")
2091
2092 (defmacro js2-clear-flag (flags flag)
2093 `(setq ,flags (logand ,flags (lognot ,flag))))
2094
2095 (defmacro js2-set-flag (flags flag)
2096 "Logical-or FLAG into FLAGS."
2097 `(setq ,flags (logior ,flags ,flag)))
2098
2099 (defsubst js2-flag-set-p (flags flag)
2100 (/= 0 (logand flags flag)))
2101
2102 (defsubst js2-flag-not-set-p (flags flag)
2103 (zerop (logand flags flag)))
2104
2105 (defmacro js2-with-underscore-as-word-syntax (&rest body)
2106 "Evaluate BODY with the _ character set to be word-syntax."
2107 (declare (indent 0) (debug t))
2108 (let ((old-syntax (make-symbol "old-syntax")))
2109 `(let ((,old-syntax (string (char-syntax ?_))))
2110 (unwind-protect
2111 (progn
2112 (modify-syntax-entry ?_ "w" js2-mode-syntax-table)
2113 ,@body)
2114 (modify-syntax-entry ?_ ,old-syntax js2-mode-syntax-table)))))
2115
2116 ;;; AST struct and function definitions
2117
2118 ;; flags for ast node property 'member-type (used for e4x operators)
2119 (defvar js2-property-flag #x1 "Property access: element is valid name.")
2120 (defvar js2-attribute-flag #x2 "x.@y or x..@y.")
2121 (defvar js2-descendants-flag #x4 "x..y or x..@i.")
2122
2123 (defsubst js2-relpos (pos anchor)
2124 "Convert POS to be relative to ANCHOR.
2125 If POS is nil, returns nil."
2126 (and pos (- pos anchor)))
2127
2128 (defun js2-make-pad (indent)
2129 (if (zerop indent)
2130 ""
2131 (make-string (* indent js2-basic-offset) ? )))
2132
2133 (defun js2-visit-ast (node callback)
2134 "Visit every node in ast NODE with visitor CALLBACK.
2135
2136 CALLBACK is a function that takes two arguments: (NODE END-P). It is
2137 called twice: once to visit the node, and again after all the node's
2138 children have been processed. The END-P argument is nil on the first
2139 call and non-nil on the second call. The return value of the callback
2140 affects the traversal: if non-nil, the children of NODE are processed.
2141 If the callback returns nil, or if the node has no children, then the
2142 callback is called immediately with a non-nil END-P argument.
2143
2144 The node traversal is approximately lexical-order, although there
2145 are currently no guarantees around this."
2146 (when node
2147 (let ((vfunc (get (aref node 0) 'js2-visitor)))
2148 ;; visit the node
2149 (when (funcall callback node nil)
2150 ;; visit the kids
2151 (cond
2152 ((eq vfunc 'js2-visit-none)
2153 nil) ; don't even bother calling it
2154 ;; Each AST node type has to define a `js2-visitor' function
2155 ;; that takes a node and a callback, and calls `js2-visit-ast'
2156 ;; on each child of the node.
2157 (vfunc
2158 (funcall vfunc node callback))
2159 (t
2160 (error "%s does not define a visitor-traversal function"
2161 (aref node 0)))))
2162 ;; call the end-visit
2163 (funcall callback node t))))
2164
2165 (defstruct (js2-node
2166 (:constructor nil)) ; abstract
2167 "Base AST node type."
2168 (type -1) ; token type
2169 (pos -1) ; start position of this AST node in parsed input
2170 (len 1) ; num characters spanned by the node
2171 props ; optional node property list (an alist)
2172 parent) ; link to parent node; null for root
2173
2174 (defsubst js2-node-get-prop (node prop &optional default)
2175 (or (cadr (assoc prop (js2-node-props node))) default))
2176
2177 (defsubst js2-node-set-prop (node prop value)
2178 (setf (js2-node-props node)
2179 (cons (list prop value) (js2-node-props node))))
2180
2181 (defun js2-fixup-starts (n nodes)
2182 "Adjust the start positions of NODES to be relative to N.
2183 Any node in the list may be nil, for convenience."
2184 (dolist (node nodes)
2185 (when node
2186 (setf (js2-node-pos node) (- (js2-node-pos node)
2187 (js2-node-pos n))))))
2188
2189 (defun js2-node-add-children (parent &rest nodes)
2190 "Set parent node of NODES to PARENT, and return PARENT.
2191 Does nothing if we're not recording parent links.
2192 If any given node in NODES is nil, doesn't record that link."
2193 (js2-fixup-starts parent nodes)
2194 (dolist (node nodes)
2195 (and node
2196 (setf (js2-node-parent node) parent))))
2197
2198 ;; Non-recursive since it's called a frightening number of times.
2199 (defun js2-node-abs-pos (n)
2200 (let ((pos (js2-node-pos n)))
2201 (while (setq n (js2-node-parent n))
2202 (setq pos (+ pos (js2-node-pos n))))
2203 pos))
2204
2205 (defsubst js2-node-abs-end (n)
2206 "Return absolute buffer position of end of N."
2207 (+ (js2-node-abs-pos n) (js2-node-len n)))
2208
2209 ;; It's important to make sure block nodes have a Lisp list for the
2210 ;; child nodes, to limit printing recursion depth in an AST that
2211 ;; otherwise consists of defstruct vectors. Emacs will crash printing
2212 ;; a sufficiently large vector tree.
2213
2214 (defstruct (js2-block-node
2215 (:include js2-node)
2216 (:constructor nil)
2217 (:constructor make-js2-block-node (&key (type js2-BLOCK)
2218 (pos (js2-current-token-beg))
2219 len
2220 props
2221 kids)))
2222 "A block of statements."
2223 kids) ; a Lisp list of the child statement nodes
2224
2225 (put 'cl-struct-js2-block-node 'js2-visitor 'js2-visit-block)
2226 (put 'cl-struct-js2-block-node 'js2-printer 'js2-print-block)
2227
2228 (defun js2-visit-block (ast callback)
2229 "Visit the `js2-block-node' children of AST."
2230 (dolist (kid (js2-block-node-kids ast))
2231 (js2-visit-ast kid callback)))
2232
2233 (defun js2-print-block (n i)
2234 (let ((pad (js2-make-pad i)))
2235 (insert pad "{\n")
2236 (dolist (kid (js2-block-node-kids n))
2237 (js2-print-ast kid (1+ i)))
2238 (insert pad "}")))
2239
2240 (defstruct (js2-scope
2241 (:include js2-block-node)
2242 (:constructor nil)
2243 (:constructor make-js2-scope (&key (type js2-BLOCK)
2244 (pos (js2-current-token-beg))
2245 len
2246 kids)))
2247 ;; The symbol-table is a LinkedHashMap<String,Symbol> in Rhino.
2248 ;; I don't have one of those handy, so I'll use an alist for now.
2249 ;; It's as fast as an emacs hashtable for up to about 50 elements,
2250 ;; and is much lighter-weight to construct (both CPU and mem).
2251 ;; The keys are interned strings (symbols) for faster lookup.
2252 ;; Should switch to hybrid alist/hashtable eventually.
2253 symbol-table ; an alist of (symbol . js2-symbol)
2254 parent-scope ; a `js2-scope'
2255 top) ; top-level `js2-scope' (script/function)
2256
2257 (put 'cl-struct-js2-scope 'js2-visitor 'js2-visit-block)
2258 (put 'cl-struct-js2-scope 'js2-printer 'js2-print-none)
2259
2260 (defun js2-node-get-enclosing-scope (node)
2261 "Return the innermost `js2-scope' node surrounding NODE.
2262 Returns nil if there is no enclosing scope node."
2263 (let ((parent (js2-node-parent node)))
2264 (while (not (js2-scope-p parent))
2265 (setq parent (js2-node-parent parent)))
2266 parent))
2267
2268 (defun js2-get-defining-scope (scope name)
2269 "Search up scope chain from SCOPE looking for NAME, a string or symbol.
2270 Returns `js2-scope' in which NAME is defined, or nil if not found."
2271 (let ((sym (if (symbolp name)
2272 name
2273 (intern name)))
2274 table
2275 result
2276 (continue t))
2277 (while (and scope continue)
2278 (if (and (setq table (js2-scope-symbol-table scope))
2279 (assq sym table))
2280 (setq continue nil
2281 result scope)
2282 (setq scope (js2-scope-parent-scope scope))))
2283 result))
2284
2285 (defun js2-scope-get-symbol (scope name)
2286 "Return symbol table entry for NAME in SCOPE.
2287 NAME can be a string or symbol. Returns a `js2-symbol' or nil if not found."
2288 (and (js2-scope-symbol-table scope)
2289 (cdr (assq (if (symbolp name)
2290 name
2291 (intern name))
2292 (js2-scope-symbol-table scope)))))
2293
2294 (defun js2-scope-put-symbol (scope name symbol)
2295 "Enter SYMBOL into symbol-table for SCOPE under NAME.
2296 NAME can be a Lisp symbol or string. SYMBOL is a `js2-symbol'."
2297 (let* ((table (js2-scope-symbol-table scope))
2298 (sym (if (symbolp name) name (intern name)))
2299 (entry (assq sym table)))
2300 (if entry
2301 (setcdr entry symbol)
2302 (push (cons sym symbol)
2303 (js2-scope-symbol-table scope)))))
2304
2305 (defstruct (js2-symbol
2306 (:constructor nil)
2307 (:constructor make-js2-symbol (decl-type name &optional ast-node)))
2308 "A symbol table entry."
2309 ;; One of js2-FUNCTION, js2-LP (for parameters), js2-VAR,
2310 ;; js2-LET, or js2-CONST
2311 decl-type
2312 name ; string
2313 ast-node) ; a `js2-node'
2314
2315 (defstruct (js2-error-node
2316 (:include js2-node)
2317 (:constructor nil) ; silence emacs21 byte-compiler
2318 (:constructor make-js2-error-node (&key (type js2-ERROR)
2319 (pos (js2-current-token-beg))
2320 len)))
2321 "AST node representing a parse error.")
2322
2323 (put 'cl-struct-js2-error-node 'js2-visitor 'js2-visit-none)
2324 (put 'cl-struct-js2-error-node 'js2-printer 'js2-print-none)
2325
2326 (defstruct (js2-script-node
2327 (:include js2-scope)
2328 (:constructor nil)
2329 (:constructor make-js2-script-node (&key (type js2-SCRIPT)
2330 (pos (js2-current-token-beg))
2331 len
2332 ;; FIXME: What are those?
2333 var-decls
2334 fun-decls)))
2335 functions ; Lisp list of nested functions
2336 regexps ; Lisp list of (string . flags)
2337 symbols ; alist (every symbol gets unique index)
2338 (param-count 0)
2339 var-names ; vector of string names
2340 consts ; bool-vector matching var-decls
2341 (temp-number 0)) ; for generating temp variables
2342
2343 (put 'cl-struct-js2-script-node 'js2-visitor 'js2-visit-block)
2344 (put 'cl-struct-js2-script-node 'js2-printer 'js2-print-script)
2345
2346 (defun js2-print-script (node indent)
2347 (dolist (kid (js2-block-node-kids node))
2348 (js2-print-ast kid indent)))
2349
2350 (defstruct (js2-ast-root
2351 (:include js2-script-node)
2352 (:constructor nil)
2353 (:constructor make-js2-ast-root (&key (type js2-SCRIPT)
2354 (pos (js2-current-token-beg))
2355 len
2356 buffer)))
2357 "The root node of a js2 AST."
2358 buffer ; the source buffer from which the code was parsed
2359 comments ; a Lisp list of comments, ordered by start position
2360 errors ; a Lisp list of errors found during parsing
2361 warnings ; a Lisp list of warnings found during parsing
2362 node-count) ; number of nodes in the tree, including the root
2363
2364 (put 'cl-struct-js2-ast-root 'js2-visitor 'js2-visit-ast-root)
2365 (put 'cl-struct-js2-ast-root 'js2-printer 'js2-print-script)
2366
2367 (defun js2-visit-ast-root (ast callback)
2368 (dolist (kid (js2-ast-root-kids ast))
2369 (js2-visit-ast kid callback))
2370 (dolist (comment (js2-ast-root-comments ast))
2371 (js2-visit-ast comment callback)))
2372
2373 (defstruct (js2-comment-node
2374 (:include js2-node)
2375 (:constructor nil)
2376 (:constructor make-js2-comment-node (&key (type js2-COMMENT)
2377 (pos (js2-current-token-beg))
2378 len
2379 format)))
2380 format) ; 'line, 'block, 'jsdoc or 'html
2381
2382 (put 'cl-struct-js2-comment-node 'js2-visitor 'js2-visit-none)
2383 (put 'cl-struct-js2-comment-node 'js2-printer 'js2-print-comment)
2384
2385 (defun js2-print-comment (n i)
2386 ;; We really ought to link end-of-line comments to their nodes.
2387 ;; Or maybe we could add a new comment type, 'endline.
2388 (insert (js2-make-pad i)
2389 (js2-node-string n)))
2390
2391 (defstruct (js2-expr-stmt-node
2392 (:include js2-node)
2393 (:constructor nil)
2394 (:constructor make-js2-expr-stmt-node (&key (type js2-EXPR_VOID)
2395 (pos js2-ts-cursor)
2396 len
2397 expr)))
2398 "An expression statement."
2399 expr)
2400
2401 (defsubst js2-expr-stmt-node-set-has-result (node)
2402 "Change NODE type to `js2-EXPR_RESULT'. Used for code generation."
2403 (setf (js2-node-type node) js2-EXPR_RESULT))
2404
2405 (put 'cl-struct-js2-expr-stmt-node 'js2-visitor 'js2-visit-expr-stmt-node)
2406 (put 'cl-struct-js2-expr-stmt-node 'js2-printer 'js2-print-expr-stmt-node)
2407
2408 (defun js2-visit-expr-stmt-node (n v)
2409 (js2-visit-ast (js2-expr-stmt-node-expr n) v))
2410
2411 (defun js2-print-expr-stmt-node (n indent)
2412 (js2-print-ast (js2-expr-stmt-node-expr n) indent)
2413 (insert ";\n"))
2414
2415 (defstruct (js2-loop-node
2416 (:include js2-scope)
2417 (:constructor nil))
2418 "Abstract supertype of loop nodes."
2419 body ; a `js2-block-node'
2420 lp ; position of left-paren, nil if omitted
2421 rp) ; position of right-paren, nil if omitted
2422
2423 (defstruct (js2-do-node
2424 (:include js2-loop-node)
2425 (:constructor nil)
2426 (:constructor make-js2-do-node (&key (type js2-DO)
2427 (pos (js2-current-token-beg))
2428 len
2429 body
2430 condition
2431 while-pos
2432 lp
2433 rp)))
2434 "AST node for do-loop."
2435 condition ; while (expression)
2436 while-pos) ; buffer position of 'while' keyword
2437
2438 (put 'cl-struct-js2-do-node 'js2-visitor 'js2-visit-do-node)
2439 (put 'cl-struct-js2-do-node 'js2-printer 'js2-print-do-node)
2440
2441 (defun js2-visit-do-node (n v)
2442 (js2-visit-ast (js2-do-node-body n) v)
2443 (js2-visit-ast (js2-do-node-condition n) v))
2444
2445 (defun js2-print-do-node (n i)
2446 (let ((pad (js2-make-pad i)))
2447 (insert pad "do {\n")
2448 (dolist (kid (js2-block-node-kids (js2-do-node-body n)))
2449 (js2-print-ast kid (1+ i)))
2450 (insert pad "} while (")
2451 (js2-print-ast (js2-do-node-condition n) 0)
2452 (insert ");\n")))
2453
2454 (defstruct (js2-while-node
2455 (:include js2-loop-node)
2456 (:constructor nil)
2457 (:constructor make-js2-while-node (&key (type js2-WHILE)
2458 (pos (js2-current-token-beg))
2459 len body
2460 condition lp
2461 rp)))
2462 "AST node for while-loop."
2463 condition) ; while-condition
2464
2465 (put 'cl-struct-js2-while-node 'js2-visitor 'js2-visit-while-node)
2466 (put 'cl-struct-js2-while-node 'js2-printer 'js2-print-while-node)
2467
2468 (defun js2-visit-while-node (n v)
2469 (js2-visit-ast (js2-while-node-condition n) v)
2470 (js2-visit-ast (js2-while-node-body n) v))
2471
2472 (defun js2-print-while-node (n i)
2473 (let ((pad (js2-make-pad i)))
2474 (insert pad "while (")
2475 (js2-print-ast (js2-while-node-condition n) 0)
2476 (insert ") {\n")
2477 (js2-print-body (js2-while-node-body n) (1+ i))
2478 (insert pad "}\n")))
2479
2480 (defstruct (js2-for-node
2481 (:include js2-loop-node)
2482 (:constructor nil)
2483 (:constructor make-js2-for-node (&key (type js2-FOR)
2484 (pos js2-ts-cursor)
2485 len body init
2486 condition
2487 update lp rp)))
2488 "AST node for a C-style for-loop."
2489 init ; initialization expression
2490 condition ; loop condition
2491 update) ; update clause
2492
2493 (put 'cl-struct-js2-for-node 'js2-visitor 'js2-visit-for-node)
2494 (put 'cl-struct-js2-for-node 'js2-printer 'js2-print-for-node)
2495
2496 (defun js2-visit-for-node (n v)
2497 (js2-visit-ast (js2-for-node-init n) v)
2498 (js2-visit-ast (js2-for-node-condition n) v)
2499 (js2-visit-ast (js2-for-node-update n) v)
2500 (js2-visit-ast (js2-for-node-body n) v))
2501
2502 (defun js2-print-for-node (n i)
2503 (let ((pad (js2-make-pad i)))
2504 (insert pad "for (")
2505 (js2-print-ast (js2-for-node-init n) 0)
2506 (insert "; ")
2507 (js2-print-ast (js2-for-node-condition n) 0)
2508 (insert "; ")
2509 (js2-print-ast (js2-for-node-update n) 0)
2510 (insert ") {\n")
2511 (js2-print-body (js2-for-node-body n) (1+ i))
2512 (insert pad "}\n")))
2513
2514 (defstruct (js2-for-in-node
2515 (:include js2-loop-node)
2516 (:constructor nil)
2517 (:constructor make-js2-for-in-node (&key (type js2-FOR)
2518 (pos js2-ts-cursor)
2519 len body
2520 iterator
2521 object
2522 in-pos
2523 each-pos
2524 foreach-p forof-p
2525 lp rp)))
2526 "AST node for a for..in loop."
2527 iterator ; [var] foo in ...
2528 object ; object over which we're iterating
2529 in-pos ; buffer position of 'in' keyword
2530 each-pos ; buffer position of 'each' keyword, if foreach-p
2531 foreach-p ; t if it's a for-each loop
2532 forof-p) ; t if it's a for-of loop
2533
2534 (put 'cl-struct-js2-for-in-node 'js2-visitor 'js2-visit-for-in-node)
2535 (put 'cl-struct-js2-for-in-node 'js2-printer 'js2-print-for-in-node)
2536
2537 (defun js2-visit-for-in-node (n v)
2538 (js2-visit-ast (js2-for-in-node-iterator n) v)
2539 (js2-visit-ast (js2-for-in-node-object n) v)
2540 (js2-visit-ast (js2-for-in-node-body n) v))
2541
2542 (defun js2-print-for-in-node (n i)
2543 (let ((pad (js2-make-pad i))
2544 (foreach (js2-for-in-node-foreach-p n))
2545 (forof (js2-for-in-node-forof-p n)))
2546 (insert pad "for ")
2547 (if foreach
2548 (insert "each "))
2549 (insert "(")
2550 (js2-print-ast (js2-for-in-node-iterator n) 0)
2551 (insert (if forof " of " " in "))
2552 (js2-print-ast (js2-for-in-node-object n) 0)
2553 (insert ") {\n")
2554 (js2-print-body (js2-for-in-node-body n) (1+ i))
2555 (insert pad "}\n")))
2556
2557 (defstruct (js2-return-node
2558 (:include js2-node)
2559 (:constructor nil)
2560 (:constructor make-js2-return-node (&key (type js2-RETURN)
2561 (pos js2-ts-cursor)
2562 len
2563 retval)))
2564 "AST node for a return statement."
2565 retval) ; expression to return, or 'undefined
2566
2567 (put 'cl-struct-js2-return-node 'js2-visitor 'js2-visit-return-node)
2568 (put 'cl-struct-js2-return-node 'js2-printer 'js2-print-return-node)
2569
2570 (defun js2-visit-return-node (n v)
2571 (js2-visit-ast (js2-return-node-retval n) v))
2572
2573 (defun js2-print-return-node (n i)
2574 (insert (js2-make-pad i) "return")
2575 (when (js2-return-node-retval n)
2576 (insert " ")
2577 (js2-print-ast (js2-return-node-retval n) 0))
2578 (insert ";\n"))
2579
2580 (defstruct (js2-if-node
2581 (:include js2-node)
2582 (:constructor nil)
2583 (:constructor make-js2-if-node (&key (type js2-IF)
2584 (pos js2-ts-cursor)
2585 len condition
2586 then-part
2587 else-pos
2588 else-part lp
2589 rp)))
2590 "AST node for an if-statement."
2591 condition ; expression
2592 then-part ; statement or block
2593 else-pos ; optional buffer position of 'else' keyword
2594 else-part ; optional statement or block
2595 lp ; position of left-paren, nil if omitted
2596 rp) ; position of right-paren, nil if omitted
2597
2598 (put 'cl-struct-js2-if-node 'js2-visitor 'js2-visit-if-node)
2599 (put 'cl-struct-js2-if-node 'js2-printer 'js2-print-if-node)
2600
2601 (defun js2-visit-if-node (n v)
2602 (js2-visit-ast (js2-if-node-condition n) v)
2603 (js2-visit-ast (js2-if-node-then-part n) v)
2604 (js2-visit-ast (js2-if-node-else-part n) v))
2605
2606 (defun js2-print-if-node (n i)
2607 (let ((pad (js2-make-pad i))
2608 (then-part (js2-if-node-then-part n))
2609 (else-part (js2-if-node-else-part n)))
2610 (insert pad "if (")
2611 (js2-print-ast (js2-if-node-condition n) 0)
2612 (insert ") {\n")
2613 (js2-print-body then-part (1+ i))
2614 (insert pad "}")
2615 (cond
2616 ((not else-part)
2617 (insert "\n"))
2618 ((js2-if-node-p else-part)
2619 (insert " else ")
2620 (js2-print-body else-part i))
2621 (t
2622 (insert " else {\n")
2623 (js2-print-body else-part (1+ i))
2624 (insert pad "}\n")))))
2625
2626 (defstruct (js2-try-node
2627 (:include js2-node)
2628 (:constructor nil)
2629 (:constructor make-js2-try-node (&key (type js2-TRY)
2630 (pos js2-ts-cursor)
2631 len
2632 try-block
2633 catch-clauses
2634 finally-block)))
2635 "AST node for a try-statement."
2636 try-block
2637 catch-clauses ; a Lisp list of `js2-catch-node'
2638 finally-block) ; a `js2-finally-node'
2639
2640 (put 'cl-struct-js2-try-node 'js2-visitor 'js2-visit-try-node)
2641 (put 'cl-struct-js2-try-node 'js2-printer 'js2-print-try-node)
2642
2643 (defun js2-visit-try-node (n v)
2644 (js2-visit-ast (js2-try-node-try-block n) v)
2645 (dolist (clause (js2-try-node-catch-clauses n))
2646 (js2-visit-ast clause v))
2647 (js2-visit-ast (js2-try-node-finally-block n) v))
2648
2649 (defun js2-print-try-node (n i)
2650 (let ((pad (js2-make-pad i))
2651 (catches (js2-try-node-catch-clauses n))
2652 (finally (js2-try-node-finally-block n)))
2653 (insert pad "try {\n")
2654 (js2-print-body (js2-try-node-try-block n) (1+ i))
2655 (insert pad "}")
2656 (when catches
2657 (dolist (catch catches)
2658 (js2-print-ast catch i)))
2659 (if finally
2660 (js2-print-ast finally i)
2661 (insert "\n"))))
2662
2663 (defstruct (js2-catch-node
2664 (:include js2-node)
2665 (:constructor nil)
2666 (:constructor make-js2-catch-node (&key (type js2-CATCH)
2667 (pos js2-ts-cursor)
2668 len
2669 param
2670 guard-kwd
2671 guard-expr
2672 block lp
2673 rp)))
2674 "AST node for a catch clause."
2675 param ; destructuring form or simple name node
2676 guard-kwd ; relative buffer position of "if" in "catch (x if ...)"
2677 guard-expr ; catch condition, a `js2-node'
2678 block ; statements, a `js2-block-node'
2679 lp ; buffer position of left-paren, nil if omitted
2680 rp) ; buffer position of right-paren, nil if omitted
2681
2682 (put 'cl-struct-js2-catch-node 'js2-visitor 'js2-visit-catch-node)
2683 (put 'cl-struct-js2-catch-node 'js2-printer 'js2-print-catch-node)
2684
2685 (defun js2-visit-catch-node (n v)
2686 (js2-visit-ast (js2-catch-node-param n) v)
2687 (when (js2-catch-node-guard-kwd n)
2688 (js2-visit-ast (js2-catch-node-guard-expr n) v))
2689 (js2-visit-ast (js2-catch-node-block n) v))
2690
2691 (defun js2-print-catch-node (n i)
2692 (let ((pad (js2-make-pad i))
2693 (guard-kwd (js2-catch-node-guard-kwd n))
2694 (guard-expr (js2-catch-node-guard-expr n)))
2695 (insert " catch (")
2696 (js2-print-ast (js2-catch-node-param n) 0)
2697 (when guard-kwd
2698 (insert " if ")
2699 (js2-print-ast guard-expr 0))
2700 (insert ") {\n")
2701 (js2-print-body (js2-catch-node-block n) (1+ i))
2702 (insert pad "}")))
2703
2704 (defstruct (js2-finally-node
2705 (:include js2-node)
2706 (:constructor nil)
2707 (:constructor make-js2-finally-node (&key (type js2-FINALLY)
2708 (pos js2-ts-cursor)
2709 len body)))
2710 "AST node for a finally clause."
2711 body) ; a `js2-node', often but not always a block node
2712
2713 (put 'cl-struct-js2-finally-node 'js2-visitor 'js2-visit-finally-node)
2714 (put 'cl-struct-js2-finally-node 'js2-printer 'js2-print-finally-node)
2715
2716 (defun js2-visit-finally-node (n v)
2717 (js2-visit-ast (js2-finally-node-body n) v))
2718
2719 (defun js2-print-finally-node (n i)
2720 (let ((pad (js2-make-pad i)))
2721 (insert " finally {\n")
2722 (js2-print-body (js2-finally-node-body n) (1+ i))
2723 (insert pad "}\n")))
2724
2725 (defstruct (js2-switch-node
2726 (:include js2-node)
2727 (:constructor nil)
2728 (:constructor make-js2-switch-node (&key (type js2-SWITCH)
2729 (pos js2-ts-cursor)
2730 len
2731 discriminant
2732 cases lp
2733 rp)))
2734 "AST node for a switch statement."
2735 discriminant ; a `js2-node' (switch expression)
2736 cases ; a Lisp list of `js2-case-node'
2737 lp ; position of open-paren for discriminant, nil if omitted
2738 rp) ; position of close-paren for discriminant, nil if omitted
2739
2740 (put 'cl-struct-js2-switch-node 'js2-visitor 'js2-visit-switch-node)
2741 (put 'cl-struct-js2-switch-node 'js2-printer 'js2-print-switch-node)
2742
2743 (defun js2-visit-switch-node (n v)
2744 (js2-visit-ast (js2-switch-node-discriminant n) v)
2745 (dolist (c (js2-switch-node-cases n))
2746 (js2-visit-ast c v)))
2747
2748 (defun js2-print-switch-node (n i)
2749 (let ((pad (js2-make-pad i))
2750 (cases (js2-switch-node-cases n)))
2751 (insert pad "switch (")
2752 (js2-print-ast (js2-switch-node-discriminant n) 0)
2753 (insert ") {\n")
2754 (dolist (case cases)
2755 (js2-print-ast case i))
2756 (insert pad "}\n")))
2757
2758 (defstruct (js2-case-node
2759 (:include js2-block-node)
2760 (:constructor nil)
2761 (:constructor make-js2-case-node (&key (type js2-CASE)
2762 (pos js2-ts-cursor)
2763 len kids expr)))
2764 "AST node for a case clause of a switch statement."
2765 expr) ; the case expression (nil for default)
2766
2767 (put 'cl-struct-js2-case-node 'js2-visitor 'js2-visit-case-node)
2768 (put 'cl-struct-js2-case-node 'js2-printer 'js2-print-case-node)
2769
2770 (defun js2-visit-case-node (n v)
2771 (js2-visit-ast (js2-case-node-expr n) v)
2772 (js2-visit-block n v))
2773
2774 (defun js2-print-case-node (n i)
2775 (let ((pad (js2-make-pad i))
2776 (expr (js2-case-node-expr n)))
2777 (insert pad)
2778 (if (null expr)
2779 (insert "default:\n")
2780 (insert "case ")
2781 (js2-print-ast expr 0)
2782 (insert ":\n"))
2783 (dolist (kid (js2-case-node-kids n))
2784 (js2-print-ast kid (1+ i)))))
2785
2786 (defstruct (js2-throw-node
2787 (:include js2-node)
2788 (:constructor nil)
2789 (:constructor make-js2-throw-node (&key (type js2-THROW)
2790 (pos js2-ts-cursor)
2791 len expr)))
2792 "AST node for a throw statement."
2793 expr) ; the expression to throw
2794
2795 (put 'cl-struct-js2-throw-node 'js2-visitor 'js2-visit-throw-node)
2796 (put 'cl-struct-js2-throw-node 'js2-printer 'js2-print-throw-node)
2797
2798 (defun js2-visit-throw-node (n v)
2799 (js2-visit-ast (js2-throw-node-expr n) v))
2800
2801 (defun js2-print-throw-node (n i)
2802 (insert (js2-make-pad i) "throw ")
2803 (js2-print-ast (js2-throw-node-expr n) 0)
2804 (insert ";\n"))
2805
2806 (defstruct (js2-with-node
2807 (:include js2-node)
2808 (:constructor nil)
2809 (:constructor make-js2-with-node (&key (type js2-WITH)
2810 (pos js2-ts-cursor)
2811 len object
2812 body lp rp)))
2813 "AST node for a with-statement."
2814 object
2815 body
2816 lp ; buffer position of left-paren around object, nil if omitted
2817 rp) ; buffer position of right-paren around object, nil if omitted
2818
2819 (put 'cl-struct-js2-with-node 'js2-visitor 'js2-visit-with-node)
2820 (put 'cl-struct-js2-with-node 'js2-printer 'js2-print-with-node)
2821
2822 (defun js2-visit-with-node (n v)
2823 (js2-visit-ast (js2-with-node-object n) v)
2824 (js2-visit-ast (js2-with-node-body n) v))
2825
2826 (defun js2-print-with-node (n i)
2827 (let ((pad (js2-make-pad i)))
2828 (insert pad "with (")
2829 (js2-print-ast (js2-with-node-object n) 0)
2830 (insert ") {\n")
2831 (js2-print-body (js2-with-node-body n) (1+ i))
2832 (insert pad "}\n")))
2833
2834 (defstruct (js2-label-node
2835 (:include js2-node)
2836 (:constructor nil)
2837 (:constructor make-js2-label-node (&key (type js2-LABEL)
2838 (pos js2-ts-cursor)
2839 len name)))
2840 "AST node for a statement label or case label."
2841 name ; a string
2842 loop) ; for validating and code-generating continue-to-label
2843
2844 (put 'cl-struct-js2-label-node 'js2-visitor 'js2-visit-none)
2845 (put 'cl-struct-js2-label-node 'js2-printer 'js2-print-label)
2846
2847 (defun js2-print-label (n i)
2848 (insert (js2-make-pad i)
2849 (js2-label-node-name n)
2850 ":\n"))
2851
2852 (defstruct (js2-labeled-stmt-node
2853 (:include js2-node)
2854 (:constructor nil)
2855 ;; type needs to be in `js2-side-effecting-tokens' to avoid spurious
2856 ;; no-side-effects warnings, hence js2-EXPR_RESULT.
2857 (:constructor make-js2-labeled-stmt-node (&key (type js2-EXPR_RESULT)
2858 (pos js2-ts-cursor)
2859 len labels stmt)))
2860 "AST node for a statement with one or more labels.
2861 Multiple labels for a statement are collapsed into the labels field."
2862 labels ; Lisp list of `js2-label-node'
2863 stmt) ; the statement these labels are for
2864
2865 (put 'cl-struct-js2-labeled-stmt-node 'js2-visitor 'js2-visit-labeled-stmt)
2866 (put 'cl-struct-js2-labeled-stmt-node 'js2-printer 'js2-print-labeled-stmt)
2867
2868 (defun js2-get-label-by-name (lbl-stmt name)
2869 "Return a `js2-label-node' by NAME from LBL-STMT's labels list.
2870 Returns nil if no such label is in the list."
2871 (let ((label-list (js2-labeled-stmt-node-labels lbl-stmt))
2872 result)
2873 (while (and label-list (not result))
2874 (if (string= (js2-label-node-name (car label-list)) name)
2875 (setq result (car label-list))
2876 (setq label-list (cdr label-list))))
2877 result))
2878
2879 (defun js2-visit-labeled-stmt (n v)
2880 (dolist (label (js2-labeled-stmt-node-labels n))
2881 (js2-visit-ast label v))
2882 (js2-visit-ast (js2-labeled-stmt-node-stmt n) v))
2883
2884 (defun js2-print-labeled-stmt (n i)
2885 (dolist (label (js2-labeled-stmt-node-labels n))
2886 (js2-print-ast label i))
2887 (js2-print-ast (js2-labeled-stmt-node-stmt n) i))
2888
2889 (defun js2-labeled-stmt-node-contains (node label)
2890 "Return t if NODE contains LABEL in its label set.
2891 NODE is a `js2-labels-node'. LABEL is an identifier."
2892 (loop for nl in (js2-labeled-stmt-node-labels node)
2893 if (string= label (js2-label-node-name nl))
2894 return t
2895 finally return nil))
2896
2897 (defsubst js2-labeled-stmt-node-add-label (node label)
2898 "Add a `js2-label-node' to the label set for this statement."
2899 (setf (js2-labeled-stmt-node-labels node)
2900 (nconc (js2-labeled-stmt-node-labels node) (list label))))
2901
2902 (defstruct (js2-jump-node
2903 (:include js2-node)
2904 (:constructor nil))
2905 "Abstract supertype of break and continue nodes."
2906 label ; `js2-name-node' for location of label identifier, if present
2907 target) ; target js2-labels-node or loop/switch statement
2908
2909 (defun js2-visit-jump-node (n v)
2910 ;; We don't visit the target, since it's a back-link.
2911 (js2-visit-ast (js2-jump-node-label n) v))
2912
2913 (defstruct (js2-break-node
2914 (:include js2-jump-node)
2915 (:constructor nil)
2916 (:constructor make-js2-break-node (&key (type js2-BREAK)
2917 (pos js2-ts-cursor)
2918 len label target)))
2919 "AST node for a break statement.
2920 The label field is a `js2-name-node', possibly nil, for the named label
2921 if provided. E.g. in 'break foo', it represents 'foo'. The target field
2922 is the target of the break - a label node or enclosing loop/switch statement.")
2923
2924 (put 'cl-struct-js2-break-node 'js2-visitor 'js2-visit-jump-node)
2925 (put 'cl-struct-js2-break-node 'js2-printer 'js2-print-break-node)
2926
2927 (defun js2-print-break-node (n i)
2928 (insert (js2-make-pad i) "break")
2929 (when (js2-break-node-label n)
2930 (insert " ")
2931 (js2-print-ast (js2-break-node-label n) 0))
2932 (insert ";\n"))
2933
2934 (defstruct (js2-continue-node
2935 (:include js2-jump-node)
2936 (:constructor nil)
2937 (:constructor make-js2-continue-node (&key (type js2-CONTINUE)
2938 (pos js2-ts-cursor)
2939 len label target)))
2940 "AST node for a continue statement.
2941 The label field is the user-supplied enclosing label name, a `js2-name-node'.
2942 It is nil if continue specifies no label. The target field is the jump target:
2943 a `js2-label-node' or the innermost enclosing loop.")
2944
2945 (put 'cl-struct-js2-continue-node 'js2-visitor 'js2-visit-jump-node)
2946 (put 'cl-struct-js2-continue-node 'js2-printer 'js2-print-continue-node)
2947
2948 (defun js2-print-continue-node (n i)
2949 (insert (js2-make-pad i) "continue")
2950 (when (js2-continue-node-label n)
2951 (insert " ")
2952 (js2-print-ast (js2-continue-node-label n) 0))
2953 (insert ";\n"))
2954
2955 (defstruct (js2-function-node
2956 (:include js2-script-node)
2957 (:constructor nil)
2958 (:constructor make-js2-function-node (&key (type js2-FUNCTION)
2959 (pos js2-ts-cursor)
2960 len
2961 (ftype 'FUNCTION)
2962 (form 'FUNCTION_STATEMENT)
2963 (name "")
2964 params rest-p
2965 body
2966 generator-type
2967 lp rp)))
2968 "AST node for a function declaration.
2969 The `params' field is a Lisp list of nodes. Each node is either a simple
2970 `js2-name-node', or if it's a destructuring-assignment parameter, a
2971 `js2-array-node' or `js2-object-node'."
2972 ftype ; FUNCTION, GETTER or SETTER
2973 form ; FUNCTION_{STATEMENT|EXPRESSION|ARROW}
2974 name ; function name (a `js2-name-node', or nil if anonymous)
2975 params ; a Lisp list of destructuring forms or simple name nodes
2976 rest-p ; if t, the last parameter is rest parameter
2977 body ; a `js2-block-node' or expression node (1.8 only)
2978 lp ; position of arg-list open-paren, or nil if omitted
2979 rp ; position of arg-list close-paren, or nil if omitted
2980 ignore-dynamic ; ignore value of the dynamic-scope flag (interpreter only)
2981 needs-activation ; t if we need an activation object for this frame
2982 generator-type ; STAR, LEGACY, COMPREHENSION or nil
2983 member-expr) ; nonstandard Ecma extension from Rhino
2984
2985 (put 'cl-struct-js2-function-node 'js2-visitor 'js2-visit-function-node)
2986 (put 'cl-struct-js2-function-node 'js2-printer 'js2-print-function-node)
2987
2988 (defun js2-visit-function-node (n v)
2989 (js2-visit-ast (js2-function-node-name n) v)
2990 (dolist (p (js2-function-node-params n))
2991 (js2-visit-ast p v))
2992 (js2-visit-ast (js2-function-node-body n) v))
2993
2994 (defun js2-print-function-node (n i)
2995 (let* ((pad (js2-make-pad i))
2996 (getter (js2-node-get-prop n 'GETTER_SETTER))
2997 (name (or (js2-function-node-name n)
2998 (js2-function-node-member-expr n)))
2999 (params (js2-function-node-params n))
3000 (arrow (eq (js2-function-node-form n) 'FUNCTION_ARROW))
3001 (rest-p (js2-function-node-rest-p n))
3002 (body (js2-function-node-body n))
3003 (expr (not (eq (js2-function-node-form n) 'FUNCTION_STATEMENT))))
3004 (unless (or getter arrow)
3005 (insert pad "function")
3006 (when (eq (js2-function-node-generator-type n) 'STAR)
3007 (insert "*")))
3008 (when name
3009 (insert " ")
3010 (js2-print-ast name 0))
3011 (insert "(")
3012 (loop with len = (length params)
3013 for param in params
3014 for count from 1
3015 do
3016 (when (and rest-p (= count len))
3017 (insert "..."))
3018 (js2-print-ast param 0)
3019 (when (< count len)
3020 (insert ", ")))
3021 (insert ") ")
3022 (when arrow
3023 (insert "=> "))
3024 (insert "{")
3025 ;; TODO: fix this to be smarter about indenting, etc.
3026 (unless expr
3027 (insert "\n"))
3028 (if (js2-block-node-p body)
3029 (js2-print-body body (1+ i))
3030 (js2-print-ast body 0))
3031 (insert pad "}")
3032 (unless expr
3033 (insert "\n"))))
3034
3035 (defun js2-function-name (node)
3036 "Return function name for NODE, a `js2-function-node', or nil if anonymous."
3037 (and (js2-function-node-name node)
3038 (js2-name-node-name (js2-function-node-name node))))
3039
3040 ;; Having this be an expression node makes it more flexible.
3041 ;; There are IDE contexts, such as indentation in a for-loop initializer,
3042 ;; that work better if you assume it's an expression. Whenever we have
3043 ;; a standalone var/const declaration, we just wrap with an expr stmt.
3044 ;; Eclipse apparently screwed this up and now has two versions, expr and stmt.
3045 (defstruct (js2-var-decl-node
3046 (:include js2-node)
3047 (:constructor nil)
3048 (:constructor make-js2-var-decl-node (&key (type js2-VAR)
3049 (pos (js2-current-token-beg))
3050 len kids
3051 decl-type)))
3052 "AST node for a variable declaration list (VAR, CONST or LET).
3053 The node bounds differ depending on the declaration type. For VAR or
3054 CONST declarations, the bounds include the var/const keyword. For LET
3055 declarations, the node begins at the position of the first child."
3056 kids ; a Lisp list of `js2-var-init-node' structs.
3057 decl-type) ; js2-VAR, js2-CONST or js2-LET
3058
3059 (put 'cl-struct-js2-var-decl-node 'js2-visitor 'js2-visit-var-decl)
3060 (put 'cl-struct-js2-var-decl-node 'js2-printer 'js2-print-var-decl)
3061
3062 (defun js2-visit-var-decl (n v)
3063 (dolist (kid (js2-var-decl-node-kids n))
3064 (js2-visit-ast kid v)))
3065
3066 (defun js2-print-var-decl (n i)
3067 (let ((pad (js2-make-pad i))
3068 (tt (js2-var-decl-node-decl-type n)))
3069 (insert pad)
3070 (insert (cond
3071 ((= tt js2-VAR) "var ")
3072 ((= tt js2-LET) "let ")
3073 ((= tt js2-CONST) "const ")
3074 (t
3075 (error "malformed var-decl node"))))
3076 (loop with kids = (js2-var-decl-node-kids n)
3077 with len = (length kids)
3078 for kid in kids
3079 for count from 1
3080 do
3081 (js2-print-ast kid 0)
3082 (if (< count len)
3083 (insert ", ")))))
3084
3085 (defstruct (js2-var-init-node
3086 (:include js2-node)
3087 (:constructor nil)
3088 (:constructor make-js2-var-init-node (&key (type js2-VAR)
3089 (pos js2-ts-cursor)
3090 len target
3091 initializer)))
3092 "AST node for a variable declaration.
3093 The type field will be js2-CONST for a const decl."
3094 target ; `js2-name-node', `js2-object-node', or `js2-array-node'
3095 initializer) ; initializer expression, a `js2-node'
3096
3097 (put 'cl-struct-js2-var-init-node 'js2-visitor 'js2-visit-var-init-node)
3098 (put 'cl-struct-js2-var-init-node 'js2-printer 'js2-print-var-init-node)
3099
3100 (defun js2-visit-var-init-node (n v)
3101 (js2-visit-ast (js2-var-init-node-target n) v)
3102 (js2-visit-ast (js2-var-init-node-initializer n) v))
3103
3104 (defun js2-print-var-init-node (n i)
3105 (let ((pad (js2-make-pad i))
3106 (name (js2-var-init-node-target n))
3107 (init (js2-var-init-node-initializer n)))
3108 (insert pad)
3109 (js2-print-ast name 0)
3110 (when init
3111 (insert " = ")
3112 (js2-print-ast init 0))))
3113
3114 (defstruct (js2-cond-node
3115 (:include js2-node)
3116 (:constructor nil)
3117 (:constructor make-js2-cond-node (&key (type js2-HOOK)
3118 (pos js2-ts-cursor)
3119 len
3120 test-expr
3121 true-expr
3122 false-expr
3123 q-pos c-pos)))
3124 "AST node for the ternary operator"
3125 test-expr
3126 true-expr
3127 false-expr
3128 q-pos ; buffer position of ?
3129 c-pos) ; buffer position of :
3130
3131 (put 'cl-struct-js2-cond-node 'js2-visitor 'js2-visit-cond-node)
3132 (put 'cl-struct-js2-cond-node 'js2-printer 'js2-print-cond-node)
3133
3134 (defun js2-visit-cond-node (n v)
3135 (js2-visit-ast (js2-cond-node-test-expr n) v)
3136 (js2-visit-ast (js2-cond-node-true-expr n) v)
3137 (js2-visit-ast (js2-cond-node-false-expr n) v))
3138
3139 (defun js2-print-cond-node (n i)
3140 (let ((pad (js2-make-pad i)))
3141 (insert pad)
3142 (js2-print-ast (js2-cond-node-test-expr n) 0)
3143 (insert " ? ")
3144 (js2-print-ast (js2-cond-node-true-expr n) 0)
3145 (insert " : ")
3146 (js2-print-ast (js2-cond-node-false-expr n) 0)))
3147
3148 (defstruct (js2-infix-node
3149 (:include js2-node)
3150 (:constructor nil)
3151 (:constructor make-js2-infix-node (&key type
3152 (pos js2-ts-cursor)
3153 len op-pos
3154 left right)))
3155 "Represents infix expressions.
3156 Includes assignment ops like `|=', and the comma operator.
3157 The type field inherited from `js2-node' holds the operator."
3158 op-pos ; buffer position where operator begins
3159 left ; any `js2-node'
3160 right) ; any `js2-node'
3161
3162 (put 'cl-struct-js2-infix-node 'js2-visitor 'js2-visit-infix-node)
3163 (put 'cl-struct-js2-infix-node 'js2-printer 'js2-print-infix-node)
3164
3165 (defun js2-visit-infix-node (n v)
3166 (js2-visit-ast (js2-infix-node-left n) v)
3167 (js2-visit-ast (js2-infix-node-right n) v))
3168
3169 (defconst js2-operator-tokens
3170 (let ((table (make-hash-table :test 'eq))
3171 (tokens
3172 (list (cons js2-IN "in")
3173 (cons js2-TYPEOF "typeof")
3174 (cons js2-INSTANCEOF "instanceof")
3175 (cons js2-DELPROP "delete")
3176 (cons js2-COMMA ",")
3177 (cons js2-COLON ":")
3178 (cons js2-OR "||")
3179 (cons js2-AND "&&")
3180 (cons js2-INC "++")
3181 (cons js2-DEC "--")
3182 (cons js2-BITOR "|")
3183 (cons js2-BITXOR "^")
3184 (cons js2-BITAND "&")
3185 (cons js2-EQ "==")
3186 (cons js2-NE "!=")
3187 (cons js2-LT "<")
3188 (cons js2-LE "<=")
3189 (cons js2-GT ">")
3190 (cons js2-GE ">=")
3191 (cons js2-LSH "<<")
3192 (cons js2-RSH ">>")
3193 (cons js2-URSH ">>>")
3194 (cons js2-ADD "+") ; infix plus
3195 (cons js2-SUB "-") ; infix minus
3196 (cons js2-MUL "*")
3197 (cons js2-DIV "/")
3198 (cons js2-MOD "%")
3199 (cons js2-NOT "!")
3200 (cons js2-BITNOT "~")
3201 (cons js2-POS "+") ; unary plus
3202 (cons js2-NEG "-") ; unary minus
3203 (cons js2-TRIPLEDOT "...")
3204 (cons js2-SHEQ "===") ; shallow equality
3205 (cons js2-SHNE "!==") ; shallow inequality
3206 (cons js2-ASSIGN "=")
3207 (cons js2-ASSIGN_BITOR "|=")
3208 (cons js2-ASSIGN_BITXOR "^=")
3209 (cons js2-ASSIGN_BITAND "&=")
3210 (cons js2-ASSIGN_LSH "<<=")
3211 (cons js2-ASSIGN_RSH ">>=")
3212 (cons js2-ASSIGN_URSH ">>>=")
3213 (cons js2-ASSIGN_ADD "+=")
3214 (cons js2-ASSIGN_SUB "-=")
3215 (cons js2-ASSIGN_MUL "*=")
3216 (cons js2-ASSIGN_DIV "/=")
3217 (cons js2-ASSIGN_MOD "%="))))
3218 (loop for (k . v) in tokens do
3219 (puthash k v table))
3220 table))
3221
3222 (defun js2-print-infix-node (n i)
3223 (let* ((tt (js2-node-type n))
3224 (op (gethash tt js2-operator-tokens)))
3225 (unless op
3226 (error "unrecognized infix operator %s" (js2-node-type n)))
3227 (insert (js2-make-pad i))
3228 (js2-print-ast (js2-infix-node-left n) 0)
3229 (unless (= tt js2-COMMA)
3230 (insert " "))
3231 (insert op)
3232 (insert " ")
3233 (js2-print-ast (js2-infix-node-right n) 0)))
3234
3235 (defstruct (js2-assign-node
3236 (:include js2-infix-node)
3237 (:constructor nil)
3238 (:constructor make-js2-assign-node (&key type
3239 (pos js2-ts-cursor)
3240 len op-pos
3241 left right)))
3242 "Represents any assignment.
3243 The type field holds the actual assignment operator.")
3244
3245 (put 'cl-struct-js2-assign-node 'js2-visitor 'js2-visit-infix-node)
3246 (put 'cl-struct-js2-assign-node 'js2-printer 'js2-print-infix-node)
3247
3248 (defstruct (js2-unary-node
3249 (:include js2-node)
3250 (:constructor nil)
3251 (:constructor make-js2-unary-node (&key type ; required
3252 (pos js2-ts-cursor)
3253 len operand)))
3254 "AST node type for unary operator nodes.
3255 The type field can be NOT, BITNOT, POS, NEG, INC, DEC,
3256 TYPEOF, DELPROP or TRIPLEDOT. For INC or DEC, a 'postfix node
3257 property is added if the operator follows the operand."
3258 operand) ; a `js2-node' expression
3259
3260 (put 'cl-struct-js2-unary-node 'js2-visitor 'js2-visit-unary-node)
3261 (put 'cl-struct-js2-unary-node 'js2-printer 'js2-print-unary-node)
3262
3263 (defun js2-visit-unary-node (n v)
3264 (js2-visit-ast (js2-unary-node-operand n) v))
3265
3266 (defun js2-print-unary-node (n i)
3267 (let* ((tt (js2-node-type n))
3268 (op (gethash tt js2-operator-tokens))
3269 (postfix (js2-node-get-prop n 'postfix)))
3270 (unless op
3271 (error "unrecognized unary operator %s" tt))
3272 (insert (js2-make-pad i))
3273 (unless postfix
3274 (insert op))
3275 (if (or (= tt js2-TYPEOF)
3276 (= tt js2-DELPROP))
3277 (insert " "))
3278 (js2-print-ast (js2-unary-node-operand n) 0)
3279 (when postfix
3280 (insert op))))
3281
3282 (defstruct (js2-let-node
3283 (:include js2-scope)
3284 (:constructor nil)
3285 (:constructor make-js2-let-node (&key (type js2-LETEXPR)
3286 (pos (js2-current-token-beg))
3287 len vars body
3288 lp rp)))
3289 "AST node for a let expression or a let statement.
3290 Note that a let declaration such as let x=6, y=7 is a `js2-var-decl-node'."
3291 vars ; a `js2-var-decl-node'
3292 body ; a `js2-node' representing the expression or body block
3293 lp
3294 rp)
3295
3296 (put 'cl-struct-js2-let-node 'js2-visitor 'js2-visit-let-node)
3297 (put 'cl-struct-js2-let-node 'js2-printer 'js2-print-let-node)
3298
3299 (defun js2-visit-let-node (n v)
3300 (js2-visit-ast (js2-let-node-vars n) v)
3301 (js2-visit-ast (js2-let-node-body n) v))
3302
3303 (defun js2-print-let-node (n i)
3304 (insert (js2-make-pad i) "let (")
3305 (let ((p (point)))
3306 (js2-print-ast (js2-let-node-vars n) 0)
3307 (delete-region p (+ p 4)))
3308 (insert ") ")
3309 (js2-print-ast (js2-let-node-body n) i))
3310
3311 (defstruct (js2-keyword-node
3312 (:include js2-node)
3313 (:constructor nil)
3314 (:constructor make-js2-keyword-node (&key type
3315 (pos (js2-current-token-beg))
3316 (len (- js2-ts-cursor pos)))))
3317 "AST node representing a literal keyword such as `null'.
3318 Used for `null', `this', `true', `false' and `debugger'.
3319 The node type is set to js2-NULL, js2-THIS, etc.")
3320
3321 (put 'cl-struct-js2-keyword-node 'js2-visitor 'js2-visit-none)
3322 (put 'cl-struct-js2-keyword-node 'js2-printer 'js2-print-keyword-node)
3323
3324 (defun js2-print-keyword-node (n i)
3325 (insert (js2-make-pad i)
3326 (let ((tt (js2-node-type n)))
3327 (cond
3328 ((= tt js2-THIS) "this")
3329 ((= tt js2-NULL) "null")
3330 ((= tt js2-TRUE) "true")
3331 ((= tt js2-FALSE) "false")
3332 ((= tt js2-DEBUGGER) "debugger")
3333 (t (error "Invalid keyword literal type: %d" tt))))))
3334
3335 (defsubst js2-this-node-p (node)
3336 "Return t if NODE is a `js2-literal-node' of type js2-THIS."
3337 (eq (js2-node-type node) js2-THIS))
3338
3339 (defstruct (js2-new-node
3340 (:include js2-node)
3341 (:constructor nil)
3342 (:constructor make-js2-new-node (&key (type js2-NEW)
3343 (pos (js2-current-token-beg))
3344 len target
3345 args initializer
3346 lp rp)))
3347 "AST node for new-expression such as new Foo()."
3348 target ; an identifier or reference
3349 args ; a Lisp list of argument nodes
3350 lp ; position of left-paren, nil if omitted
3351 rp ; position of right-paren, nil if omitted
3352 initializer) ; experimental Rhino syntax: optional `js2-object-node'
3353
3354 (put 'cl-struct-js2-new-node 'js2-visitor 'js2-visit-new-node)
3355 (put 'cl-struct-js2-new-node 'js2-printer 'js2-print-new-node)
3356
3357 (defun js2-visit-new-node (n v)
3358 (js2-visit-ast (js2-new-node-target n) v)
3359 (dolist (arg (js2-new-node-args n))
3360 (js2-visit-ast arg v))
3361 (js2-visit-ast (js2-new-node-initializer n) v))
3362
3363 (defun js2-print-new-node (n i)
3364 (insert (js2-make-pad i) "new ")
3365 (js2-print-ast (js2-new-node-target n))
3366 (insert "(")
3367 (js2-print-list (js2-new-node-args n))
3368 (insert ")")
3369 (when (js2-new-node-initializer n)
3370 (insert " ")
3371 (js2-print-ast (js2-new-node-initializer n))))
3372
3373 (defstruct (js2-name-node
3374 (:include js2-node)
3375 (:constructor nil)
3376 (:constructor make-js2-name-node (&key (type js2-NAME)
3377 (pos (js2-current-token-beg))
3378 (len (- js2-ts-cursor
3379 (js2-current-token-beg)))
3380 (name (js2-current-token-string)))))
3381 "AST node for a JavaScript identifier"
3382 name ; a string
3383 scope) ; a `js2-scope' (optional, used for codegen)
3384
3385 (put 'cl-struct-js2-name-node 'js2-visitor 'js2-visit-none)
3386 (put 'cl-struct-js2-name-node 'js2-printer 'js2-print-name-node)
3387
3388 (defun js2-print-name-node (n i)
3389 (insert (js2-make-pad i)
3390 (js2-name-node-name n)))
3391
3392 (defsubst js2-name-node-length (node)
3393 "Return identifier length of NODE, a `js2-name-node'.
3394 Returns 0 if NODE is nil or its identifier field is nil."
3395 (if node
3396 (length (js2-name-node-name node))
3397 0))
3398
3399 (defstruct (js2-number-node
3400 (:include js2-node)
3401 (:constructor nil)
3402 (:constructor make-js2-number-node (&key (type js2-NUMBER)
3403 (pos (js2-current-token-beg))
3404 (len (- js2-ts-cursor
3405 (js2-current-token-beg)))
3406 (value (js2-current-token-string))
3407 (num-value (js2-token-number
3408 (js2-current-token))))))
3409 "AST node for a number literal."
3410 value ; the original string, e.g. "6.02e23"
3411 num-value) ; the parsed number value
3412
3413 (put 'cl-struct-js2-number-node 'js2-visitor 'js2-visit-none)
3414 (put 'cl-struct-js2-number-node 'js2-printer 'js2-print-number-node)
3415
3416 (defun js2-print-number-node (n i)
3417 (insert (js2-make-pad i)
3418 (number-to-string (js2-number-node-num-value n))))
3419
3420 (defstruct (js2-regexp-node
3421 (:include js2-node)
3422 (:constructor nil)
3423 (:constructor make-js2-regexp-node (&key (type js2-REGEXP)
3424 (pos (js2-current-token-beg))
3425 (len (- js2-ts-cursor
3426 (js2-current-token-beg)))
3427 value flags)))
3428 "AST node for a regular expression literal."
3429 value ; the regexp string, without // delimiters
3430 flags) ; a string of flags, e.g. `mi'.
3431
3432 (put 'cl-struct-js2-regexp-node 'js2-visitor 'js2-visit-none)
3433 (put 'cl-struct-js2-regexp-node 'js2-printer 'js2-print-regexp)
3434
3435 (defun js2-print-regexp (n i)
3436 (insert (js2-make-pad i)
3437 "/"
3438 (js2-regexp-node-value n)
3439 "/")
3440 (if (js2-regexp-node-flags n)
3441 (insert (js2-regexp-node-flags n))))
3442
3443 (defstruct (js2-string-node
3444 (:include js2-node)
3445 (:constructor nil)
3446 (:constructor make-js2-string-node (&key (type js2-STRING)
3447 (pos (js2-current-token-beg))
3448 (len (- js2-ts-cursor
3449 (js2-current-token-beg)))
3450 (value (js2-current-token-string)))))
3451 "String literal.
3452 Escape characters are not evaluated; e.g. \n is 2 chars in value field.
3453 You can tell the quote type by looking at the first character."
3454 value) ; the characters of the string, including the quotes
3455
3456 (put 'cl-struct-js2-string-node 'js2-visitor 'js2-visit-none)
3457 (put 'cl-struct-js2-string-node 'js2-printer 'js2-print-string-node)
3458
3459 (defun js2-print-string-node (n i)
3460 (insert (js2-make-pad i)
3461 (js2-node-string n)))
3462
3463 (defstruct (js2-array-node
3464 (:include js2-node)
3465 (:constructor nil)
3466 (:constructor make-js2-array-node (&key (type js2-ARRAYLIT)
3467 (pos js2-ts-cursor)
3468 len elems)))
3469 "AST node for an array literal."
3470 elems) ; list of expressions. [foo,,bar] yields a nil middle element.
3471
3472 (put 'cl-struct-js2-array-node 'js2-visitor 'js2-visit-array-node)
3473 (put 'cl-struct-js2-array-node 'js2-printer 'js2-print-array-node)
3474
3475 (defun js2-visit-array-node (n v)
3476 (dolist (e (js2-array-node-elems n))
3477 (js2-visit-ast e v))) ; Can be nil; e.g. [a, ,b].
3478
3479 (defun js2-print-array-node (n i)
3480 (insert (js2-make-pad i) "[")
3481 (let ((elems (js2-array-node-elems n)))
3482 (js2-print-list elems)
3483 (when (and elems (null (car (last elems))))
3484 (insert ",")))
3485 (insert "]"))
3486
3487 (defstruct (js2-object-node
3488 (:include js2-node)
3489 (:constructor nil)
3490 (:constructor make-js2-object-node (&key (type js2-OBJECTLIT)
3491 (pos js2-ts-cursor)
3492 len
3493 elems)))
3494 "AST node for an object literal expression.
3495 `elems' is a list of either `js2-object-prop-node' or `js2-name-node'.
3496 The latter represents abbreviation in destructuring expressions."
3497 elems)
3498
3499 (put 'cl-struct-js2-object-node 'js2-visitor 'js2-visit-object-node)
3500 (put 'cl-struct-js2-object-node 'js2-printer 'js2-print-object-node)
3501
3502 (defun js2-visit-object-node (n v)
3503 (dolist (e (js2-object-node-elems n))
3504 (js2-visit-ast e v)))
3505
3506 (defun js2-print-object-node (n i)
3507 (insert (js2-make-pad i) "{")
3508 (js2-print-list (js2-object-node-elems n))
3509 (insert "}"))
3510
3511 (defstruct (js2-object-prop-node
3512 (:include js2-infix-node)
3513 (:constructor nil)
3514 (:constructor make-js2-object-prop-node (&key (type js2-COLON)
3515 (pos js2-ts-cursor)
3516 len left
3517 right op-pos)))
3518 "AST node for an object literal prop:value entry.
3519 The `left' field is the property: a name node, string node or number node.
3520 The `right' field is a `js2-node' representing the initializer value.")
3521
3522 (put 'cl-struct-js2-object-prop-node 'js2-visitor 'js2-visit-infix-node)
3523 (put 'cl-struct-js2-object-prop-node 'js2-printer 'js2-print-object-prop-node)
3524
3525 (defun js2-print-object-prop-node (n i)
3526 (insert (js2-make-pad i))
3527 (js2-print-ast (js2-object-prop-node-left n) 0)
3528 (insert ": ")
3529 (js2-print-ast (js2-object-prop-node-right n) 0))
3530
3531 (defstruct (js2-getter-setter-node
3532 (:include js2-infix-node)
3533 (:constructor nil)
3534 (:constructor make-js2-getter-setter-node (&key type ; GET or SET
3535 (pos js2-ts-cursor)
3536 len left right)))
3537 "AST node for a getter/setter property in an object literal.
3538 The `left' field is the `js2-name-node' naming the getter/setter prop.
3539 The `right' field is always an anonymous `js2-function-node' with a node
3540 property `GETTER_SETTER' set to js2-GET or js2-SET. ")
3541
3542 (put 'cl-struct-js2-getter-setter-node 'js2-visitor 'js2-visit-infix-node)
3543 (put 'cl-struct-js2-getter-setter-node 'js2-printer 'js2-print-getter-setter)
3544
3545 (defun js2-print-getter-setter (n i)
3546 (let ((pad (js2-make-pad i))
3547 (left (js2-getter-setter-node-left n))
3548 (right (js2-getter-setter-node-right n)))
3549 (insert pad)
3550 (insert (if (= (js2-node-type n) js2-GET) "get " "set "))
3551 (js2-print-ast left 0)
3552 (js2-print-ast right 0)))
3553
3554 (defstruct (js2-prop-get-node
3555 (:include js2-infix-node)
3556 (:constructor nil)
3557 (:constructor make-js2-prop-get-node (&key (type js2-GETPROP)
3558 (pos js2-ts-cursor)
3559 len left right)))
3560 "AST node for a dotted property reference, e.g. foo.bar or foo().bar")
3561
3562 (put 'cl-struct-js2-prop-get-node 'js2-visitor 'js2-visit-prop-get-node)
3563 (put 'cl-struct-js2-prop-get-node 'js2-printer 'js2-print-prop-get-node)
3564
3565 (defun js2-visit-prop-get-node (n v)
3566 (js2-visit-ast (js2-prop-get-node-left n) v)
3567 (js2-visit-ast (js2-prop-get-node-right n) v))
3568
3569 (defun js2-print-prop-get-node (n i)
3570 (insert (js2-make-pad i))
3571 (js2-print-ast (js2-prop-get-node-left n) 0)
3572 (insert ".")
3573 (js2-print-ast (js2-prop-get-node-right n) 0))
3574
3575 (defstruct (js2-elem-get-node
3576 (:include js2-node)
3577 (:constructor nil)
3578 (:constructor make-js2-elem-get-node (&key (type js2-GETELEM)
3579 (pos js2-ts-cursor)
3580 len target element
3581 lb rb)))
3582 "AST node for an array index expression such as foo[bar]."
3583 target ; a `js2-node' - the expression preceding the "."
3584 element ; a `js2-node' - the expression in brackets
3585 lb ; position of left-bracket, nil if omitted
3586 rb) ; position of right-bracket, nil if omitted
3587
3588 (put 'cl-struct-js2-elem-get-node 'js2-visitor 'js2-visit-elem-get-node)
3589 (put 'cl-struct-js2-elem-get-node 'js2-printer 'js2-print-elem-get-node)
3590
3591 (defun js2-visit-elem-get-node (n v)
3592 (js2-visit-ast (js2-elem-get-node-target n) v)
3593 (js2-visit-ast (js2-elem-get-node-element n) v))
3594
3595 (defun js2-print-elem-get-node (n i)
3596 (insert (js2-make-pad i))
3597 (js2-print-ast (js2-elem-get-node-target n) 0)
3598 (insert "[")
3599 (js2-print-ast (js2-elem-get-node-element n) 0)
3600 (insert "]"))
3601
3602 (defstruct (js2-call-node
3603 (:include js2-node)
3604 (:constructor nil)
3605 (:constructor make-js2-call-node (&key (type js2-CALL)
3606 (pos js2-ts-cursor)
3607 len target args
3608 lp rp)))
3609 "AST node for a JavaScript function call."
3610 target ; a `js2-node' evaluating to the function to call
3611 args ; a Lisp list of `js2-node' arguments
3612 lp ; position of open-paren, or nil if missing
3613 rp) ; position of close-paren, or nil if missing
3614
3615 (put 'cl-struct-js2-call-node 'js2-visitor 'js2-visit-call-node)
3616 (put 'cl-struct-js2-call-node 'js2-printer 'js2-print-call-node)
3617
3618 (defun js2-visit-call-node (n v)
3619 (js2-visit-ast (js2-call-node-target n) v)
3620 (dolist (arg (js2-call-node-args n))
3621 (js2-visit-ast arg v)))
3622
3623 (defun js2-print-call-node (n i)
3624 (insert (js2-make-pad i))
3625 (js2-print-ast (js2-call-node-target n) 0)
3626 (insert "(")
3627 (js2-print-list (js2-call-node-args n))
3628 (insert ")"))
3629
3630 (defstruct (js2-yield-node
3631 (:include js2-node)
3632 (:constructor nil)
3633 (:constructor make-js2-yield-node (&key (type js2-YIELD)
3634 (pos js2-ts-cursor)
3635 len value star-p)))
3636 "AST node for yield statement or expression."
3637 star-p ; whether it's yield*
3638 value) ; optional: value to be yielded
3639
3640 (put 'cl-struct-js2-yield-node 'js2-visitor 'js2-visit-yield-node)
3641 (put 'cl-struct-js2-yield-node 'js2-printer 'js2-print-yield-node)
3642
3643 (defun js2-visit-yield-node (n v)
3644 (js2-visit-ast (js2-yield-node-value n) v))
3645
3646 (defun js2-print-yield-node (n i)
3647 (insert (js2-make-pad i))
3648 (insert "yield")
3649 (when (js2-yield-node-star-p n)
3650 (insert "*"))
3651 (when (js2-yield-node-value n)
3652 (insert " ")
3653 (js2-print-ast (js2-yield-node-value n) 0)))
3654
3655 (defstruct (js2-paren-node
3656 (:include js2-node)
3657 (:constructor nil)
3658 (:constructor make-js2-paren-node (&key (type js2-LP)
3659 (pos js2-ts-cursor)
3660 len expr)))
3661 "AST node for a parenthesized expression.
3662 In particular, used when the parens are syntactically optional,
3663 as opposed to required parens such as those enclosing an if-conditional."
3664 expr) ; `js2-node'
3665
3666 (put 'cl-struct-js2-paren-node 'js2-visitor 'js2-visit-paren-node)
3667 (put 'cl-struct-js2-paren-node 'js2-printer 'js2-print-paren-node)
3668
3669 (defun js2-visit-paren-node (n v)
3670 (js2-visit-ast (js2-paren-node-expr n) v))
3671
3672 (defun js2-print-paren-node (n i)
3673 (insert (js2-make-pad i))
3674 (insert "(")
3675 (js2-print-ast (js2-paren-node-expr n) 0)
3676 (insert ")"))
3677
3678 (defstruct (js2-comp-node
3679 (:include js2-scope)
3680 (:constructor nil)
3681 (:constructor make-js2-comp-node (&key (type js2-ARRAYCOMP)
3682 (pos js2-ts-cursor)
3683 len result
3684 loops filters
3685 form)))
3686 "AST node for an Array comprehension such as [[x,y] for (x in foo) for (y in bar)]."
3687 result ; result expression (just after left-bracket)
3688 loops ; a Lisp list of `js2-comp-loop-node'
3689 filters ; a Lisp list of guard/filter expressions
3690 form ; ARRAY, LEGACY_ARRAY or STAR_GENERATOR
3691 ; SpiderMonkey also supports "legacy generator expressions", but we dont.
3692 )
3693
3694 (put 'cl-struct-js2-comp-node 'js2-visitor 'js2-visit-comp-node)
3695 (put 'cl-struct-js2-comp-node 'js2-printer 'js2-print-comp-node)
3696
3697 (defun js2-visit-comp-node (n v)
3698 (js2-visit-ast (js2-comp-node-result n) v)
3699 (dolist (l (js2-comp-node-loops n))
3700 (js2-visit-ast l v))
3701 (dolist (f (js2-comp-node-filters n))
3702 (js2-visit-ast f v)))
3703
3704 (defun js2-print-comp-node (n i)
3705 (let ((pad (js2-make-pad i))
3706 (result (js2-comp-node-result n))
3707 (loops (js2-comp-node-loops n))
3708 (filters (js2-comp-node-filters n))
3709 (legacy-p (eq (js2-comp-node-form n) 'LEGACY_ARRAY))
3710 (gen-p (eq (js2-comp-node-form n) 'STAR_GENERATOR)))
3711 (insert pad (if gen-p "(" "["))
3712 (when legacy-p
3713 (js2-print-ast result 0))
3714 (dolist (l loops)
3715 (when legacy-p
3716 (insert " "))
3717 (js2-print-ast l 0)
3718 (unless legacy-p
3719 (insert " ")))
3720 (dolist (f filters)
3721 (when legacy-p
3722 (insert " "))
3723 (insert "if (")
3724 (js2-print-ast f 0)
3725 (insert ")")
3726 (unless legacy-p
3727 (insert " ")))
3728 (unless legacy-p
3729 (js2-print-ast result 0))
3730 (insert (if gen-p ")" "]"))))
3731
3732 (defstruct (js2-comp-loop-node
3733 (:include js2-for-in-node)
3734 (:constructor nil)
3735 (:constructor make-js2-comp-loop-node (&key (type js2-FOR)
3736 (pos js2-ts-cursor)
3737 len iterator
3738 object in-pos
3739 foreach-p
3740 each-pos
3741 forof-p
3742 lp rp)))
3743 "AST subtree for each 'for (foo in bar)' loop in an array comprehension.")
3744
3745 (put 'cl-struct-js2-comp-loop-node 'js2-visitor 'js2-visit-comp-loop)
3746 (put 'cl-struct-js2-comp-loop-node 'js2-printer 'js2-print-comp-loop)
3747
3748 (defun js2-visit-comp-loop (n v)
3749 (js2-visit-ast (js2-comp-loop-node-iterator n) v)
3750 (js2-visit-ast (js2-comp-loop-node-object n) v))
3751
3752 (defun js2-print-comp-loop (n _i)
3753 (insert "for ")
3754 (when (js2-comp-loop-node-foreach-p n) (insert "each "))
3755 (insert "(")
3756 (js2-print-ast (js2-comp-loop-node-iterator n) 0)
3757 (insert (if (js2-comp-loop-node-forof-p n)
3758 " of " " in "))
3759 (js2-print-ast (js2-comp-loop-node-object n) 0)
3760 (insert ")"))
3761
3762 (defstruct (js2-empty-expr-node
3763 (:include js2-node)
3764 (:constructor nil)
3765 (:constructor make-js2-empty-expr-node (&key (type js2-EMPTY)
3766 (pos (js2-current-token-beg))
3767 len)))
3768 "AST node for an empty expression.")
3769
3770 (put 'cl-struct-js2-empty-expr-node 'js2-visitor 'js2-visit-none)
3771 (put 'cl-struct-js2-empty-expr-node 'js2-printer 'js2-print-none)
3772
3773 (defstruct (js2-xml-node
3774 (:include js2-block-node)
3775 (:constructor nil)
3776 (:constructor make-js2-xml-node (&key (type js2-XML)
3777 (pos (js2-current-token-beg))
3778 len kids)))
3779 "AST node for initial parse of E4X literals.
3780 The kids field is a list of XML fragments, each a `js2-string-node' or
3781 a `js2-xml-js-expr-node'. Equivalent to Rhino's XmlLiteral node.")
3782
3783 (put 'cl-struct-js2-xml-node 'js2-visitor 'js2-visit-block)
3784 (put 'cl-struct-js2-xml-node 'js2-printer 'js2-print-xml-node)
3785
3786 (defun js2-print-xml-node (n i)
3787 (dolist (kid (js2-xml-node-kids n))
3788 (js2-print-ast kid i)))
3789
3790 (defstruct (js2-xml-js-expr-node
3791 (:include js2-xml-node)
3792 (:constructor nil)
3793 (:constructor make-js2-xml-js-expr-node (&key (type js2-XML)
3794 (pos js2-ts-cursor)
3795 len expr)))
3796 "AST node for an embedded JavaScript {expression} in an E4X literal.
3797 The start and end fields correspond to the curly-braces."
3798 expr) ; a `js2-expr-node' of some sort
3799
3800 (put 'cl-struct-js2-xml-js-expr-node 'js2-visitor 'js2-visit-xml-js-expr)
3801 (put 'cl-struct-js2-xml-js-expr-node 'js2-printer 'js2-print-xml-js-expr)
3802
3803 (defun js2-visit-xml-js-expr (n v)
3804 (js2-visit-ast (js2-xml-js-expr-node-expr n) v))
3805
3806 (defun js2-print-xml-js-expr (n i)
3807 (insert (js2-make-pad i))
3808 (insert "{")
3809 (js2-print-ast (js2-xml-js-expr-node-expr n) 0)
3810 (insert "}"))
3811
3812 (defstruct (js2-xml-dot-query-node
3813 (:include js2-infix-node)
3814 (:constructor nil)
3815 (:constructor make-js2-xml-dot-query-node (&key (type js2-DOTQUERY)
3816 (pos js2-ts-cursor)
3817 op-pos len left
3818 right rp)))
3819 "AST node for an E4X foo.(bar) filter expression.
3820 Note that the left-paren is automatically the character immediately
3821 following the dot (.) in the operator. No whitespace is permitted
3822 between the dot and the lp by the scanner."
3823 rp)
3824
3825 (put 'cl-struct-js2-xml-dot-query-node 'js2-visitor 'js2-visit-infix-node)
3826 (put 'cl-struct-js2-xml-dot-query-node 'js2-printer 'js2-print-xml-dot-query)
3827
3828 (defun js2-print-xml-dot-query (n i)
3829 (insert (js2-make-pad i))
3830 (js2-print-ast (js2-xml-dot-query-node-left n) 0)
3831 (insert ".(")
3832 (js2-print-ast (js2-xml-dot-query-node-right n) 0)
3833 (insert ")"))
3834
3835 (defstruct (js2-xml-ref-node
3836 (:include js2-node)
3837 (:constructor nil)) ; abstract
3838 "Base type for E4X XML attribute-access or property-get expressions.
3839 Such expressions can take a variety of forms. The general syntax has
3840 three parts:
3841
3842 - (optional) an @ (specifying an attribute access)
3843 - (optional) a namespace (a `js2-name-node') and double-colon
3844 - (required) either a `js2-name-node' or a bracketed [expression]
3845
3846 The property-name expressions (examples: ns::name, @name) are
3847 represented as `js2-xml-prop-ref' nodes. The bracketed-expression
3848 versions (examples: ns::[name], @[name]) become `js2-xml-elem-ref' nodes.
3849
3850 This node type (or more specifically, its subclasses) will sometimes
3851 be the right-hand child of a `js2-prop-get-node' or a
3852 `js2-infix-node' of type `js2-DOTDOT', the .. xml-descendants operator.
3853 The `js2-xml-ref-node' may also be a standalone primary expression with
3854 no explicit target, which is valid in certain expression contexts such as
3855
3856 company..employee.(@id < 100)
3857
3858 in this case, the @id is a `js2-xml-ref' that is part of an infix '<'
3859 expression whose parent is a `js2-xml-dot-query-node'."
3860 namespace
3861 at-pos
3862 colon-pos)
3863
3864 (defsubst js2-xml-ref-node-attr-access-p (node)
3865 "Return non-nil if this expression began with an @-token."
3866 (and (numberp (js2-xml-ref-node-at-pos node))
3867 (plusp (js2-xml-ref-node-at-pos node))))
3868
3869 (defstruct (js2-xml-prop-ref-node
3870 (:include js2-xml-ref-node)
3871 (:constructor nil)
3872 (:constructor make-js2-xml-prop-ref-node (&key (type js2-REF_NAME)
3873 (pos (js2-current-token-beg))
3874 len propname
3875 namespace at-pos
3876 colon-pos)))
3877 "AST node for an E4X XML [expr] property-ref expression.
3878 The JavaScript syntax is an optional @, an optional ns::, and a name.
3879
3880 [ '@' ] [ name '::' ] name
3881
3882 Examples include name, ns::name, ns::*, *::name, *::*, @attr, @ns::attr,
3883 @ns::*, @*::attr, @*::*, and @*.
3884
3885 The node starts at the @ token, if present. Otherwise it starts at the
3886 namespace name. The node bounds extend through the closing right-bracket,
3887 or if it is missing due to a syntax error, through the end of the index
3888 expression."
3889 propname)
3890
3891 (put 'cl-struct-js2-xml-prop-ref-node 'js2-visitor 'js2-visit-xml-prop-ref-node)
3892 (put 'cl-struct-js2-xml-prop-ref-node 'js2-printer 'js2-print-xml-prop-ref-node)
3893
3894 (defun js2-visit-xml-prop-ref-node (n v)
3895 (js2-visit-ast (js2-xml-prop-ref-node-namespace n) v)
3896 (js2-visit-ast (js2-xml-prop-ref-node-propname n) v))
3897
3898 (defun js2-print-xml-prop-ref-node (n i)
3899 (insert (js2-make-pad i))
3900 (if (js2-xml-ref-node-attr-access-p n)
3901 (insert "@"))
3902 (when (js2-xml-prop-ref-node-namespace n)
3903 (js2-print-ast (js2-xml-prop-ref-node-namespace n) 0)
3904 (insert "::"))
3905 (if (js2-xml-prop-ref-node-propname n)
3906 (js2-print-ast (js2-xml-prop-ref-node-propname n) 0)))
3907
3908 (defstruct (js2-xml-elem-ref-node
3909 (:include js2-xml-ref-node)
3910 (:constructor nil)
3911 (:constructor make-js2-xml-elem-ref-node (&key (type js2-REF_MEMBER)
3912 (pos (js2-current-token-beg))
3913 len expr lb rb
3914 namespace at-pos
3915 colon-pos)))
3916 "AST node for an E4X XML [expr] member-ref expression.
3917 Syntax:
3918
3919 [ '@' ] [ name '::' ] '[' expr ']'
3920
3921 Examples include ns::[expr], @ns::[expr], @[expr], *::[expr] and @*::[expr].
3922
3923 Note that the form [expr] (i.e. no namespace or attribute-qualifier)
3924 is not a legal E4X XML element-ref expression, since it's already used
3925 for standard JavaScript element-get array indexing. Hence, a
3926 `js2-xml-elem-ref-node' always has either the attribute-qualifier, a
3927 non-nil namespace node, or both.
3928
3929 The node starts at the @ token, if present. Otherwise it starts
3930 at the namespace name. The node bounds extend through the closing
3931 right-bracket, or if it is missing due to a syntax error, through the
3932 end of the index expression."
3933 expr ; the bracketed index expression
3934 lb
3935 rb)
3936
3937 (put 'cl-struct-js2-xml-elem-ref-node 'js2-visitor 'js2-visit-xml-elem-ref-node)
3938 (put 'cl-struct-js2-xml-elem-ref-node 'js2-printer 'js2-print-xml-elem-ref-node)
3939
3940 (defun js2-visit-xml-elem-ref-node (n v)
3941 (js2-visit-ast (js2-xml-elem-ref-node-namespace n) v)
3942 (js2-visit-ast (js2-xml-elem-ref-node-expr n) v))
3943
3944 (defun js2-print-xml-elem-ref-node (n i)
3945 (insert (js2-make-pad i))
3946 (if (js2-xml-ref-node-attr-access-p n)
3947 (insert "@"))
3948 (when (js2-xml-elem-ref-node-namespace n)
3949 (js2-print-ast (js2-xml-elem-ref-node-namespace n) 0)
3950 (insert "::"))
3951 (insert "[")
3952 (if (js2-xml-elem-ref-node-expr n)
3953 (js2-print-ast (js2-xml-elem-ref-node-expr n) 0))
3954 (insert "]"))
3955
3956 ;;; Placeholder nodes for when we try parsing the XML literals structurally.
3957
3958 (defstruct (js2-xml-start-tag-node
3959 (:include js2-xml-node)
3960 (:constructor nil)
3961 (:constructor make-js2-xml-start-tag-node (&key (type js2-XML)
3962 (pos js2-ts-cursor)
3963 len name attrs kids
3964 empty-p)))
3965 "AST node for an XML start-tag. Not currently used.
3966 The `kids' field is a Lisp list of child content nodes."
3967 name ; a `js2-xml-name-node'
3968 attrs ; a Lisp list of `js2-xml-attr-node'
3969 empty-p) ; t if this is an empty element such as <foo bar="baz"/>
3970
3971 (put 'cl-struct-js2-xml-start-tag-node 'js2-visitor 'js2-visit-xml-start-tag)
3972 (put 'cl-struct-js2-xml-start-tag-node 'js2-printer 'js2-print-xml-start-tag)
3973
3974 (defun js2-visit-xml-start-tag (n v)
3975 (js2-visit-ast (js2-xml-start-tag-node-name n) v)
3976 (dolist (attr (js2-xml-start-tag-node-attrs n))
3977 (js2-visit-ast attr v))
3978 (js2-visit-block n v))
3979
3980 (defun js2-print-xml-start-tag (n i)
3981 (insert (js2-make-pad i) "<")
3982 (js2-print-ast (js2-xml-start-tag-node-name n) 0)
3983 (when (js2-xml-start-tag-node-attrs n)
3984 (insert " ")
3985 (js2-print-list (js2-xml-start-tag-node-attrs n) " "))
3986 (insert ">"))
3987
3988 ;; I -think- I'm going to make the parent node the corresponding start-tag,
3989 ;; and add the end-tag to the kids list of the parent as well.
3990 (defstruct (js2-xml-end-tag-node
3991 (:include js2-xml-node)
3992 (:constructor nil)
3993 (:constructor make-js2-xml-end-tag-node (&key (type js2-XML)
3994 (pos js2-ts-cursor)
3995 len name)))
3996 "AST node for an XML end-tag. Not currently used."
3997 name) ; a `js2-xml-name-node'
3998
3999 (put 'cl-struct-js2-xml-end-tag-node 'js2-visitor 'js2-visit-xml-end-tag)
4000 (put 'cl-struct-js2-xml-end-tag-node 'js2-printer 'js2-print-xml-end-tag)
4001
4002 (defun js2-visit-xml-end-tag (n v)
4003 (js2-visit-ast (js2-xml-end-tag-node-name n) v))
4004
4005 (defun js2-print-xml-end-tag (n i)
4006 (insert (js2-make-pad i))
4007 (insert "</")
4008 (js2-print-ast (js2-xml-end-tag-node-name n) 0)
4009 (insert ">"))
4010
4011 (defstruct (js2-xml-name-node
4012 (:include js2-xml-node)
4013 (:constructor nil)
4014 (:constructor make-js2-xml-name-node (&key (type js2-XML)
4015 (pos js2-ts-cursor)
4016 len namespace kids)))
4017 "AST node for an E4X XML name. Not currently used.
4018 Any XML name can be qualified with a namespace, hence the namespace field.
4019 Further, any E4X name can be comprised of arbitrary JavaScript {} expressions.
4020 The kids field is a list of `js2-name-node' and `js2-xml-js-expr-node'.
4021 For a simple name, the kids list has exactly one node, a `js2-name-node'."
4022 namespace) ; a `js2-string-node'
4023
4024 (put 'cl-struct-js2-xml-name-node 'js2-visitor 'js2-visit-xml-name-node)
4025 (put 'cl-struct-js2-xml-name-node 'js2-printer 'js2-print-xml-name-node)
4026
4027 (defun js2-visit-xml-name-node (n v)
4028 (js2-visit-ast (js2-xml-name-node-namespace n) v))
4029
4030 (defun js2-print-xml-name-node (n i)
4031 (insert (js2-make-pad i))
4032 (when (js2-xml-name-node-namespace n)
4033 (js2-print-ast (js2-xml-name-node-namespace n) 0)
4034 (insert "::"))
4035 (dolist (kid (js2-xml-name-node-kids n))
4036 (js2-print-ast kid 0)))
4037
4038 (defstruct (js2-xml-pi-node
4039 (:include js2-xml-node)
4040 (:constructor nil)
4041 (:constructor make-js2-xml-pi-node (&key (type js2-XML)
4042 (pos js2-ts-cursor)
4043 len name attrs)))
4044 "AST node for an E4X XML processing instruction. Not currently used."
4045 name ; a `js2-xml-name-node'
4046 attrs) ; a list of `js2-xml-attr-node'
4047
4048 (put 'cl-struct-js2-xml-pi-node 'js2-visitor 'js2-visit-xml-pi-node)
4049 (put 'cl-struct-js2-xml-pi-node 'js2-printer 'js2-print-xml-pi-node)
4050
4051 (defun js2-visit-xml-pi-node (n v)
4052 (js2-visit-ast (js2-xml-pi-node-name n) v)
4053 (dolist (attr (js2-xml-pi-node-attrs n))
4054 (js2-visit-ast attr v)))
4055
4056 (defun js2-print-xml-pi-node (n i)
4057 (insert (js2-make-pad i) "<?")
4058 (js2-print-ast (js2-xml-pi-node-name n))
4059 (when (js2-xml-pi-node-attrs n)
4060 (insert " ")
4061 (js2-print-list (js2-xml-pi-node-attrs n)))
4062 (insert "?>"))
4063
4064 (defstruct (js2-xml-cdata-node
4065 (:include js2-xml-node)
4066 (:constructor nil)
4067 (:constructor make-js2-xml-cdata-node (&key (type js2-XML)
4068 (pos js2-ts-cursor)
4069 len content)))
4070 "AST node for a CDATA escape section. Not currently used."
4071 content) ; a `js2-string-node' with node-property 'quote-type 'cdata
4072
4073 (put 'cl-struct-js2-xml-cdata-node 'js2-visitor 'js2-visit-xml-cdata-node)
4074 (put 'cl-struct-js2-xml-cdata-node 'js2-printer 'js2-print-xml-cdata-node)
4075
4076 (defun js2-visit-xml-cdata-node (n v)
4077 (js2-visit-ast (js2-xml-cdata-node-content n) v))
4078
4079 (defun js2-print-xml-cdata-node (n i)
4080 (insert (js2-make-pad i))
4081 (js2-print-ast (js2-xml-cdata-node-content n)))
4082
4083 (defstruct (js2-xml-attr-node
4084 (:include js2-xml-node)
4085 (:constructor nil)
4086 (:constructor make-js2-attr-node (&key (type js2-XML)
4087 (pos js2-ts-cursor)
4088 len name value
4089 eq-pos quote-type)))
4090 "AST node representing a foo='bar' XML attribute value. Not yet used."
4091 name ; a `js2-xml-name-node'
4092 value ; a `js2-xml-name-node'
4093 eq-pos ; buffer position of "=" sign
4094 quote-type) ; 'single or 'double
4095
4096 (put 'cl-struct-js2-xml-attr-node 'js2-visitor 'js2-visit-xml-attr-node)
4097 (put 'cl-struct-js2-xml-attr-node 'js2-printer 'js2-print-xml-attr-node)
4098
4099 (defun js2-visit-xml-attr-node (n v)
4100 (js2-visit-ast (js2-xml-attr-node-name n) v)
4101 (js2-visit-ast (js2-xml-attr-node-value n) v))
4102
4103 (defun js2-print-xml-attr-node (n i)
4104 (let ((quote (if (eq (js2-xml-attr-node-quote-type n) 'single)
4105 "'"
4106 "\"")))
4107 (insert (js2-make-pad i))
4108 (js2-print-ast (js2-xml-attr-node-name n) 0)
4109 (insert "=" quote)
4110 (js2-print-ast (js2-xml-attr-node-value n) 0)
4111 (insert quote)))
4112
4113 (defstruct (js2-xml-text-node
4114 (:include js2-xml-node)
4115 (:constructor nil)
4116 (:constructor make-js2-text-node (&key (type js2-XML)
4117 (pos js2-ts-cursor)
4118 len content)))
4119 "AST node for an E4X XML text node. Not currently used."
4120 content) ; a Lisp list of `js2-string-node' and `js2-xml-js-expr-node'
4121
4122 (put 'cl-struct-js2-xml-text-node 'js2-visitor 'js2-visit-xml-text-node)
4123 (put 'cl-struct-js2-xml-text-node 'js2-printer 'js2-print-xml-text-node)
4124
4125 (defun js2-visit-xml-text-node (n v)
4126 (js2-visit-ast (js2-xml-text-node-content n) v))
4127
4128 (defun js2-print-xml-text-node (n i)
4129 (insert (js2-make-pad i))
4130 (dolist (kid (js2-xml-text-node-content n))
4131 (js2-print-ast kid)))
4132
4133 (defstruct (js2-xml-comment-node
4134 (:include js2-xml-node)
4135 (:constructor nil)
4136 (:constructor make-js2-xml-comment-node (&key (type js2-XML)
4137 (pos js2-ts-cursor)
4138 len)))
4139 "AST node for E4X XML comment. Not currently used.")
4140
4141 (put 'cl-struct-js2-xml-comment-node 'js2-visitor 'js2-visit-none)
4142 (put 'cl-struct-js2-xml-comment-node 'js2-printer 'js2-print-xml-comment)
4143
4144 (defun js2-print-xml-comment (n i)
4145 (insert (js2-make-pad i)
4146 (js2-node-string n)))
4147
4148 ;;; Node utilities
4149
4150 (defsubst js2-node-line (n)
4151 "Fetch the source line number at the start of node N.
4152 This is O(n) in the length of the source buffer; use prudently."
4153 (1+ (count-lines (point-min) (js2-node-abs-pos n))))
4154
4155 (defsubst js2-block-node-kid (n i)
4156 "Return child I of node N, or nil if there aren't that many."
4157 (nth i (js2-block-node-kids n)))
4158
4159 (defsubst js2-block-node-first (n)
4160 "Return first child of block node N, or nil if there is none."
4161 (first (js2-block-node-kids n)))
4162
4163 (defun js2-node-root (n)
4164 "Return the root of the AST containing N.
4165 If N has no parent pointer, returns N."
4166 (let ((parent (js2-node-parent n)))
4167 (if parent
4168 (js2-node-root parent)
4169 n)))
4170
4171 (defsubst js2-node-short-name (n)
4172 "Return the short name of node N as a string, e.g. `js2-if-node'."
4173 (substring (symbol-name (aref n 0))
4174 (length "cl-struct-")))
4175
4176 (defun js2-node-child-list (node)
4177 "Return the child list for NODE, a Lisp list of nodes.
4178 Works for block nodes, array nodes, obj literals, funarg lists,
4179 var decls and try nodes (for catch clauses). Note that you should call
4180 `js2-block-node-kids' on the function body for the body statements.
4181 Returns nil for zero-length child lists or unsupported nodes."
4182 (cond
4183 ((js2-function-node-p node)
4184 (js2-function-node-params node))
4185 ((js2-block-node-p node)
4186 (js2-block-node-kids node))
4187 ((js2-try-node-p node)
4188 (js2-try-node-catch-clauses node))
4189 ((js2-array-node-p node)
4190 (js2-array-node-elems node))
4191 ((js2-object-node-p node)
4192 (js2-object-node-elems node))
4193 ((js2-call-node-p node)
4194 (js2-call-node-args node))
4195 ((js2-new-node-p node)
4196 (js2-new-node-args node))
4197 ((js2-var-decl-node-p node)
4198 (js2-var-decl-node-kids node))
4199 (t
4200 nil)))
4201
4202 (defun js2-node-set-child-list (node kids)
4203 "Set the child list for NODE to KIDS."
4204 (cond
4205 ((js2-function-node-p node)
4206 (setf (js2-function-node-params node) kids))
4207 ((js2-block-node-p node)
4208 (setf (js2-block-node-kids node) kids))
4209 ((js2-try-node-p node)
4210 (setf (js2-try-node-catch-clauses node) kids))
4211 ((js2-array-node-p node)
4212 (setf (js2-array-node-elems node) kids))
4213 ((js2-object-node-p node)
4214 (setf (js2-object-node-elems node) kids))
4215 ((js2-call-node-p node)
4216 (setf (js2-call-node-args node) kids))
4217 ((js2-new-node-p node)
4218 (setf (js2-new-node-args node) kids))
4219 ((js2-var-decl-node-p node)
4220 (setf (js2-var-decl-node-kids node) kids))
4221 (t
4222 (error "Unsupported node type: %s" (js2-node-short-name node))))
4223 kids)
4224
4225 ;; All because Common Lisp doesn't support multiple inheritance for defstructs.
4226 (defconst js2-paren-expr-nodes
4227 '(cl-struct-js2-comp-loop-node
4228 cl-struct-js2-comp-node
4229 cl-struct-js2-call-node
4230 cl-struct-js2-catch-node
4231 cl-struct-js2-do-node
4232 cl-struct-js2-elem-get-node
4233 cl-struct-js2-for-in-node
4234 cl-struct-js2-for-node
4235 cl-struct-js2-function-node
4236 cl-struct-js2-if-node
4237 cl-struct-js2-let-node
4238 cl-struct-js2-new-node
4239 cl-struct-js2-paren-node
4240 cl-struct-js2-switch-node
4241 cl-struct-js2-while-node
4242 cl-struct-js2-with-node
4243 cl-struct-js2-xml-dot-query-node)
4244 "Node types that can have a parenthesized child expression.
4245 In particular, nodes that respond to `js2-node-lp' and `js2-node-rp'.")
4246
4247 (defsubst js2-paren-expr-node-p (node)
4248 "Return t for nodes that typically have a parenthesized child expression.
4249 Useful for computing the indentation anchors for arg-lists and conditions.
4250 Note that it may return a false positive, for instance when NODE is
4251 a `js2-new-node' and there are no arguments or parentheses."
4252 (memq (aref node 0) js2-paren-expr-nodes))
4253
4254 ;; Fake polymorphism... yech.
4255 (defun js2-node-lp (node)
4256 "Return relative left-paren position for NODE, if applicable.
4257 For `js2-elem-get-node' structs, returns left-bracket position.
4258 Note that the position may be nil in the case of a parse error."
4259 (cond
4260 ((js2-elem-get-node-p node)
4261 (js2-elem-get-node-lb node))
4262 ((js2-loop-node-p node)
4263 (js2-loop-node-lp node))
4264 ((js2-function-node-p node)
4265 (js2-function-node-lp node))
4266 ((js2-if-node-p node)
4267 (js2-if-node-lp node))
4268 ((js2-new-node-p node)
4269 (js2-new-node-lp node))
4270 ((js2-call-node-p node)
4271 (js2-call-node-lp node))
4272 ((js2-paren-node-p node)
4273 0)
4274 ((js2-switch-node-p node)
4275 (js2-switch-node-lp node))
4276 ((js2-catch-node-p node)
4277 (js2-catch-node-lp node))
4278 ((js2-let-node-p node)
4279 (js2-let-node-lp node))
4280 ((js2-comp-node-p node)
4281 0)
4282 ((js2-with-node-p node)
4283 (js2-with-node-lp node))
4284 ((js2-xml-dot-query-node-p node)
4285 (1+ (js2-infix-node-op-pos node)))
4286 (t
4287 (error "Unsupported node type: %s" (js2-node-short-name node)))))
4288
4289 ;; Fake polymorphism... blech.
4290 (defun js2-node-rp (node)
4291 "Return relative right-paren position for NODE, if applicable.
4292 For `js2-elem-get-node' structs, returns right-bracket position.
4293 Note that the position may be nil in the case of a parse error."
4294 (cond
4295 ((js2-elem-get-node-p node)
4296 (js2-elem-get-node-rb node))
4297 ((js2-loop-node-p node)
4298 (js2-loop-node-rp node))
4299 ((js2-function-node-p node)
4300 (js2-function-node-rp node))
4301 ((js2-if-node-p node)
4302 (js2-if-node-rp node))
4303 ((js2-new-node-p node)
4304 (js2-new-node-rp node))
4305 ((js2-call-node-p node)
4306 (js2-call-node-rp node))
4307 ((js2-paren-node-p node)
4308 (1- (js2-node-len node)))
4309 ((js2-switch-node-p node)
4310 (js2-switch-node-rp node))
4311 ((js2-catch-node-p node)
4312 (js2-catch-node-rp node))
4313 ((js2-let-node-p node)
4314 (js2-let-node-rp node))
4315 ((js2-comp-node-p node)
4316 (1- (js2-node-len node)))
4317 ((js2-with-node-p node)
4318 (js2-with-node-rp node))
4319 ((js2-xml-dot-query-node-p node)
4320 (1+ (js2-xml-dot-query-node-rp node)))
4321 (t
4322 (error "Unsupported node type: %s" (js2-node-short-name node)))))
4323
4324 (defsubst js2-node-first-child (node)
4325 "Return the first element of `js2-node-child-list' for NODE."
4326 (car (js2-node-child-list node)))
4327
4328 (defsubst js2-node-last-child (node)
4329 "Return the last element of `js2-node-last-child' for NODE."
4330 (car (last (js2-node-child-list node))))
4331
4332 (defun js2-node-prev-sibling (node)
4333 "Return the previous statement in parent.
4334 Works for parents supported by `js2-node-child-list'.
4335 Returns nil if NODE is not in the parent, or PARENT is
4336 not a supported node, or if NODE is the first child."
4337 (let* ((p (js2-node-parent node))
4338 (kids (js2-node-child-list p))
4339 (sib (car kids)))
4340 (while (and kids
4341 (not (eq node (cadr kids))))
4342 (setq kids (cdr kids)
4343 sib (car kids)))
4344 sib))
4345
4346 (defun js2-node-next-sibling (node)
4347 "Return the next statement in parent block.
4348 Returns nil if NODE is not in the block, or PARENT is not
4349 a block node, or if NODE is the last statement."
4350 (let* ((p (js2-node-parent node))
4351 (kids (js2-node-child-list p)))
4352 (while (and kids
4353 (not (eq node (car kids))))
4354 (setq kids (cdr kids)))
4355 (cadr kids)))
4356
4357 (defun js2-node-find-child-before (pos parent &optional after)
4358 "Find the last child that starts before POS in parent.
4359 If AFTER is non-nil, returns first child starting after POS.
4360 POS is an absolute buffer position. PARENT is any node
4361 supported by `js2-node-child-list'.
4362 Returns nil if no applicable child is found."
4363 (let ((kids (if (js2-function-node-p parent)
4364 (js2-block-node-kids (js2-function-node-body parent))
4365 (js2-node-child-list parent)))
4366 (beg (js2-node-abs-pos (if (js2-function-node-p parent)
4367 (js2-function-node-body parent)
4368 parent)))
4369 kid result fn
4370 (continue t))
4371 (setq fn (if after '>= '<))
4372 (while (and kids continue)
4373 (setq kid (car kids))
4374 (if (funcall fn (+ beg (js2-node-pos kid)) pos)
4375 (setq result kid
4376 continue (not after))
4377 (setq continue after))
4378 (setq kids (cdr kids)))
4379 result))
4380
4381 (defun js2-node-find-child-after (pos parent)
4382 "Find first child that starts after POS in parent.
4383 POS is an absolute buffer position. PARENT is any node
4384 supported by `js2-node-child-list'.
4385 Returns nil if no applicable child is found."
4386 (js2-node-find-child-before pos parent 'after))
4387
4388 (defun js2-node-replace-child (pos parent new-node)
4389 "Replace node at index POS in PARENT with NEW-NODE.
4390 Only works for parents supported by `js2-node-child-list'."
4391 (let ((kids (js2-node-child-list parent))
4392 (i 0))
4393 (while (< i pos)
4394 (setq kids (cdr kids)
4395 i (1+ i)))
4396 (setcar kids new-node)
4397 (js2-node-add-children parent new-node)))
4398
4399 (defun js2-node-buffer (n)
4400 "Return the buffer associated with AST N.
4401 Returns nil if the buffer is not set as a property on the root
4402 node, or if parent links were not recorded during parsing."
4403 (let ((root (js2-node-root n)))
4404 (and root
4405 (js2-ast-root-p root)
4406 (js2-ast-root-buffer root))))
4407
4408 (defun js2-block-node-push (n kid)
4409 "Push js2-node KID onto the end of js2-block-node N's child list.
4410 KID is always added to the -end- of the kids list.
4411 Function also calls `js2-node-add-children' to add the parent link."
4412 (let ((kids (js2-node-child-list n)))
4413 (if kids
4414 (setcdr kids (nconc (cdr kids) (list kid)))
4415 (js2-node-set-child-list n (list kid)))
4416 (js2-node-add-children n kid)))
4417
4418 (defun js2-node-string (node)
4419 (with-current-buffer (or (js2-node-buffer node)
4420 (error "No buffer available for node %s" node))
4421 (let ((pos (js2-node-abs-pos node)))
4422 (buffer-substring-no-properties pos (+ pos (js2-node-len node))))))
4423
4424 ;; Container for storing the node we're looking for in a traversal.
4425 (js2-deflocal js2-discovered-node nil)
4426
4427 ;; Keep track of absolute node position during traversals.
4428 (js2-deflocal js2-visitor-offset nil)
4429
4430 (js2-deflocal js2-node-search-point nil)
4431
4432 (when js2-mode-dev-mode-p
4433 (defun js2-find-node-at-point ()
4434 (interactive)
4435 (let ((node (js2-node-at-point)))
4436 (message "%s" (or node "No node found at point"))))
4437 (defun js2-node-name-at-point ()
4438 (interactive)
4439 (let ((node (js2-node-at-point)))
4440 (message "%s" (if node
4441 (js2-node-short-name node)
4442 "No node found at point.")))))
4443
4444 (defun js2-node-at-point (&optional pos skip-comments)
4445 "Return AST node at POS, a buffer position, defaulting to current point.
4446 The `js2-mode-ast' variable must be set to the current parse tree.
4447 Signals an error if the AST (`js2-mode-ast') is nil.
4448 Always returns a node - if it can't find one, it returns the root.
4449 If SKIP-COMMENTS is non-nil, comment nodes are ignored."
4450 (let ((ast js2-mode-ast)
4451 result)
4452 (unless ast
4453 (error "No JavaScript AST available"))
4454 ;; Look through comments first, since they may be inside nodes that
4455 ;; would otherwise report a match.
4456 (setq pos (or pos (point))
4457 result (if (> pos (js2-node-abs-end ast))
4458 ast
4459 (if (not skip-comments)
4460 (js2-comment-at-point pos))))
4461 (unless result
4462 (setq js2-discovered-node nil
4463 js2-visitor-offset 0
4464 js2-node-search-point pos)
4465 (unwind-protect
4466 (catch 'js2-visit-done
4467 (js2-visit-ast ast #'js2-node-at-point-visitor))
4468 (setq js2-visitor-offset nil
4469 js2-node-search-point nil))
4470 (setq result js2-discovered-node))
4471 ;; may have found a comment beyond end of last child node,
4472 ;; since visiting the ast-root looks at the comment-list last.
4473 (if (and skip-comments
4474 (js2-comment-node-p result))
4475 (setq result nil))
4476 (or result js2-mode-ast)))
4477
4478 (defun js2-node-at-point-visitor (node end-p)
4479 (let ((rel-pos (js2-node-pos node))
4480 abs-pos
4481 abs-end
4482 (point js2-node-search-point))
4483 (cond
4484 (end-p
4485 ;; this evaluates to a non-nil return value, even if it's zero
4486 (decf js2-visitor-offset rel-pos))
4487 ;; we already looked for comments before visiting, and don't want them now
4488 ((js2-comment-node-p node)
4489 nil)
4490 (t
4491 (setq abs-pos (incf js2-visitor-offset rel-pos)
4492 ;; we only want to use the node if the point is before
4493 ;; the last character position in the node, so we decrement
4494 ;; the absolute end by 1.
4495 abs-end (+ abs-pos (js2-node-len node) -1))
4496 (cond
4497 ;; If this node starts after search-point, stop the search.
4498 ((> abs-pos point)
4499 (throw 'js2-visit-done nil))
4500 ;; If this node ends before the search-point, don't check kids.
4501 ((> point abs-end)
4502 nil)
4503 (t
4504 ;; Otherwise point is within this node, possibly in a child.
4505 (setq js2-discovered-node node)
4506 t)))))) ; keep processing kids to look for more specific match
4507
4508 (defsubst js2-block-comment-p (node)
4509 "Return non-nil if NODE is a comment node of format `jsdoc' or `block'."
4510 (and (js2-comment-node-p node)
4511 (memq (js2-comment-node-format node) '(jsdoc block))))
4512
4513 ;; TODO: put the comments in a vector and binary-search them instead
4514 (defun js2-comment-at-point (&optional pos)
4515 "Look through scanned comment nodes for one containing POS.
4516 POS is a buffer position that defaults to current point.
4517 Function returns nil if POS was not in any comment node."
4518 (let ((ast js2-mode-ast)
4519 (x (or pos (point)))
4520 beg end)
4521 (unless ast
4522 (error "No JavaScript AST available"))
4523 (catch 'done
4524 ;; Comments are stored in lexical order.
4525 (dolist (comment (js2-ast-root-comments ast) nil)
4526 (setq beg (js2-node-abs-pos comment)
4527 end (+ beg (js2-node-len comment)))
4528 (if (and (>= x beg)
4529 (<= x end))
4530 (throw 'done comment))))))
4531
4532 (defun js2-mode-find-parent-fn (node)
4533 "Find function enclosing NODE.
4534 Returns nil if NODE is not inside a function."
4535 (setq node (js2-node-parent node))
4536 (while (and node (not (js2-function-node-p node)))
4537 (setq node (js2-node-parent node)))
4538 (and (js2-function-node-p node) node))
4539
4540 (defun js2-mode-find-enclosing-fn (node)
4541 "Find function or root enclosing NODE."
4542 (if (js2-ast-root-p node)
4543 node
4544 (setq node (js2-node-parent node))
4545 (while (not (or (js2-ast-root-p node)
4546 (js2-function-node-p node)))
4547 (setq node (js2-node-parent node)))
4548 node))
4549
4550 (defun js2-mode-find-enclosing-node (beg end)
4551 "Find script or function fully enclosing BEG and END."
4552 (let ((node (js2-node-at-point beg))
4553 pos
4554 (continue t))
4555 (while continue
4556 (if (or (js2-ast-root-p node)
4557 (and (js2-function-node-p node)
4558 (<= (setq pos (js2-node-abs-pos node)) beg)
4559 (>= (+ pos (js2-node-len node)) end)))
4560 (setq continue nil)
4561 (setq node (js2-node-parent node))))
4562 node))
4563
4564 (defun js2-node-parent-script-or-fn (node)
4565 "Find script or function immediately enclosing NODE.
4566 If NODE is the ast-root, returns nil."
4567 (if (js2-ast-root-p node)
4568 nil
4569 (setq node (js2-node-parent node))
4570 (while (and node (not (or (js2-function-node-p node)
4571 (js2-script-node-p node))))
4572 (setq node (js2-node-parent node)))
4573 node))
4574
4575 (defun js2-node-is-descendant (node ancestor)
4576 "Return t if NODE is a descendant of ANCESTOR."
4577 (while (and node
4578 (not (eq node ancestor)))
4579 (setq node (js2-node-parent node)))
4580 node)
4581
4582 ;;; visitor infrastructure
4583
4584 (defun js2-visit-none (_node _callback)
4585 "Visitor for AST node that have no node children."
4586 nil)
4587
4588 (defun js2-print-none (_node _indent)
4589 "Visitor for AST node with no printed representation.")
4590
4591 (defun js2-print-body (node indent)
4592 "Print a statement, or a block without braces."
4593 (if (js2-block-node-p node)
4594 (dolist (kid (js2-block-node-kids node))
4595 (js2-print-ast kid indent))
4596 (js2-print-ast node indent)))
4597
4598 (defun js2-print-list (args &optional delimiter)
4599 (loop with len = (length args)
4600 for arg in args
4601 for count from 1
4602 do
4603 (when arg (js2-print-ast arg 0))
4604 (if (< count len)
4605 (insert (or delimiter ", ")))))
4606
4607 (defun js2-print-tree (ast)
4608 "Prints an AST to the current buffer.
4609 Makes `js2-ast-parent-nodes' available to the printer functions."
4610 (let ((max-lisp-eval-depth (max max-lisp-eval-depth 1500)))
4611 (js2-print-ast ast)))
4612
4613 (defun js2-print-ast (node &optional indent)
4614 "Helper function for printing AST nodes.
4615 Requires `js2-ast-parent-nodes' to be non-nil.
4616 You should use `js2-print-tree' instead of this function."
4617 (let ((printer (get (aref node 0) 'js2-printer))
4618 (i (or indent 0)))
4619 ;; TODO: wedge comments in here somewhere
4620 (if printer
4621 (funcall printer node i))))
4622
4623 (defconst js2-side-effecting-tokens
4624 (let ((tokens (make-bool-vector js2-num-tokens nil)))
4625 (dolist (tt (list js2-ASSIGN
4626 js2-ASSIGN_ADD
4627 js2-ASSIGN_BITAND
4628 js2-ASSIGN_BITOR
4629 js2-ASSIGN_BITXOR
4630 js2-ASSIGN_DIV
4631 js2-ASSIGN_LSH
4632 js2-ASSIGN_MOD
4633 js2-ASSIGN_MUL
4634 js2-ASSIGN_RSH
4635 js2-ASSIGN_SUB
4636 js2-ASSIGN_URSH
4637 js2-BLOCK
4638 js2-BREAK
4639 js2-CALL
4640 js2-CATCH
4641 js2-CATCH_SCOPE
4642 js2-CONST
4643 js2-CONTINUE
4644 js2-DEBUGGER
4645 js2-DEC
4646 js2-DELPROP
4647 js2-DEL_REF
4648 js2-DO
4649 js2-ELSE
4650 js2-EMPTY
4651 js2-ENTERWITH
4652 js2-EXPORT
4653 js2-EXPR_RESULT
4654 js2-FINALLY
4655 js2-FOR
4656 js2-FUNCTION
4657 js2-GOTO
4658 js2-IF
4659 js2-IFEQ
4660 js2-IFNE
4661 js2-IMPORT
4662 js2-INC
4663 js2-JSR
4664 js2-LABEL
4665 js2-LEAVEWITH
4666 js2-LET
4667 js2-LETEXPR
4668 js2-LOCAL_BLOCK
4669 js2-LOOP
4670 js2-NEW
4671 js2-REF_CALL
4672 js2-RETHROW
4673 js2-RETURN
4674 js2-RETURN_RESULT
4675 js2-SEMI
4676 js2-SETELEM
4677 js2-SETELEM_OP
4678 js2-SETNAME
4679 js2-SETPROP
4680 js2-SETPROP_OP
4681 js2-SETVAR
4682 js2-SET_REF
4683 js2-SET_REF_OP
4684 js2-SWITCH
4685 js2-TARGET
4686 js2-THROW
4687 js2-TRY
4688 js2-VAR
4689 js2-WHILE
4690 js2-WITH
4691 js2-WITHEXPR
4692 js2-YIELD))
4693 (aset tokens tt t))
4694 (if js2-instanceof-has-side-effects
4695 (aset tokens js2-INSTANCEOF t))
4696 tokens))
4697
4698 (defun js2-node-has-side-effects (node)
4699 "Return t if NODE has side effects."
4700 (when node ; makes it easier to handle malformed expressions
4701 (let ((tt (js2-node-type node)))
4702 (cond
4703 ;; This doubtless needs some work, since EXPR_VOID is used
4704 ;; in several ways in Rhino and I may not have caught them all.
4705 ;; I'll wait for people to notice incorrect warnings.
4706 ((and (= tt js2-EXPR_VOID)
4707 (js2-expr-stmt-node-p node)) ; but not if EXPR_RESULT
4708 (let ((expr (js2-expr-stmt-node-expr node)))
4709 (or (js2-node-has-side-effects expr)
4710 (when (js2-string-node-p expr)
4711 (member (js2-string-node-value expr) '("use strict" "use asm"))))))
4712 ((= tt js2-COMMA)
4713 (js2-node-has-side-effects (js2-infix-node-right node)))
4714 ((or (= tt js2-AND)
4715 (= tt js2-OR))
4716 (or (js2-node-has-side-effects (js2-infix-node-right node))
4717 (js2-node-has-side-effects (js2-infix-node-left node))))
4718 ((= tt js2-HOOK)
4719 (and (js2-node-has-side-effects (js2-cond-node-true-expr node))
4720 (js2-node-has-side-effects (js2-cond-node-false-expr node))))
4721 ((js2-paren-node-p node)
4722 (js2-node-has-side-effects (js2-paren-node-expr node)))
4723 ((= tt js2-ERROR) ; avoid cascaded error messages
4724 nil)
4725 (t
4726 (aref js2-side-effecting-tokens tt))))))
4727
4728 (defconst js2-stmt-node-types
4729 (list js2-BLOCK
4730 js2-BREAK
4731 js2-CONTINUE
4732 js2-DEFAULT ; e4x "default xml namespace" statement
4733 js2-DO
4734 js2-EXPR_RESULT
4735 js2-EXPR_VOID
4736 js2-FOR
4737 js2-IF
4738 js2-RETURN
4739 js2-SWITCH
4740 js2-THROW
4741 js2-TRY
4742 js2-WHILE
4743 js2-WITH)
4744 "Node types that only appear in statement contexts.
4745 The list does not include nodes that always appear as the child
4746 of another specific statement type, such as switch-cases,
4747 catch and finally blocks, and else-clauses. The list also excludes
4748 nodes like yield, let and var, which may appear in either expression
4749 or statement context, and in the latter context always have a
4750 `js2-expr-stmt-node' parent. Finally, the list does not include
4751 functions or scripts, which are treated separately from statements
4752 by the JavaScript parser and runtime.")
4753
4754 (defun js2-stmt-node-p (node)
4755 "Heuristic for figuring out if NODE is a statement.
4756 Some node types can appear in either an expression context or a
4757 statement context, e.g. let-nodes, yield-nodes, and var-decl nodes.
4758 For these node types in a statement context, the parent will be a
4759 `js2-expr-stmt-node'.
4760 Functions aren't included in the check."
4761 (memq (js2-node-type node) js2-stmt-node-types))
4762
4763 (defun js2-mode-find-first-stmt (node)
4764 "Search upward starting from NODE looking for a statement.
4765 For purposes of this function, a `js2-function-node' counts."
4766 (while (not (or (js2-stmt-node-p node)
4767 (js2-function-node-p node)))
4768 (setq node (js2-node-parent node)))
4769 node)
4770
4771 (defun js2-node-parent-stmt (node)
4772 "Return the node's first ancestor that is a statement.
4773 Returns nil if NODE is a `js2-ast-root'. Note that any expression
4774 appearing in a statement context will have a parent that is a
4775 `js2-expr-stmt-node' that will be returned by this function."
4776 (let ((parent (js2-node-parent node)))
4777 (if (or (null parent)
4778 (js2-stmt-node-p parent)
4779 (and (js2-function-node-p parent)
4780 (not (eq (js2-function-node-form parent)
4781 'FUNCTION_EXPRESSION))))
4782 parent
4783 (js2-node-parent-stmt parent))))
4784
4785 ;; In the Mozilla Rhino sources, Roshan James writes:
4786 ;; Does consistent-return analysis on the function body when strict mode is
4787 ;; enabled.
4788 ;;
4789 ;; function (x) { return (x+1) }
4790 ;;
4791 ;; is ok, but
4792 ;;
4793 ;; function (x) { if (x < 0) return (x+1); }
4794 ;;
4795 ;; is not because the function can potentially return a value when the
4796 ;; condition is satisfied and if not, the function does not explicitly
4797 ;; return a value.
4798 ;;
4799 ;; This extends to checking mismatches such as "return" and "return <value>"
4800 ;; used in the same function. Warnings are not emitted if inconsistent
4801 ;; returns exist in code that can be statically shown to be unreachable.
4802 ;; Ex.
4803 ;; function (x) { while (true) { ... if (..) { return value } ... } }
4804 ;;
4805 ;; emits no warning. However if the loop had a break statement, then a
4806 ;; warning would be emitted.
4807 ;;
4808 ;; The consistency analysis looks at control structures such as loops, ifs,
4809 ;; switch, try-catch-finally blocks, examines the reachable code paths and
4810 ;; warns the user about an inconsistent set of termination possibilities.
4811 ;;
4812 ;; These flags enumerate the possible ways a statement/function can
4813 ;; terminate. These flags are used by endCheck() and by the Parser to
4814 ;; detect inconsistent return usage.
4815 ;;
4816 ;; END_UNREACHED is reserved for code paths that are assumed to always be
4817 ;; able to execute (example: throw, continue)
4818 ;;
4819 ;; END_DROPS_OFF indicates if the statement can transfer control to the
4820 ;; next one. Statement such as return dont. A compound statement may have
4821 ;; some branch that drops off control to the next statement.
4822 ;;
4823 ;; END_RETURNS indicates that the statement can return with no value.
4824 ;; END_RETURNS_VALUE indicates that the statement can return a value.
4825 ;;
4826 ;; A compound statement such as
4827 ;; if (condition) {
4828 ;; return value;
4829 ;; }
4830 ;; Will be detected as (END_DROPS_OFF | END_RETURN_VALUE) by endCheck()
4831
4832 (defconst js2-END_UNREACHED 0)
4833 (defconst js2-END_DROPS_OFF 1)
4834 (defconst js2-END_RETURNS 2)
4835 (defconst js2-END_RETURNS_VALUE 4)
4836 (defconst js2-END_YIELDS 8)
4837
4838 (defun js2-has-consistent-return-usage (node)
4839 "Check that every return usage in a function body is consistent.
4840 Returns t if the function satisfies strict mode requirement."
4841 (let ((n (js2-end-check node)))
4842 ;; either it doesn't return a value in any branch...
4843 (or (js2-flag-not-set-p n js2-END_RETURNS_VALUE)
4844 ;; or it returns a value (or is unreached) at every branch
4845 (js2-flag-not-set-p n (logior js2-END_DROPS_OFF
4846 js2-END_RETURNS
4847 js2-END_YIELDS)))))
4848
4849 (defun js2-end-check-if (node)
4850 "Ensure that return usage in then/else blocks is consistent.
4851 If there is no else block, then the return statement can fall through.
4852 Returns logical OR of END_* flags"
4853 (let ((th (js2-if-node-then-part node))
4854 (el (js2-if-node-else-part node)))
4855 (if (null th)
4856 js2-END_UNREACHED
4857 (logior (js2-end-check th) (if el
4858 (js2-end-check el)
4859 js2-END_DROPS_OFF)))))
4860
4861 (defun js2-end-check-switch (node)
4862 "Consistency of return statements is checked between the case statements.
4863 If there is no default, then the switch can fall through. If there is a
4864 default, we check to see if all code paths in the default return or if
4865 there is a code path that can fall through.
4866 Returns logical OR of END_* flags."
4867 (let ((rv js2-END_UNREACHED)
4868 default-case)
4869 ;; examine the cases
4870 (catch 'break
4871 (dolist (c (js2-switch-node-cases node))
4872 (if (js2-case-node-expr c)
4873 (js2-set-flag rv (js2-end-check-block c))
4874 (setq default-case c)
4875 (throw 'break nil))))
4876 ;; we don't care how the cases drop into each other
4877 (js2-clear-flag rv js2-END_DROPS_OFF)
4878 ;; examine the default
4879 (js2-set-flag rv (if default-case
4880 (js2-end-check default-case)
4881 js2-END_DROPS_OFF))
4882 rv))
4883
4884 (defun js2-end-check-try (node)
4885 "If the block has a finally, return consistency is checked in the
4886 finally block. If all code paths in the finally return, then the
4887 returns in the try-catch blocks don't matter. If there is a code path
4888 that does not return or if there is no finally block, the returns
4889 of the try and catch blocks are checked for mismatch.
4890 Returns logical OR of END_* flags."
4891 (let ((finally (js2-try-node-finally-block node))
4892 rv)
4893 ;; check the finally if it exists
4894 (setq rv (if finally
4895 (js2-end-check (js2-finally-node-body finally))
4896 js2-END_DROPS_OFF))
4897 ;; If the finally block always returns, then none of the returns
4898 ;; in the try or catch blocks matter.
4899 (when (js2-flag-set-p rv js2-END_DROPS_OFF)
4900 (js2-clear-flag rv js2-END_DROPS_OFF)
4901 ;; examine the try block
4902 (js2-set-flag rv (js2-end-check (js2-try-node-try-block node)))
4903 ;; check each catch block
4904 (dolist (cb (js2-try-node-catch-clauses node))
4905 (js2-set-flag rv (js2-end-check (js2-catch-node-block cb)))))
4906 rv))
4907
4908 (defun js2-end-check-loop (node)
4909 "Return statement in the loop body must be consistent.
4910 The default assumption for any kind of a loop is that it will eventually
4911 terminate. The only exception is a loop with a constant true condition.
4912 Code that follows such a loop is examined only if one can determine
4913 statically that there is a break out of the loop.
4914
4915 for(... ; ... ; ...) {}
4916 for(... in ... ) {}
4917 while(...) { }
4918 do { } while(...)
4919
4920 Returns logical OR of END_* flags."
4921 (let ((rv (js2-end-check (js2-loop-node-body node)))
4922 (condition (cond
4923 ((js2-while-node-p node)
4924 (js2-while-node-condition node))
4925 ((js2-do-node-p node)
4926 (js2-do-node-condition node))
4927 ((js2-for-node-p node)
4928 (js2-for-node-condition node)))))
4929
4930 ;; check to see if the loop condition is always true
4931 (if (and condition
4932 (eq (js2-always-defined-boolean-p condition) 'ALWAYS_TRUE))
4933 (js2-clear-flag rv js2-END_DROPS_OFF))
4934
4935 ;; look for effect of breaks
4936 (js2-set-flag rv (js2-node-get-prop node
4937 'CONTROL_BLOCK_PROP
4938 js2-END_UNREACHED))
4939 rv))
4940
4941 (defun js2-end-check-block (node)
4942 "A general block of code is examined statement by statement.
4943 If any statement (even a compound one) returns in all branches, then
4944 subsequent statements are not examined.
4945 Returns logical OR of END_* flags."
4946 (let* ((rv js2-END_DROPS_OFF)
4947 (kids (js2-block-node-kids node))
4948 (n (car kids)))
4949 ;; Check each statment. If the statement can continue onto the next
4950 ;; one (i.e. END_DROPS_OFF is set), then check the next statement.
4951 (while (and n (js2-flag-set-p rv js2-END_DROPS_OFF))
4952 (js2-clear-flag rv js2-END_DROPS_OFF)
4953 (js2-set-flag rv (js2-end-check n))
4954 (setq kids (cdr kids)
4955 n (car kids)))
4956 rv))
4957
4958 (defun js2-end-check-label (node)
4959 "A labeled statement implies that there may be a break to the label.
4960 The function processes the labeled statement and then checks the
4961 CONTROL_BLOCK_PROP property to see if there is ever a break to the
4962 particular label.
4963 Returns logical OR of END_* flags."
4964 (let ((rv (js2-end-check (js2-labeled-stmt-node-stmt node))))
4965 (logior rv (js2-node-get-prop node
4966 'CONTROL_BLOCK_PROP
4967 js2-END_UNREACHED))))
4968
4969 (defun js2-end-check-break (node)
4970 "When a break is encountered annotate the statement being broken
4971 out of by setting its CONTROL_BLOCK_PROP property.
4972 Returns logical OR of END_* flags."
4973 (and (js2-break-node-target node)
4974 (js2-node-set-prop (js2-break-node-target node)
4975 'CONTROL_BLOCK_PROP
4976 js2-END_DROPS_OFF))
4977 js2-END_UNREACHED)
4978
4979 (defun js2-end-check (node)
4980 "Examine the body of a function, doing a basic reachability analysis.
4981 Returns a combination of flags END_* flags that indicate
4982 how the function execution can terminate. These constitute only the
4983 pessimistic set of termination conditions. It is possible that at
4984 runtime certain code paths will never be actually taken. Hence this
4985 analysis will flag errors in cases where there may not be errors.
4986 Returns logical OR of END_* flags"
4987 (let (kid)
4988 (cond
4989 ((js2-break-node-p node)
4990 (js2-end-check-break node))
4991 ((js2-expr-stmt-node-p node)
4992 (if (setq kid (js2-expr-stmt-node-expr node))
4993 (js2-end-check kid)
4994 js2-END_DROPS_OFF))
4995 ((or (js2-continue-node-p node)
4996 (js2-throw-node-p node))
4997 js2-END_UNREACHED)
4998 ((js2-return-node-p node)
4999 (if (setq kid (js2-return-node-retval node))
5000 js2-END_RETURNS_VALUE
5001 js2-END_RETURNS))
5002 ((js2-loop-node-p node)
5003 (js2-end-check-loop node))
5004 ((js2-switch-node-p node)
5005 (js2-end-check-switch node))
5006 ((js2-labeled-stmt-node-p node)
5007 (js2-end-check-label node))
5008 ((js2-if-node-p node)
5009 (js2-end-check-if node))
5010 ((js2-try-node-p node)
5011 (js2-end-check-try node))
5012 ((js2-block-node-p node)
5013 (if (null (js2-block-node-kids node))
5014 js2-END_DROPS_OFF
5015 (js2-end-check-block node)))
5016 ((js2-yield-node-p node)
5017 js2-END_YIELDS)
5018 (t
5019 js2-END_DROPS_OFF))))
5020
5021 (defun js2-always-defined-boolean-p (node)
5022 "Check if NODE always evaluates to true or false in boolean context.
5023 Returns 'ALWAYS_TRUE, 'ALWAYS_FALSE, or nil if it's neither always true
5024 nor always false."
5025 (let ((tt (js2-node-type node))
5026 num)
5027 (cond
5028 ((or (= tt js2-FALSE) (= tt js2-NULL))
5029 'ALWAYS_FALSE)
5030 ((= tt js2-TRUE)
5031 'ALWAYS_TRUE)
5032 ((= tt js2-NUMBER)
5033 (setq num (js2-number-node-num-value node))
5034 (if (and (not (eq num 0.0e+NaN))
5035 (not (zerop num)))
5036 'ALWAYS_TRUE
5037 'ALWAYS_FALSE))
5038 (t
5039 nil))))
5040
5041 ;;; Scanner -- a port of Mozilla Rhino's lexer.
5042 ;; Corresponds to Rhino files Token.java and TokenStream.java.
5043
5044 (defvar js2-tokens nil
5045 "List of all defined token names.") ; initialized in `js2-token-names'
5046
5047 (defconst js2-token-names
5048 (let* ((names (make-vector js2-num-tokens -1))
5049 (case-fold-search nil) ; only match js2-UPPER_CASE
5050 (syms (apropos-internal "^js2-\\(?:[[:upper:]_]+\\)")))
5051 (loop for sym in syms
5052 for i from 0
5053 do
5054 (unless (or (memq sym '(js2-EOF_CHAR js2-ERROR))
5055 (not (boundp sym)))
5056 (aset names (symbol-value sym) ; code, e.g. 152
5057 (downcase
5058 (substring (symbol-name sym) 4))) ; name, e.g. "let"
5059 (push sym js2-tokens)))
5060 names)
5061 "Vector mapping int values to token string names, sans `js2-' prefix.")
5062
5063 (defun js2-tt-name (tok)
5064 "Return a string name for TOK, a token symbol or code.
5065 Signals an error if it's not a recognized token."
5066 (let ((code tok))
5067 (if (symbolp tok)
5068 (setq code (symbol-value tok)))
5069 (if (eq code -1)
5070 "ERROR"
5071 (if (and (numberp code)
5072 (not (minusp code))
5073 (< code js2-num-tokens))
5074 (aref js2-token-names code)
5075 (error "Invalid token: %s" code)))))
5076
5077 (defsubst js2-tt-sym (tok)
5078 "Return symbol for TOK given its code, e.g. 'js2-LP for code 86."
5079 (intern (js2-tt-name tok)))
5080
5081 (defconst js2-token-codes
5082 (let ((table (make-hash-table :test 'eq :size 256)))
5083 (loop for name across js2-token-names
5084 for sym = (intern (concat "js2-" (upcase name)))
5085 do
5086 (puthash sym (symbol-value sym) table))
5087 ;; clean up a few that are "wrong" in Rhino's token codes
5088 (puthash 'js2-DELETE js2-DELPROP table)
5089 table)
5090 "Hashtable mapping token type symbols to their bytecodes.")
5091
5092 (defsubst js2-tt-code (sym)
5093 "Return code for token symbol SYM, e.g. 86 for 'js2-LP."
5094 (or (gethash sym js2-token-codes)
5095 (error "Invalid token symbol: %s " sym))) ; signal code bug
5096
5097 (defun js2-report-scan-error (msg &optional no-throw beg len)
5098 (setf (js2-token-end (js2-current-token)) js2-ts-cursor)
5099 (js2-report-error msg nil
5100 (or beg (js2-current-token-beg))
5101 (or len (js2-current-token-len)))
5102 (unless no-throw
5103 (throw 'return js2-ERROR)))
5104
5105 (defun js2-set-string-from-buffer (token)
5106 "Set `string' and `end' slots for TOKEN, return the string."
5107 (setf (js2-token-end token) js2-ts-cursor
5108 (js2-token-string token) (js2-collect-string js2-ts-string-buffer)))
5109
5110 ;; TODO: could potentially avoid a lot of consing by allocating a
5111 ;; char buffer the way Rhino does.
5112 (defsubst js2-add-to-string (c)
5113 (push c js2-ts-string-buffer))
5114
5115 ;; Note that when we "read" the end-of-file, we advance js2-ts-cursor
5116 ;; to (1+ (point-max)), which lets the scanner treat end-of-file like
5117 ;; any other character: when it's not part of the current token, we
5118 ;; unget it, allowing it to be read again by the following call.
5119 (defsubst js2-unget-char ()
5120 (decf js2-ts-cursor))
5121
5122 ;; Rhino distinguishes \r and \n line endings. We don't need to
5123 ;; because we only scan from Emacs buffers, which always use \n.
5124 (defun js2-get-char ()
5125 "Read and return the next character from the input buffer.
5126 Increments `js2-ts-lineno' if the return value is a newline char.
5127 Updates `js2-ts-cursor' to the point after the returned char.
5128 Returns `js2-EOF_CHAR' if we hit the end of the buffer.
5129 Also updates `js2-ts-hit-eof' and `js2-ts-line-start' as needed."
5130 (let (c)
5131 ;; check for end of buffer
5132 (if (>= js2-ts-cursor (point-max))
5133 (setq js2-ts-hit-eof t
5134 js2-ts-cursor (1+ js2-ts-cursor)
5135 c js2-EOF_CHAR) ; return value
5136 ;; otherwise read next char
5137 (setq c (char-before (incf js2-ts-cursor)))
5138 ;; if we read a newline, update counters
5139 (if (= c ?\n)
5140 (setq js2-ts-line-start js2-ts-cursor
5141 js2-ts-lineno (1+ js2-ts-lineno)))
5142 ;; TODO: skip over format characters
5143 c)))
5144
5145 (defun js2-read-unicode-escape ()
5146 "Read a \\uNNNN sequence from the input.
5147 Assumes the ?\ and ?u have already been read.
5148 Returns the unicode character, or nil if it wasn't a valid character.
5149 Doesn't change the values of any scanner variables."
5150 ;; I really wish I knew a better way to do this, but I can't
5151 ;; find the Emacs function that takes a 16-bit int and converts
5152 ;; it to a Unicode/utf-8 character. So I basically eval it with (read).
5153 ;; Have to first check that it's 4 hex characters or it may stop
5154 ;; the read early.
5155 (ignore-errors
5156 (let ((s (buffer-substring-no-properties js2-ts-cursor
5157 (+ 4 js2-ts-cursor))))
5158 (if (string-match "[0-9a-fA-F]\\{4\\}" s)
5159 (read (concat "?\\u" s))))))
5160
5161 (defun js2-match-char (test)
5162 "Consume and return next character if it matches TEST, a character.
5163 Returns nil and consumes nothing if TEST is not the next character."
5164 (let ((c (js2-get-char)))
5165 (if (eq c test)
5166 t
5167 (js2-unget-char)
5168 nil)))
5169
5170 (defun js2-peek-char ()
5171 (prog1
5172 (js2-get-char)
5173 (js2-unget-char)))
5174
5175 (defun js2-identifier-start-p (c)
5176 "Is C a valid start to an ES5 Identifier?
5177 See http://es5.github.io/#x7.6"
5178 (or
5179 (memq c '(?$ ?_))
5180 (memq (get-char-code-property c 'general-category)
5181 ;; Letters
5182 '(Lu Ll Lt Lm Lo Nl))))
5183
5184 (defun js2-identifier-part-p (c)
5185 "Is C a valid part of an ES5 Identifier?
5186 See http://es5.github.io/#x7.6"
5187 (or
5188 (memq c '(?$ ?_ ?\u200c ?\u200d))
5189 (memq (get-char-code-property c 'general-category)
5190 '(;; Letters
5191 Lu Ll Lt Lm Lo Nl
5192 ;; Combining Marks
5193 Mn Mc
5194 ;; Digits
5195 Nd
5196 ;; Connector Punctuation
5197 Pc))))
5198
5199 (defun js2-alpha-p (c)
5200 (cond ((and (<= ?A c) (<= c ?Z)) t)
5201 ((and (<= ?a c) (<= c ?z)) t)
5202 (t nil)))
5203
5204 (defsubst js2-digit-p (c)
5205 (and (<= ?0 c) (<= c ?9)))
5206
5207 (defun js2-js-space-p (c)
5208 (if (<= c 127)
5209 (memq c '(#x20 #x9 #xB #xC #xD))
5210 (or
5211 (eq c #xA0)
5212 ;; TODO: change this nil to check for Unicode space character
5213 nil)))
5214
5215 (defconst js2-eol-chars (list js2-EOF_CHAR ?\n ?\r))
5216
5217 (defun js2-skip-line ()
5218 "Skip to end of line."
5219 (while (not (memq (js2-get-char) js2-eol-chars)))
5220 (js2-unget-char)
5221 (setf (js2-token-end (js2-current-token)) js2-ts-cursor)
5222 (setq js2-token-end js2-ts-cursor))
5223
5224 (defun js2-init-scanner (&optional buf line)
5225 "Create token stream for BUF starting on LINE.
5226 BUF defaults to `current-buffer' and LINE defaults to 1.
5227
5228 A buffer can only have one scanner active at a time, which yields
5229 dramatically simpler code than using a defstruct. If you need to
5230 have simultaneous scanners in a buffer, copy the regions to scan
5231 into temp buffers."
5232 (with-current-buffer (or buf (current-buffer))
5233 (setq js2-ts-dirty-line nil
5234 js2-ts-hit-eof nil
5235 js2-ts-line-start 0
5236 js2-ts-lineno (or line 1)
5237 js2-ts-line-end-char -1
5238 js2-ts-cursor (point-min)
5239 js2-ti-tokens (make-vector js2-ti-ntokens nil)
5240 js2-ti-tokens-cursor 0
5241 js2-ti-lookahead 0
5242 js2-ts-is-xml-attribute nil
5243 js2-ts-xml-is-tag-content nil
5244 js2-ts-xml-open-tags-count 0
5245 js2-ts-string-buffer nil)))
5246
5247 ;; This function uses the cached op, string and number fields in
5248 ;; TokenStream; if getToken has been called since the passed token
5249 ;; was scanned, the op or string printed may be incorrect.
5250 (defun js2-token-to-string (token)
5251 ;; Not sure where this function is used in Rhino. Not tested.
5252 (if (not js2-debug-print-trees)
5253 ""
5254 (let ((name (js2-tt-name token)))
5255 (cond
5256 ((memq token (list js2-STRING js2-REGEXP js2-NAME))
5257 (concat name " `" (js2-current-token-string) "'"))
5258 ((eq token js2-NUMBER)
5259 (format "NUMBER %g" (js2-token-number (js2-current-token))))
5260 (t
5261 name)))))
5262
5263 (defconst js2-keywords
5264 '(break
5265 case catch const continue
5266 debugger default delete do
5267 else enum
5268 false finally for function
5269 if in instanceof import
5270 let
5271 new null
5272 return
5273 switch
5274 this throw true try typeof
5275 var void
5276 while with
5277 yield))
5278
5279 ;; Token names aren't exactly the same as the keywords, unfortunately.
5280 ;; E.g. enum isn't in the tokens, and delete is js2-DELPROP.
5281 (defconst js2-kwd-tokens
5282 (let ((table (make-vector js2-num-tokens nil))
5283 (tokens
5284 (list js2-BREAK
5285 js2-CASE js2-CATCH js2-CONST js2-CONTINUE
5286 js2-DEBUGGER js2-DEFAULT js2-DELPROP js2-DO
5287 js2-ELSE
5288 js2-FALSE js2-FINALLY js2-FOR js2-FUNCTION
5289 js2-IF js2-IN js2-INSTANCEOF js2-IMPORT
5290 js2-LET
5291 js2-NEW js2-NULL
5292 js2-RETURN
5293 js2-SWITCH
5294 js2-THIS js2-THROW js2-TRUE js2-TRY js2-TYPEOF
5295 js2-VAR
5296 js2-WHILE js2-WITH
5297 js2-YIELD)))
5298 (dolist (i tokens)
5299 (aset table i 'font-lock-keyword-face))
5300 (aset table js2-STRING 'font-lock-string-face)
5301 (aset table js2-REGEXP 'font-lock-string-face)
5302 (aset table js2-COMMENT 'font-lock-comment-face)
5303 (aset table js2-THIS 'font-lock-builtin-face)
5304 (aset table js2-VOID 'font-lock-constant-face)
5305 (aset table js2-NULL 'font-lock-constant-face)
5306 (aset table js2-TRUE 'font-lock-constant-face)
5307 (aset table js2-FALSE 'font-lock-constant-face)
5308 (aset table js2-NOT 'font-lock-negation-char-face)
5309 table)
5310 "Vector whose values are non-nil for tokens that are keywords.
5311 The values are default faces to use for highlighting the keywords.")
5312
5313 ;; FIXME: Support strict mode-only future reserved words, after we know
5314 ;; which parts scopes are in strict mode, and which are not.
5315 (defconst js2-reserved-words '(class export extends import super)
5316 "Future reserved keywords in ECMAScript 5.")
5317
5318 (defconst js2-keyword-names
5319 (let ((table (make-hash-table :test 'equal)))
5320 (loop for k in js2-keywords
5321 do (puthash
5322 (symbol-name k) ; instanceof
5323 (intern (concat "js2-"
5324 (upcase (symbol-name k)))) ; js2-INSTANCEOF
5325 table))
5326 table)
5327 "JavaScript keywords by name, mapped to their symbols.")
5328
5329 (defconst js2-reserved-word-names
5330 (let ((table (make-hash-table :test 'equal)))
5331 (loop for k in js2-reserved-words
5332 do
5333 (puthash (symbol-name k) 'js2-RESERVED table))
5334 table)
5335 "JavaScript reserved words by name, mapped to 'js2-RESERVED.")
5336
5337 (defun js2-collect-string (buf)
5338 "Convert BUF, a list of chars, to a string.
5339 Reverses BUF before converting."
5340 (if buf
5341 (apply #'string (nreverse buf))
5342 ""))
5343
5344 (defun js2-string-to-keyword (s)
5345 "Return token for S, a string, if S is a keyword or reserved word.
5346 Returns a symbol such as 'js2-BREAK, or nil if not keyword/reserved."
5347 (or (gethash s js2-keyword-names)
5348 (gethash s js2-reserved-word-names)))
5349
5350 (defsubst js2-ts-set-char-token-bounds (token)
5351 "Used when next token is one character."
5352 (setf (js2-token-beg token) (1- js2-ts-cursor)
5353 (js2-token-end token) js2-ts-cursor))
5354
5355 (defsubst js2-ts-return (token type)
5356 "Update the `end' and `type' slots of TOKEN,
5357 then throw `return' with value TYPE."
5358 (setf (js2-token-end token) js2-ts-cursor
5359 (js2-token-type token) type)
5360 (throw 'return type))
5361
5362 (defun js2-x-digit-to-int (c accumulator)
5363 "Build up a hex number.
5364 If C is a hexadecimal digit, return ACCUMULATOR * 16 plus
5365 corresponding number. Otherwise return -1."
5366 (catch 'return
5367 (catch 'check
5368 ;; Use 0..9 < A..Z < a..z
5369 (cond
5370 ((<= c ?9)
5371 (decf c ?0)
5372 (if (<= 0 c)
5373 (throw 'check nil)))
5374 ((<= c ?F)
5375 (when (<= ?A c)
5376 (decf c (- ?A 10))
5377 (throw 'check nil)))
5378 ((<= c ?f)
5379 (when (<= ?a c)
5380 (decf c (- ?a 10))
5381 (throw 'check nil))))
5382 (throw 'return -1))
5383 (logior c (lsh accumulator 4))))
5384
5385 (defun js2-get-token ()
5386 "If `js2-ti-lookahead' is zero, call scanner to get new token.
5387 Otherwise, move `js2-ti-tokens-cursor' and return the type of
5388 next saved token.
5389
5390 This function will not return a newline (js2-EOL) - instead, it
5391 gobbles newlines until it finds a non-newline token. Call
5392 `js2-peek-token-or-eol' when you care about newlines.
5393
5394 This function will also not return a js2-COMMENT. Instead, it
5395 records comments found in `js2-scanned-comments'. If the token
5396 returned by this function immediately follows a jsdoc comment,
5397 the token is flagged as such."
5398 (if (zerop js2-ti-lookahead)
5399 (js2-get-token-internal)
5400 (decf js2-ti-lookahead)
5401 (setq js2-ti-tokens-cursor (mod (1+ js2-ti-tokens-cursor) js2-ti-ntokens))
5402 (let ((tt (js2-current-token-type)))
5403 (assert (not (= tt js2-EOL)))
5404 tt)))
5405
5406 (defun js2-unget-token ()
5407 (assert (< js2-ti-lookahead js2-ti-max-lookahead))
5408 (incf js2-ti-lookahead)
5409 (setq js2-ti-tokens-cursor (mod (1- js2-ti-tokens-cursor) js2-ti-ntokens)))
5410
5411 (defun js2-get-token-internal ()
5412 (let* ((token (js2-get-token-internal-1)) ; call scanner
5413 (tt (js2-token-type token))
5414 saw-eol
5415 face)
5416 ;; process comments
5417 (while (or (= tt js2-EOL) (= tt js2-COMMENT))
5418 (if (= tt js2-EOL)
5419 (setq saw-eol t)
5420 (setq saw-eol nil)
5421 (when js2-record-comments
5422 (js2-record-comment token)))
5423 (setq js2-ti-tokens-cursor (mod (1- js2-ti-tokens-cursor) js2-ti-ntokens))
5424 (setq token (js2-get-token-internal-1) ; call scanner again
5425 tt (js2-token-type token)))
5426
5427 (when saw-eol
5428 (setf (js2-token-follows-eol-p token) t))
5429
5430 ;; perform lexical fontification as soon as token is scanned
5431 (when js2-parse-ide-mode
5432 (cond
5433 ((minusp tt)
5434 (js2-record-face 'js2-error token))
5435 ((setq face (aref js2-kwd-tokens tt))
5436 (js2-record-face face token))
5437 ((and (= tt js2-NAME)
5438 (equal (js2-token-string token) "undefined"))
5439 (js2-record-face 'font-lock-constant-face token))))
5440 tt))
5441
5442 (defun js2-get-token-internal-1 ()
5443 "Return next JavaScript token type, an int such as js2-RETURN.
5444 During operation, creates an instance of `js2-token' struct, sets
5445 its relevant fields and puts it into `js2-ti-tokens'."
5446 (let (c c1 identifier-start is-unicode-escape-start
5447 contains-escape escape-val str result base
5448 quote-char val look-for-slash continue tt
5449 (token (js2-new-token 0)))
5450 (setq
5451 tt
5452 (catch 'return
5453 (while t
5454 ;; Eat whitespace, possibly sensitive to newlines.
5455 (setq continue t)
5456 (while continue
5457 (setq c (js2-get-char))
5458 (cond
5459 ((eq c js2-EOF_CHAR)
5460 (js2-unget-char)
5461 (js2-ts-set-char-token-bounds token)
5462 (throw 'return js2-EOF))
5463 ((eq c ?\n)
5464 (js2-ts-set-char-token-bounds token)
5465 (setq js2-ts-dirty-line nil)
5466 (throw 'return js2-EOL))
5467 ((not (js2-js-space-p c))
5468 (if (/= c ?-) ; in case end of HTML comment
5469 (setq js2-ts-dirty-line t))
5470 (setq continue nil))))
5471 ;; Assume the token will be 1 char - fixed up below.
5472 (js2-ts-set-char-token-bounds token)
5473 (when (eq c ?@)
5474 (throw 'return js2-XMLATTR))
5475 ;; identifier/keyword/instanceof?
5476 ;; watch out for starting with a <backslash>
5477 (cond
5478 ((eq c ?\\)
5479 (setq c (js2-get-char))
5480 (if (eq c ?u)
5481 (setq identifier-start t
5482 is-unicode-escape-start t
5483 js2-ts-string-buffer nil)
5484 (setq identifier-start nil)
5485 (js2-unget-char)
5486 (setq c ?\\)))
5487 (t
5488 (when (setq identifier-start (js2-identifier-start-p c))
5489 (setq js2-ts-string-buffer nil)
5490 (js2-add-to-string c))))
5491 (when identifier-start
5492 (setq contains-escape is-unicode-escape-start)
5493 (catch 'break
5494 (while t
5495 (if is-unicode-escape-start
5496 ;; strictly speaking we should probably push-back
5497 ;; all the bad characters if the <backslash>uXXXX
5498 ;; sequence is malformed. But since there isn't a
5499 ;; correct context(is there?) for a bad Unicode
5500 ;; escape sequence in an identifier, we can report
5501 ;; an error here.
5502 (progn
5503 (setq escape-val 0)
5504 (dotimes (_ 4)
5505 (setq c (js2-get-char)
5506 escape-val (js2-x-digit-to-int c escape-val))
5507 ;; Next check takes care of c < 0 and bad escape
5508 (if (minusp escape-val)
5509 (throw 'break nil)))
5510 (if (minusp escape-val)
5511 (js2-report-scan-error "msg.invalid.escape" t))
5512 (js2-add-to-string escape-val)
5513 (setq is-unicode-escape-start nil))
5514 (setq c (js2-get-char))
5515 (cond
5516 ((eq c ?\\)
5517 (setq c (js2-get-char))
5518 (if (eq c ?u)
5519 (setq is-unicode-escape-start t
5520 contains-escape t)
5521 (js2-report-scan-error "msg.illegal.character" t)))
5522 (t
5523 (if (or (eq c js2-EOF_CHAR)
5524 (not (js2-identifier-part-p c)))
5525 (throw 'break nil))
5526 (js2-add-to-string c))))))
5527 (js2-unget-char)
5528 (setf str (js2-collect-string js2-ts-string-buffer)
5529 (js2-token-end token) js2-ts-cursor)
5530 ;; FIXME: Invalid in ES5 and ES6, see
5531 ;; https://bugzilla.mozilla.org/show_bug.cgi?id=694360
5532 ;; Probably should just drop this conditional.
5533 (unless contains-escape
5534 ;; OPT we shouldn't have to make a string (object!) to
5535 ;; check if it's a keyword.
5536 ;; Return the corresponding token if it's a keyword
5537 (when (setq result (js2-string-to-keyword str))
5538 (if (and (< js2-language-version 170)
5539 (memq result '(js2-LET js2-YIELD)))
5540 ;; LET and YIELD are tokens only in 1.7 and later
5541 (setq result 'js2-NAME))
5542 (when (eq result 'js2-RESERVED)
5543 (setf (js2-token-string token) str))
5544 (throw 'return (js2-tt-code result))))
5545 ;; If we want to intern these as Rhino does, just use (intern str)
5546 (setf (js2-token-string token) str)
5547 (throw 'return js2-NAME)) ; end identifier/kwd check
5548 ;; is it a number?
5549 (when (or (js2-digit-p c)
5550 (and (eq c ?.) (js2-digit-p (js2-peek-char))))
5551 (setq js2-ts-string-buffer nil
5552 base 10)
5553 (when (eq c ?0)
5554 (setq c (js2-get-char))
5555 (cond
5556 ((or (eq c ?x) (eq c ?X))
5557 (setq base 16)
5558 (setq c (js2-get-char)))
5559 ((and (or (eq c ?b) (eq c ?B))
5560 (>= js2-language-version 200))
5561 (setq base 2)
5562 (setq c (js2-get-char)))
5563 ((and (or (eq c ?o) (eq c ?O))
5564 (>= js2-language-version 200))
5565 (setq base 8)
5566 (setq c (js2-get-char)))
5567 ((js2-digit-p c)
5568 (setq base 'maybe-8))
5569 (t
5570 (js2-add-to-string ?0))))
5571 (cond
5572 ((eq base 16)
5573 (if (> 0 (js2-x-digit-to-int c 0))
5574 (js2-report-scan-error "msg.missing.hex.digits")
5575 (while (<= 0 (js2-x-digit-to-int c 0))
5576 (js2-add-to-string c)
5577 (setq c (js2-get-char)))))
5578 ((eq base 2)
5579 (if (not (memq c '(?0 ?1)))
5580 (js2-report-scan-error "msg.missing.binary.digits")
5581 (while (memq c '(?0 ?1))
5582 (js2-add-to-string c)
5583 (setq c (js2-get-char)))))
5584 ((eq base 8)
5585 (if (or (> ?0 c) (< ?7 c))
5586 (js2-report-scan-error "msg.missing.octal.digits")
5587 (while (and (<= ?0 c) (>= ?7 c))
5588 (js2-add-to-string c)
5589 (setq c (js2-get-char)))))
5590 (t
5591 (while (and (<= ?0 c) (<= c ?9))
5592 ;; We permit 08 and 09 as decimal numbers, which
5593 ;; makes our behavior a superset of the ECMA
5594 ;; numeric grammar. We might not always be so
5595 ;; permissive, so we warn about it.
5596 (when (and (eq base 'maybe-8) (>= c ?8))
5597 (js2-report-warning "msg.bad.octal.literal"
5598 (if (eq c ?8) "8" "9"))
5599 (setq base 10))
5600 (js2-add-to-string c)
5601 (setq c (js2-get-char)))
5602 (when (eq base 'maybe-8)
5603 (setq base 8))))
5604 (when (and (eq base 10) (memq c '(?. ?e ?E)))
5605 (when (eq c ?.)
5606 (loop do
5607 (js2-add-to-string c)
5608 (setq c (js2-get-char))
5609 while (js2-digit-p c)))
5610 (when (memq c '(?e ?E))
5611 (js2-add-to-string c)
5612 (setq c (js2-get-char))
5613 (when (memq c '(?+ ?-))
5614 (js2-add-to-string c)
5615 (setq c (js2-get-char)))
5616 (unless (js2-digit-p c)
5617 (js2-report-scan-error "msg.missing.exponent" t))
5618 (loop do
5619 (js2-add-to-string c)
5620 (setq c (js2-get-char))
5621 while (js2-digit-p c))))
5622 (js2-unget-char)
5623 (let ((str (js2-set-string-from-buffer token)))
5624 (setf (js2-token-number token)
5625 (js2-string-to-number str base)))
5626 (throw 'return js2-NUMBER))
5627 ;; is it a string?
5628 (when (memq c '(?\" ?\'))
5629 ;; We attempt to accumulate a string the fast way, by
5630 ;; building it directly out of the reader. But if there
5631 ;; are any escaped characters in the string, we revert to
5632 ;; building it out of a string buffer.
5633 (setq quote-char c
5634 js2-ts-string-buffer nil
5635 c (js2-get-char))
5636 (catch 'break
5637 (while (/= c quote-char)
5638 (catch 'continue
5639 (when (or (eq c ?\n) (eq c js2-EOF_CHAR))
5640 (js2-unget-char)
5641 (setf (js2-token-end token) js2-ts-cursor)
5642 (js2-report-error "msg.unterminated.string.lit")
5643 (throw 'return js2-STRING))
5644 (when (eq c ?\\)
5645 ;; We've hit an escaped character
5646 (setq c (js2-get-char))
5647 (case c
5648 (?b (setq c ?\b))
5649 (?f (setq c ?\f))
5650 (?n (setq c ?\n))
5651 (?r (setq c ?\r))
5652 (?t (setq c ?\t))
5653 (?v (setq c ?\v))
5654 (?u
5655 (setq c1 (js2-read-unicode-escape))
5656 (if js2-parse-ide-mode
5657 (if c1
5658 (progn
5659 ;; just copy the string in IDE-mode
5660 (js2-add-to-string ?\\)
5661 (js2-add-to-string ?u)
5662 (dotimes (_ 3)
5663 (js2-add-to-string (js2-get-char)))
5664 (setq c (js2-get-char))) ; added at end of loop
5665 ;; flag it as an invalid escape
5666 (js2-report-warning "msg.invalid.escape"
5667 nil (- js2-ts-cursor 2) 6))
5668 ;; Get 4 hex digits; if the u escape is not
5669 ;; followed by 4 hex digits, use 'u' + the
5670 ;; literal character sequence that follows.
5671 (js2-add-to-string ?u)
5672 (setq escape-val 0)
5673 (dotimes (_ 4)
5674 (setq c (js2-get-char)
5675 escape-val (js2-x-digit-to-int c escape-val))
5676 (if (minusp escape-val)
5677 (throw 'continue nil))
5678 (js2-add-to-string c))
5679 ;; prepare for replace of stored 'u' sequence by escape value
5680 (setq js2-ts-string-buffer (nthcdr 5 js2-ts-string-buffer)
5681 c escape-val)))
5682 (?x
5683 ;; Get 2 hex digits, defaulting to 'x'+literal
5684 ;; sequence, as above.
5685 (setq c (js2-get-char)
5686 escape-val (js2-x-digit-to-int c 0))
5687 (if (minusp escape-val)
5688 (progn
5689 (js2-add-to-string ?x)
5690 (throw 'continue nil))
5691 (setq c1 c
5692 c (js2-get-char)
5693 escape-val (js2-x-digit-to-int c escape-val))
5694 (if (minusp escape-val)
5695 (progn
5696 (js2-add-to-string ?x)
5697 (js2-add-to-string c1)
5698 (throw 'continue nil))
5699 ;; got 2 hex digits
5700 (setq c escape-val))))
5701 (?\n
5702 ;; Remove line terminator after escape to follow
5703 ;; SpiderMonkey and C/C++
5704 (setq c (js2-get-char))
5705 (throw 'continue nil))
5706 (t
5707 (when (and (<= ?0 c) (< c ?8))
5708 (setq val (- c ?0)
5709 c (js2-get-char))
5710 (when (and (<= ?0 c) (< c ?8))
5711 (setq val (- (+ (* 8 val) c) ?0)
5712 c (js2-get-char))
5713 (when (and (<= ?0 c)
5714 (< c ?8)
5715 (< val #o37))
5716 ;; c is 3rd char of octal sequence only
5717 ;; if the resulting val <= 0377
5718 (setq val (- (+ (* 8 val) c) ?0)
5719 c (js2-get-char))))
5720 (js2-unget-char)
5721 (setq c val)))))
5722 (js2-add-to-string c)
5723 (setq c (js2-get-char)))))
5724 (js2-set-string-from-buffer token)
5725 (throw 'return js2-STRING))
5726 (js2-ts-return token
5727 (case c
5728 (?\;
5729 (throw 'return js2-SEMI))
5730 (?\[
5731 (throw 'return js2-LB))
5732 (?\]
5733 (throw 'return js2-RB))
5734 (?{
5735 (throw 'return js2-LC))
5736 (?}
5737 (throw 'return js2-RC))
5738 (?\(
5739 (throw 'return js2-LP))
5740 (?\)
5741 (throw 'return js2-RP))
5742 (?,
5743 (throw 'return js2-COMMA))
5744 (??
5745 (throw 'return js2-HOOK))
5746 (?:
5747 (if (js2-match-char ?:)
5748 js2-COLONCOLON
5749 (throw 'return js2-COLON)))
5750 (?.
5751 (if (js2-match-char ?.)
5752 (if (js2-match-char ?.)
5753 js2-TRIPLEDOT js2-DOTDOT)
5754 (if (js2-match-char ?\()
5755 js2-DOTQUERY
5756 (throw 'return js2-DOT))))
5757 (?|
5758 (if (js2-match-char ?|)
5759 (throw 'return js2-OR)
5760 (if (js2-match-char ?=)
5761 js2-ASSIGN_BITOR
5762 (throw 'return js2-BITOR))))
5763 (?^
5764 (if (js2-match-char ?=)
5765 js2-ASSIGN_BITOR
5766 (throw 'return js2-BITXOR)))
5767 (?&
5768 (if (js2-match-char ?&)
5769 (throw 'return js2-AND)
5770 (if (js2-match-char ?=)
5771 js2-ASSIGN_BITAND
5772 (throw 'return js2-BITAND))))
5773 (?=
5774 (if (js2-match-char ?=)
5775 (if (js2-match-char ?=)
5776 js2-SHEQ
5777 (throw 'return js2-EQ))
5778 (if (js2-match-char ?>)
5779 (js2-ts-return token js2-ARROW)
5780 (throw 'return js2-ASSIGN))))
5781 (?!
5782 (if (js2-match-char ?=)
5783 (if (js2-match-char ?=)
5784 js2-SHNE
5785 js2-NE)
5786 (throw 'return js2-NOT)))
5787 (?<
5788 ;; NB:treat HTML begin-comment as comment-till-eol
5789 (when (js2-match-char ?!)
5790 (when (js2-match-char ?-)
5791 (when (js2-match-char ?-)
5792 (js2-skip-line)
5793 (setf (js2-token-comment-type (js2-current-token)) 'html)
5794 (throw 'return js2-COMMENT)))
5795 (js2-unget-char))
5796 (if (js2-match-char ?<)
5797 (if (js2-match-char ?=)
5798 js2-ASSIGN_LSH
5799 js2-LSH)
5800 (if (js2-match-char ?=)
5801 js2-LE
5802 (throw 'return js2-LT))))
5803 (?>
5804 (if (js2-match-char ?>)
5805 (if (js2-match-char ?>)
5806 (if (js2-match-char ?=)
5807 js2-ASSIGN_URSH
5808 js2-URSH)
5809 (if (js2-match-char ?=)
5810 js2-ASSIGN_RSH
5811 js2-RSH))
5812 (if (js2-match-char ?=)
5813 js2-GE
5814 (throw 'return js2-GT))))
5815 (?*
5816 (if (js2-match-char ?=)
5817 js2-ASSIGN_MUL
5818 (throw 'return js2-MUL)))
5819 (?/
5820 ;; is it a // comment?
5821 (when (js2-match-char ?/)
5822 (setf (js2-token-beg token) (- js2-ts-cursor 2))
5823 (js2-skip-line)
5824 (setf (js2-token-comment-type token) 'line)
5825 ;; include newline so highlighting goes to end of window
5826 (incf (js2-token-end token))
5827 (throw 'return js2-COMMENT))
5828 ;; is it a /* comment?
5829 (when (js2-match-char ?*)
5830 (setf look-for-slash nil
5831 (js2-token-beg token) (- js2-ts-cursor 2)
5832 (js2-token-comment-type token)
5833 (if (js2-match-char ?*)
5834 (progn
5835 (setq look-for-slash t)
5836 'jsdoc)
5837 'block))
5838 (while t
5839 (setq c (js2-get-char))
5840 (cond
5841 ((eq c js2-EOF_CHAR)
5842 (setf (js2-token-end token) (1- js2-ts-cursor))
5843 (js2-report-error "msg.unterminated.comment")
5844 (throw 'return js2-COMMENT))
5845 ((eq c ?*)
5846 (setq look-for-slash t))
5847 ((eq c ?/)
5848 (if look-for-slash
5849 (js2-ts-return token js2-COMMENT)))
5850 (t
5851 (setf look-for-slash nil
5852 (js2-token-end token) js2-ts-cursor)))))
5853 (if (js2-match-char ?=)
5854 js2-ASSIGN_DIV
5855 (throw 'return js2-DIV)))
5856 (?#
5857 (when js2-skip-preprocessor-directives
5858 (js2-skip-line)
5859 (setf (js2-token-comment-type token) 'preprocessor
5860 (js2-token-end token) js2-ts-cursor)
5861 (throw 'return js2-COMMENT))
5862 (throw 'return js2-ERROR))
5863 (?%
5864 (if (js2-match-char ?=)
5865 js2-ASSIGN_MOD
5866 (throw 'return js2-MOD)))
5867 (?~
5868 (throw 'return js2-BITNOT))
5869 (?+
5870 (if (js2-match-char ?=)
5871 js2-ASSIGN_ADD
5872 (if (js2-match-char ?+)
5873 js2-INC
5874 (throw 'return js2-ADD))))
5875 (?-
5876 (cond
5877 ((js2-match-char ?=)
5878 (setq c js2-ASSIGN_SUB))
5879 ((js2-match-char ?-)
5880 (unless js2-ts-dirty-line
5881 ;; treat HTML end-comment after possible whitespace
5882 ;; after line start as comment-until-eol
5883 (when (js2-match-char ?>)
5884 (js2-skip-line)
5885 (setf (js2-token-comment-type (js2-current-token)) 'html)
5886 (throw 'return js2-COMMENT)))
5887 (setq c js2-DEC))
5888 (t
5889 (setq c js2-SUB)))
5890 (setq js2-ts-dirty-line t)
5891 c)
5892 (otherwise
5893 (js2-report-scan-error "msg.illegal.character")))))))
5894 (setf (js2-token-type token) tt)
5895 token))
5896
5897 (defsubst js2-string-to-number (str base)
5898 ;; TODO: Maybe port ScriptRuntime.stringToNumber.
5899 (condition-case nil
5900 (string-to-number str base)
5901 (overflow-error -1)))
5902
5903 (defun js2-read-regexp (start-tt)
5904 "Called by parser when it gets / or /= in literal context."
5905 (let (c err
5906 in-class ; inside a '[' .. ']' character-class
5907 flags
5908 (continue t)
5909 (token (js2-new-token 0)))
5910 (setq js2-ts-string-buffer nil)
5911 (if (eq start-tt js2-ASSIGN_DIV)
5912 ;; mis-scanned /=
5913 (js2-add-to-string ?=)
5914 (if (not (eq start-tt js2-DIV))
5915 (error "failed assertion")))
5916 (while (and (not err)
5917 (or (/= (setq c (js2-get-char)) ?/)
5918 in-class))
5919 (cond
5920 ((or (= c ?\n)
5921 (= c js2-EOF_CHAR))
5922 (setf (js2-token-end token) (1- js2-ts-cursor)
5923 err t
5924 (js2-token-string token) (js2-collect-string js2-ts-string-buffer))
5925 (js2-report-error "msg.unterminated.re.lit"))
5926 (t (cond
5927 ((= c ?\\)
5928 (js2-add-to-string c)
5929 (setq c (js2-get-char)))
5930 ((= c ?\[)
5931 (setq in-class t))
5932 ((= c ?\])
5933 (setq in-class nil)))
5934 (js2-add-to-string c))))
5935 (unless err
5936 (while continue
5937 (cond
5938 ((js2-match-char ?g)
5939 (push ?g flags))
5940 ((js2-match-char ?i)
5941 (push ?i flags))
5942 ((js2-match-char ?m)
5943 (push ?m flags))
5944 (t
5945 (setq continue nil))))
5946 (if (js2-alpha-p (js2-peek-char))
5947 (js2-report-scan-error "msg.invalid.re.flag" t
5948 js2-ts-cursor 1))
5949 (js2-set-string-from-buffer token)
5950 ;; tell `parse-partial-sexp' to ignore this range of chars
5951 (js2-record-text-property (js2-current-token-beg)
5952 (js2-current-token-end) 'syntax-class '(2)))
5953 (js2-collect-string flags)))
5954
5955 (defun js2-get-first-xml-token ()
5956 (setq js2-ts-xml-open-tags-count 0
5957 js2-ts-is-xml-attribute nil
5958 js2-ts-xml-is-tag-content nil)
5959 (js2-unget-char)
5960 (js2-get-next-xml-token))
5961
5962 (defun js2-xml-discard-string (token)
5963 "Throw away the string in progress and flag an XML parse error."
5964 (setf js2-ts-string-buffer nil
5965 (js2-token-string token) nil)
5966 (js2-report-scan-error "msg.XML.bad.form" t))
5967
5968 (defun js2-get-next-xml-token ()
5969 (setq js2-ts-string-buffer nil) ; for recording the XML
5970 (let ((token (js2-new-token 0))
5971 c result)
5972 (setq result
5973 (catch 'return
5974 (while t
5975 (setq c (js2-get-char))
5976 (cond
5977 ((= c js2-EOF_CHAR)
5978 (throw 'return js2-ERROR))
5979 (js2-ts-xml-is-tag-content
5980 (case c
5981 (?>
5982 (js2-add-to-string c)
5983 (setq js2-ts-xml-is-tag-content nil
5984 js2-ts-is-xml-attribute nil))
5985 (?/
5986 (js2-add-to-string c)
5987 (when (eq ?> (js2-peek-char))
5988 (setq c (js2-get-char))
5989 (js2-add-to-string c)
5990 (setq js2-ts-xml-is-tag-content nil)
5991 (decf js2-ts-xml-open-tags-count)))
5992 (?{
5993 (js2-unget-char)
5994 (js2-set-string-from-buffer token)
5995 (throw 'return js2-XML))
5996 ((?\' ?\")
5997 (js2-add-to-string c)
5998 (unless (js2-read-quoted-string c token)
5999 (throw 'return js2-ERROR)))
6000 (?=
6001 (js2-add-to-string c)
6002 (setq js2-ts-is-xml-attribute t))
6003 ((? ?\t ?\r ?\n)
6004 (js2-add-to-string c))
6005 (t
6006 (js2-add-to-string c)
6007 (setq js2-ts-is-xml-attribute nil)))
6008 (when (and (not js2-ts-xml-is-tag-content)
6009 (zerop js2-ts-xml-open-tags-count))
6010 (js2-set-string-from-buffer token)
6011 (throw 'return js2-XMLEND)))
6012 (t
6013 ;; else not tag content
6014 (case c
6015 (?<
6016 (js2-add-to-string c)
6017 (setq c (js2-peek-char))
6018 (case c
6019 (?!
6020 (setq c (js2-get-char)) ;; skip !
6021 (js2-add-to-string c)
6022 (setq c (js2-peek-char))
6023 (case c
6024 (?-
6025 (setq c (js2-get-char)) ;; skip -
6026 (js2-add-to-string c)
6027 (if (eq c ?-)
6028 (progn
6029 (js2-add-to-string c)
6030 (unless (js2-read-xml-comment token)
6031 (throw 'return js2-ERROR)))
6032 (js2-xml-discard-string token)
6033 (throw 'return js2-ERROR)))
6034 (?\[
6035 (setq c (js2-get-char)) ;; skip [
6036 (js2-add-to-string c)
6037 (if (and (= (js2-get-char) ?C)
6038 (= (js2-get-char) ?D)
6039 (= (js2-get-char) ?A)
6040 (= (js2-get-char) ?T)
6041 (= (js2-get-char) ?A)
6042 (= (js2-get-char) ?\[))
6043 (progn
6044 (js2-add-to-string ?C)
6045 (js2-add-to-string ?D)
6046 (js2-add-to-string ?A)
6047 (js2-add-to-string ?T)
6048 (js2-add-to-string ?A)
6049 (js2-add-to-string ?\[)
6050 (unless (js2-read-cdata token)
6051 (throw 'return js2-ERROR)))
6052 (js2-xml-discard-string token)
6053 (throw 'return js2-ERROR)))
6054 (t
6055 (unless (js2-read-entity token)
6056 (throw 'return js2-ERROR))))
6057 ;; Allow bare CDATA section, e.g.:
6058 ;; let xml = <![CDATA[ foo bar baz ]]>;
6059 (when (zerop js2-ts-xml-open-tags-count)
6060 (throw 'return js2-XMLEND)))
6061 (??
6062 (setq c (js2-get-char)) ;; skip ?
6063 (js2-add-to-string c)
6064 (unless (js2-read-PI token)
6065 (throw 'return js2-ERROR)))
6066 (?/
6067 ;; end tag
6068 (setq c (js2-get-char)) ;; skip /
6069 (js2-add-to-string c)
6070 (when (zerop js2-ts-xml-open-tags-count)
6071 (js2-xml-discard-string token)
6072 (throw 'return js2-ERROR))
6073 (setq js2-ts-xml-is-tag-content t)
6074 (decf js2-ts-xml-open-tags-count))
6075 (t
6076 ;; start tag
6077 (setq js2-ts-xml-is-tag-content t)
6078 (incf js2-ts-xml-open-tags-count))))
6079 (?{
6080 (js2-unget-char)
6081 (js2-set-string-from-buffer token)
6082 (throw 'return js2-XML))
6083 (t
6084 (js2-add-to-string c))))))))
6085 (setf (js2-token-end token) js2-ts-cursor)
6086 (setf (js2-token-type token) result)
6087 result))
6088
6089 (defun js2-read-quoted-string (quote token)
6090 (let (c)
6091 (catch 'return
6092 (while (/= (setq c (js2-get-char)) js2-EOF_CHAR)
6093 (js2-add-to-string c)
6094 (if (eq c quote)
6095 (throw 'return t)))
6096 (js2-xml-discard-string token) ;; throw away string in progress
6097 nil)))
6098
6099 (defun js2-read-xml-comment (token)
6100 (let ((c (js2-get-char)))
6101 (catch 'return
6102 (while (/= c js2-EOF_CHAR)
6103 (catch 'continue
6104 (js2-add-to-string c)
6105 (when (and (eq c ?-) (eq ?- (js2-peek-char)))
6106 (setq c (js2-get-char))
6107 (js2-add-to-string c)
6108 (if (eq (js2-peek-char) ?>)
6109 (progn
6110 (setq c (js2-get-char)) ;; skip >
6111 (js2-add-to-string c)
6112 (throw 'return t))
6113 (throw 'continue nil)))
6114 (setq c (js2-get-char))))
6115 (js2-xml-discard-string token)
6116 nil)))
6117
6118 (defun js2-read-cdata (token)
6119 (let ((c (js2-get-char)))
6120 (catch 'return
6121 (while (/= c js2-EOF_CHAR)
6122 (catch 'continue
6123 (js2-add-to-string c)
6124 (when (and (eq c ?\]) (eq (js2-peek-char) ?\]))
6125 (setq c (js2-get-char))
6126 (js2-add-to-string c)
6127 (if (eq (js2-peek-char) ?>)
6128 (progn
6129 (setq c (js2-get-char)) ;; Skip >
6130 (js2-add-to-string c)
6131 (throw 'return t))
6132 (throw 'continue nil)))
6133 (setq c (js2-get-char))))
6134 (js2-xml-discard-string token)
6135 nil)))
6136
6137 (defun js2-read-entity (token)
6138 (let ((decl-tags 1)
6139 c)
6140 (catch 'return
6141 (while (/= js2-EOF_CHAR (setq c (js2-get-char)))
6142 (js2-add-to-string c)
6143 (case c
6144 (?<
6145 (incf decl-tags))
6146 (?>
6147 (decf decl-tags)
6148 (if (zerop decl-tags)
6149 (throw 'return t)))))
6150 (js2-xml-discard-string token)
6151 nil)))
6152
6153 (defun js2-read-PI (token)
6154 "Scan an XML processing instruction."
6155 (let (c)
6156 (catch 'return
6157 (while (/= js2-EOF_CHAR (setq c (js2-get-char)))
6158 (js2-add-to-string c)
6159 (when (and (eq c ??) (eq (js2-peek-char) ?>))
6160 (setq c (js2-get-char)) ;; Skip >
6161 (js2-add-to-string c)
6162 (throw 'return t)))
6163 (js2-xml-discard-string token)
6164 nil)))
6165
6166 ;;; Highlighting
6167
6168 (defun js2-set-face (beg end face &optional record)
6169 "Fontify a region. If RECORD is non-nil, record for later."
6170 (when (plusp js2-highlight-level)
6171 (setq beg (min (point-max) beg)
6172 beg (max (point-min) beg)
6173 end (min (point-max) end)
6174 end (max (point-min) end))
6175 (if record
6176 (push (list beg end face) js2-mode-fontifications)
6177 (put-text-property beg end 'font-lock-face face))))
6178
6179 (defsubst js2-clear-face (beg end)
6180 (remove-text-properties beg end '(font-lock-face nil
6181 help-echo nil
6182 point-entered nil
6183 c-in-sws nil)))
6184
6185 (defconst js2-ecma-global-props
6186 (concat "^"
6187 (regexp-opt
6188 '("Infinity" "NaN" "undefined" "arguments") t)
6189 "$")
6190 "Value properties of the Ecma-262 Global Object.
6191 Shown at or above `js2-highlight-level' 2.")
6192
6193 ;; might want to add the name "arguments" to this list?
6194 (defconst js2-ecma-object-props
6195 (concat "^"
6196 (regexp-opt
6197 '("prototype" "__proto__" "__parent__") t)
6198 "$")
6199 "Value properties of the Ecma-262 Object constructor.
6200 Shown at or above `js2-highlight-level' 2.")
6201
6202 (defconst js2-ecma-global-funcs
6203 (concat
6204 "^"
6205 (regexp-opt
6206 '("decodeURI" "decodeURIComponent" "encodeURI" "encodeURIComponent"
6207 "eval" "isFinite" "isNaN" "parseFloat" "parseInt") t)
6208 "$")
6209 "Function properties of the Ecma-262 Global object.
6210 Shown at or above `js2-highlight-level' 2.")
6211
6212 (defconst js2-ecma-number-props
6213 (concat "^"
6214 (regexp-opt '("MAX_VALUE" "MIN_VALUE" "NaN"
6215 "NEGATIVE_INFINITY"
6216 "POSITIVE_INFINITY") t)
6217 "$")
6218 "Properties of the Ecma-262 Number constructor.
6219 Shown at or above `js2-highlight-level' 2.")
6220
6221 (defconst js2-ecma-date-props "^\\(parse\\|UTC\\)$"
6222 "Properties of the Ecma-262 Date constructor.
6223 Shown at or above `js2-highlight-level' 2.")
6224
6225 (defconst js2-ecma-math-props
6226 (concat "^"
6227 (regexp-opt
6228 '("E" "LN10" "LN2" "LOG2E" "LOG10E" "PI" "SQRT1_2" "SQRT2")
6229 t)
6230 "$")
6231 "Properties of the Ecma-262 Math object.
6232 Shown at or above `js2-highlight-level' 2.")
6233
6234 (defconst js2-ecma-math-funcs
6235 (concat "^"
6236 (regexp-opt
6237 '("abs" "acos" "asin" "atan" "atan2" "ceil" "cos" "exp" "floor"
6238 "log" "max" "min" "pow" "random" "round" "sin" "sqrt" "tan") t)
6239 "$")
6240 "Function properties of the Ecma-262 Math object.
6241 Shown at or above `js2-highlight-level' 2.")
6242
6243 (defconst js2-ecma-function-props
6244 (concat
6245 "^"
6246 (regexp-opt
6247 '(;; properties of the Object prototype object
6248 "hasOwnProperty" "isPrototypeOf" "propertyIsEnumerable"
6249 "toLocaleString" "toString" "valueOf"
6250 ;; properties of the Function prototype object
6251 "apply" "call"
6252 ;; properties of the Array prototype object
6253 "concat" "join" "pop" "push" "reverse" "shift" "slice" "sort"
6254 "splice" "unshift"
6255 ;; properties of the String prototype object
6256 "charAt" "charCodeAt" "fromCharCode" "indexOf" "lastIndexOf"
6257 "localeCompare" "match" "replace" "search" "split" "substring"
6258 "toLocaleLowerCase" "toLocaleUpperCase" "toLowerCase"
6259 "toUpperCase"
6260 ;; properties of the Number prototype object
6261 "toExponential" "toFixed" "toPrecision"
6262 ;; properties of the Date prototype object
6263 "getDate" "getDay" "getFullYear" "getHours" "getMilliseconds"
6264 "getMinutes" "getMonth" "getSeconds" "getTime"
6265 "getTimezoneOffset" "getUTCDate" "getUTCDay" "getUTCFullYear"
6266 "getUTCHours" "getUTCMilliseconds" "getUTCMinutes" "getUTCMonth"
6267 "getUTCSeconds" "setDate" "setFullYear" "setHours"
6268 "setMilliseconds" "setMinutes" "setMonth" "setSeconds" "setTime"
6269 "setUTCDate" "setUTCFullYear" "setUTCHours" "setUTCMilliseconds"
6270 "setUTCMinutes" "setUTCMonth" "setUTCSeconds" "toDateString"
6271 "toLocaleDateString" "toLocaleString" "toLocaleTimeString"
6272 "toTimeString" "toUTCString"
6273 ;; properties of the RegExp prototype object
6274 "exec" "test"
6275 ;; properties of the JSON prototype object
6276 "parse" "stringify"
6277 ;; SpiderMonkey/Rhino extensions, versions 1.5+
6278 "toSource" "__defineGetter__" "__defineSetter__"
6279 "__lookupGetter__" "__lookupSetter__" "__noSuchMethod__"
6280 "every" "filter" "forEach" "lastIndexOf" "map" "some")
6281 t)
6282 "$")
6283 "Built-in functions defined by Ecma-262 and SpiderMonkey extensions.
6284 Shown at or above `js2-highlight-level' 3.")
6285
6286 (defun js2-parse-highlight-prop-get (parent target prop call-p)
6287 (let ((target-name (and target
6288 (js2-name-node-p target)
6289 (js2-name-node-name target)))
6290 (prop-name (if prop (js2-name-node-name prop)))
6291 (level2 (>= js2-highlight-level 2))
6292 (level3 (>= js2-highlight-level 3)))
6293 (when level2
6294 (let ((face
6295 (if call-p
6296 (cond
6297 ((and target prop)
6298 (cond
6299 ((and level3 (string-match js2-ecma-function-props prop-name))
6300 'font-lock-builtin-face)
6301 ((and target-name prop)
6302 (cond
6303 ((string= target-name "Date")
6304 (if (string-match js2-ecma-date-props prop-name)
6305 'font-lock-builtin-face))
6306 ((string= target-name "Math")
6307 (if (string-match js2-ecma-math-funcs prop-name)
6308 'font-lock-builtin-face))))))
6309 (prop
6310 (if (string-match js2-ecma-global-funcs prop-name)
6311 'font-lock-builtin-face)))
6312 (cond
6313 ((and target prop)
6314 (cond
6315 ((string= target-name "Number")
6316 (if (string-match js2-ecma-number-props prop-name)
6317 'font-lock-constant-face))
6318 ((string= target-name "Math")
6319 (if (string-match js2-ecma-math-props prop-name)
6320 'font-lock-constant-face))))
6321 (prop
6322 (if (string-match js2-ecma-object-props prop-name)
6323 'font-lock-constant-face))))))
6324 (when face
6325 (let ((pos (+ (js2-node-pos parent) ; absolute
6326 (js2-node-pos prop)))) ; relative
6327 (js2-set-face pos
6328 (+ pos (js2-node-len prop))
6329 face 'record)))))))
6330
6331 (defun js2-parse-highlight-member-expr-node (node)
6332 "Perform syntax highlighting of EcmaScript built-in properties.
6333 The variable `js2-highlight-level' governs this highighting."
6334 (let (face target prop name pos end parent call-p callee)
6335 (cond
6336 ;; case 1: simple name, e.g. foo
6337 ((js2-name-node-p node)
6338 (setq name (js2-name-node-name node))
6339 ;; possible for name to be nil in rare cases - saw it when
6340 ;; running js2-mode on an elisp buffer. Might as well try to
6341 ;; make it so js2-mode never barfs.
6342 (when name
6343 (setq face (if (string-match js2-ecma-global-props name)
6344 'font-lock-constant-face))
6345 (when face
6346 (setq pos (js2-node-pos node)
6347 end (+ pos (js2-node-len node)))
6348 (js2-set-face pos end face 'record))))
6349 ;; case 2: property access or function call
6350 ((or (js2-prop-get-node-p node)
6351 ;; highlight function call if expr is a prop-get node
6352 ;; or a plain name (i.e. unqualified function call)
6353 (and (setq call-p (js2-call-node-p node))
6354 (setq callee (js2-call-node-target node)) ; separate setq!
6355 (or (js2-prop-get-node-p callee)
6356 (js2-name-node-p callee))))
6357 (setq parent node
6358 node (if call-p callee node))
6359 (if (and call-p (js2-name-node-p callee))
6360 (setq prop callee)
6361 (setq target (js2-prop-get-node-left node)
6362 prop (js2-prop-get-node-right node)))
6363 (cond
6364 ((js2-name-node-p prop)
6365 ;; case 2(a&c): simple or complex target, simple name, e.g. x[y].bar
6366 (js2-parse-highlight-prop-get parent target prop call-p))
6367 ((js2-name-node-p target)
6368 ;; case 2b: simple target, complex name, e.g. foo.x[y]
6369 (js2-parse-highlight-prop-get parent target nil call-p)))))))
6370
6371 (defun js2-parse-highlight-member-expr-fn-name (expr)
6372 "Highlight the `baz' in function foo.bar.baz(args) {...}.
6373 This is experimental Rhino syntax. EXPR is the foo.bar.baz member expr.
6374 We currently only handle the case where the last component is a prop-get
6375 of a simple name. Called before EXPR has a parent node."
6376 (let (pos
6377 (name (and (js2-prop-get-node-p expr)
6378 (js2-prop-get-node-right expr))))
6379 (when (js2-name-node-p name)
6380 (js2-set-face (setq pos (+ (js2-node-pos expr) ; parent is absolute
6381 (js2-node-pos name)))
6382 (+ pos (js2-node-len name))
6383 'font-lock-function-name-face
6384 'record))))
6385
6386 ;; source: http://jsdoc.sourceforge.net/
6387 ;; Note - this syntax is for Google's enhanced jsdoc parser that
6388 ;; allows type specifications, and needs work before entering the wild.
6389
6390 (defconst js2-jsdoc-param-tag-regexp
6391 (concat "^\\s-*\\*+\\s-*\\(@"
6392 "\\(?:param\\|argument\\)"
6393 "\\)"
6394 "\\s-*\\({[^}]+}\\)?" ; optional type
6395 "\\s-*\\[?\\([[:alnum:]_$\.]+\\)?\\]?" ; name
6396 "\\>")
6397 "Matches jsdoc tags with optional type and optional param name.")
6398
6399 (defconst js2-jsdoc-typed-tag-regexp
6400 (concat "^\\s-*\\*+\\s-*\\(@\\(?:"
6401 (regexp-opt
6402 '("enum"
6403 "extends"
6404 "field"
6405 "id"
6406 "implements"
6407 "lends"
6408 "mods"
6409 "requires"
6410 "return"
6411 "returns"
6412 "throw"
6413 "throws"))
6414 "\\)\\)\\s-*\\({[^}]+}\\)?")
6415 "Matches jsdoc tags with optional type.")
6416
6417 (defconst js2-jsdoc-arg-tag-regexp
6418 (concat "^\\s-*\\*+\\s-*\\(@\\(?:"
6419 (regexp-opt
6420 '("alias"
6421 "augments"
6422 "borrows"
6423 "bug"
6424 "base"
6425 "config"
6426 "default"
6427 "define"
6428 "exception"
6429 "function"
6430 "member"
6431 "memberOf"
6432 "name"
6433 "namespace"
6434 "property"
6435 "since"
6436 "suppress"
6437 "this"
6438 "throws"
6439 "type"
6440 "version"))
6441 "\\)\\)\\s-+\\([^ \t]+\\)")
6442 "Matches jsdoc tags with a single argument.")
6443
6444 (defconst js2-jsdoc-empty-tag-regexp
6445 (concat "^\\s-*\\*+\\s-*\\(@\\(?:"
6446 (regexp-opt
6447 '("addon"
6448 "author"
6449 "class"
6450 "const"
6451 "constant"
6452 "constructor"
6453 "constructs"
6454 "deprecated"
6455 "desc"
6456 "description"
6457 "event"
6458 "example"
6459 "exec"
6460 "export"
6461 "fileoverview"
6462 "final"
6463 "function"
6464 "hidden"
6465 "ignore"
6466 "implicitCast"
6467 "inheritDoc"
6468 "inner"
6469 "interface"
6470 "license"
6471 "noalias"
6472 "noshadow"
6473 "notypecheck"
6474 "override"
6475 "owner"
6476 "preserve"
6477 "preserveTry"
6478 "private"
6479 "protected"
6480 "public"
6481 "static"
6482 "supported"
6483 ))
6484 "\\)\\)\\s-*")
6485 "Matches empty jsdoc tags.")
6486
6487 (defconst js2-jsdoc-link-tag-regexp
6488 "{\\(@\\(?:link\\|code\\)\\)\\s-+\\([^#}\n]+\\)\\(#.+\\)?}"
6489 "Matches a jsdoc link or code tag.")
6490
6491 (defconst js2-jsdoc-see-tag-regexp
6492 "^\\s-*\\*+\\s-*\\(@see\\)\\s-+\\([^#}\n]+\\)\\(#.+\\)?"
6493 "Matches a jsdoc @see tag.")
6494
6495 (defconst js2-jsdoc-html-tag-regexp
6496 "\\(</?\\)\\([[:alpha:]]+\\)\\s-*\\(/?>\\)"
6497 "Matches a simple (no attributes) html start- or end-tag.")
6498
6499 (defun js2-jsdoc-highlight-helper ()
6500 (js2-set-face (match-beginning 1)
6501 (match-end 1)
6502 'js2-jsdoc-tag)
6503 (if (match-beginning 2)
6504 (if (save-excursion
6505 (goto-char (match-beginning 2))
6506 (= (char-after) ?{))
6507 (js2-set-face (1+ (match-beginning 2))
6508 (1- (match-end 2))
6509 'js2-jsdoc-type)
6510 (js2-set-face (match-beginning 2)
6511 (match-end 2)
6512 'js2-jsdoc-value)))
6513 (if (match-beginning 3)
6514 (js2-set-face (match-beginning 3)
6515 (match-end 3)
6516 'js2-jsdoc-value)))
6517
6518 (defun js2-highlight-jsdoc (ast)
6519 "Highlight doc comment tags."
6520 (let ((comments (js2-ast-root-comments ast))
6521 beg end)
6522 (save-excursion
6523 (dolist (node comments)
6524 (when (eq (js2-comment-node-format node) 'jsdoc)
6525 (setq beg (js2-node-abs-pos node)
6526 end (+ beg (js2-node-len node)))
6527 (save-restriction
6528 (narrow-to-region beg end)
6529 (dolist (re (list js2-jsdoc-param-tag-regexp
6530 js2-jsdoc-typed-tag-regexp
6531 js2-jsdoc-arg-tag-regexp
6532 js2-jsdoc-link-tag-regexp
6533 js2-jsdoc-see-tag-regexp
6534 js2-jsdoc-empty-tag-regexp))
6535 (goto-char beg)
6536 (while (re-search-forward re nil t)
6537 (js2-jsdoc-highlight-helper)))
6538 ;; simple highlighting for html tags
6539 (goto-char beg)
6540 (while (re-search-forward js2-jsdoc-html-tag-regexp nil t)
6541 (js2-set-face (match-beginning 1)
6542 (match-end 1)
6543 'js2-jsdoc-html-tag-delimiter)
6544 (js2-set-face (match-beginning 2)
6545 (match-end 2)
6546 'js2-jsdoc-html-tag-name)
6547 (js2-set-face (match-beginning 3)
6548 (match-end 3)
6549 'js2-jsdoc-html-tag-delimiter))))))))
6550
6551 (defun js2-highlight-assign-targets (_node left right)
6552 "Highlight function properties and external variables."
6553 (let (leftpos name)
6554 ;; highlight vars and props assigned function values
6555 (when (js2-function-node-p right)
6556 (cond
6557 ;; var foo = function() {...}
6558 ((js2-name-node-p left)
6559 (setq name left))
6560 ;; foo.bar.baz = function() {...}
6561 ((and (js2-prop-get-node-p left)
6562 (js2-name-node-p (js2-prop-get-node-right left)))
6563 (setq name (js2-prop-get-node-right left))))
6564 (when name
6565 (js2-set-face (setq leftpos (js2-node-abs-pos name))
6566 (+ leftpos (js2-node-len name))
6567 'font-lock-function-name-face
6568 'record)))))
6569
6570 (defun js2-record-name-node (node)
6571 "Saves NODE to `js2-recorded-identifiers' to check for undeclared variables
6572 later. NODE must be a name node."
6573 (let ((leftpos (js2-node-abs-pos node)))
6574 (push (list node js2-current-scope
6575 leftpos
6576 (+ leftpos (js2-node-len node)))
6577 js2-recorded-identifiers)))
6578
6579 (defun js2-highlight-undeclared-vars ()
6580 "After entire parse is finished, look for undeclared variable references.
6581 We have to wait until entire buffer is parsed, since JavaScript permits var
6582 decls to occur after they're used.
6583
6584 If any undeclared var name is in `js2-externs' or `js2-additional-externs',
6585 it is considered declared."
6586 (let (name)
6587 (dolist (entry js2-recorded-identifiers)
6588 (destructuring-bind (name-node scope pos end) entry
6589 (setq name (js2-name-node-name name-node))
6590 (unless (or (member name js2-global-externs)
6591 (member name js2-default-externs)
6592 (member name js2-additional-externs)
6593 (js2-get-defining-scope scope name))
6594 (js2-report-warning "msg.undeclared.variable" name pos (- end pos)
6595 'js2-external-variable))))
6596 (setq js2-recorded-identifiers nil)))
6597
6598 (defun js2-set-default-externs ()
6599 "Set the value of `js2-default-externs' based on the various
6600 `js2-include-?-externs' variables."
6601 (setq js2-default-externs
6602 (append js2-ecma-262-externs
6603 (if js2-include-browser-externs js2-browser-externs)
6604 (if js2-include-rhino-externs js2-rhino-externs)
6605 (if js2-include-node-externs js2-node-externs)
6606 (if (or js2-include-browser-externs js2-include-node-externs)
6607 js2-typed-array-externs))))
6608
6609 (defun js2-apply-jslint-globals ()
6610 (setq js2-additional-externs
6611 (nconc (js2-get-jslint-globals)
6612 js2-additional-externs)))
6613
6614 (defun js2-get-jslint-globals ()
6615 (loop for node in (js2-ast-root-comments js2-mode-ast)
6616 when (and (eq 'block (js2-comment-node-format node))
6617 (save-excursion
6618 (goto-char (js2-node-abs-pos node))
6619 (looking-at "/\\*global ")))
6620 append (js2-get-jslint-globals-in
6621 (match-end 0)
6622 (js2-node-abs-end node))))
6623
6624 (defun js2-get-jslint-globals-in (beg end)
6625 (let (res)
6626 (save-excursion
6627 (goto-char beg)
6628 (while (re-search-forward js2-mode-identifier-re end t)
6629 (let ((match (match-string 0)))
6630 (unless (member match '("true" "false"))
6631 (push match res)))))
6632 (nreverse res)))
6633
6634 ;;; IMenu support
6635
6636 ;; We currently only support imenu, but eventually should support speedbar and
6637 ;; possibly other browsing mechanisms.
6638
6639 ;; The basic strategy is to identify function assignment targets of the form
6640 ;; `foo.bar.baz', convert them to (list fn foo bar baz <position>), and push the
6641 ;; list into `js2-imenu-recorder'. The lists are merged into a trie-like tree
6642 ;; for imenu after parsing is finished.
6643
6644 ;; A `foo.bar.baz' assignment target may be expressed in many ways in
6645 ;; JavaScript, and the general problem is undecidable. However, several forms
6646 ;; are readily recognizable at parse-time; the forms we attempt to recognize
6647 ;; include:
6648
6649 ;; function foo() -- function declaration
6650 ;; foo = function() -- function expression assigned to variable
6651 ;; foo.bar.baz = function() -- function expr assigned to nested property-get
6652 ;; foo = {bar: function()} -- fun prop in object literal assigned to var
6653 ;; foo = {bar: {baz: function()}} -- inside nested object literal
6654 ;; foo.bar = {baz: function()}} -- obj lit assigned to nested prop get
6655 ;; a.b = {c: {d: function()}} -- nested obj lit assigned to nested prop get
6656 ;; foo = {get bar() {...}} -- getter/setter in obj literal
6657 ;; function foo() {function bar() {...}} -- nested function
6658 ;; foo['a'] = function() -- fun expr assigned to deterministic element-get
6659
6660 ;; This list boils down to a few forms that can be combined recursively.
6661 ;; Top-level named function declarations include both the left-hand (name)
6662 ;; and the right-hand (function value) expressions needed to produce an imenu
6663 ;; entry. The other "right-hand" forms we need to look for are:
6664 ;; - functions declared as props/getters/setters in object literals
6665 ;; - nested named function declarations
6666 ;; The "left-hand" expressions that functions can be assigned to include:
6667 ;; - local/global variables
6668 ;; - nested property-get expressions like a.b.c.d
6669 ;; - element gets like foo[10] or foo['bar'] where the index
6670 ;; expression can be trivially converted to a property name. They
6671 ;; effectively then become property gets.
6672
6673 ;; All the different definition types are canonicalized into the form
6674 ;; foo.bar.baz = position-of-function-keyword
6675
6676 ;; We need to build a trie-like structure for imenu. As an example,
6677 ;; consider the following JavaScript code:
6678
6679 ;; a = function() {...} // function at position 5
6680 ;; b = function() {...} // function at position 25
6681 ;; foo = function() {...} // function at position 100
6682 ;; foo.bar = function() {...} // function at position 200
6683 ;; foo.bar.baz = function() {...} // function at position 300
6684 ;; foo.bar.zab = function() {...} // function at position 400
6685
6686 ;; During parsing we accumulate an entry for each definition in
6687 ;; the variable `js2-imenu-recorder', like so:
6688
6689 ;; '((fn a 5)
6690 ;; (fn b 25)
6691 ;; (fn foo 100)
6692 ;; (fn foo bar 200)
6693 ;; (fn foo bar baz 300)
6694 ;; (fn foo bar zab 400))
6695
6696 ;; Where 'fn' is the respective function node.
6697 ;; After parsing these entries are merged into this alist-trie:
6698
6699 ;; '((a . 1)
6700 ;; (b . 2)
6701 ;; (foo (<definition> . 3)
6702 ;; (bar (<definition> . 6)
6703 ;; (baz . 100)
6704 ;; (zab . 200))))
6705
6706 ;; Note the wacky need for a <definition> name. The token can be anything
6707 ;; that isn't a valid JavaScript identifier, because you might make foo
6708 ;; a function and then start setting properties on it that are also functions.
6709
6710 (defun js2-prop-node-name (node)
6711 "Return the name of a node that may be a property-get/property-name.
6712 If NODE is not a valid name-node, string-node or integral number-node,
6713 returns nil. Otherwise returns the string name/value of the node."
6714 (cond
6715 ((js2-name-node-p node)
6716 (js2-name-node-name node))
6717 ((js2-string-node-p node)
6718 (js2-string-node-value node))
6719 ((and (js2-number-node-p node)
6720 (string-match "^[0-9]+$" (js2-number-node-value node)))
6721 (js2-number-node-value node))
6722 ((js2-this-node-p node)
6723 "this")))
6724
6725 (defun js2-node-qname-component (node)
6726 "Return the name of this node, if it contributes to a qname.
6727 Returns nil if the node doesn't contribute."
6728 (copy-sequence
6729 (or (js2-prop-node-name node)
6730 (if (and (js2-function-node-p node)
6731 (js2-function-node-name node))
6732 (js2-name-node-name (js2-function-node-name node))))))
6733
6734 (defun js2-record-imenu-entry (fn-node qname pos)
6735 "Add an entry to `js2-imenu-recorder'.
6736 FN-NODE should be the current item's function node.
6737
6738 Associate FN-NODE with its QNAME for later lookup.
6739 This is used in postprocessing the chain list. For each chain, we find
6740 the parent function, look up its qname, then prepend a copy of it to the chain."
6741 (push (cons fn-node (append qname (list pos))) js2-imenu-recorder)
6742 (unless js2-imenu-function-map
6743 (setq js2-imenu-function-map (make-hash-table :test 'eq)))
6744 (puthash fn-node qname js2-imenu-function-map))
6745
6746 (defun js2-record-imenu-functions (node &optional var)
6747 "Record function definitions for imenu.
6748 NODE is a function node or an object literal.
6749 VAR, if non-nil, is the expression that NODE is being assigned to.
6750 When passed arguments of wrong type, does nothing."
6751 (when js2-parse-ide-mode
6752 (let ((fun-p (js2-function-node-p node))
6753 qname fname-node)
6754 (cond
6755 ;; non-anonymous function declaration?
6756 ((and fun-p
6757 (not var)
6758 (setq fname-node (js2-function-node-name node)))
6759 (js2-record-imenu-entry node (list fname-node) (js2-node-pos node)))
6760 ;; for remaining forms, compute left-side tree branch first
6761 ((and var (setq qname (js2-compute-nested-prop-get var)))
6762 (cond
6763 ;; foo.bar.baz = function
6764 (fun-p
6765 (js2-record-imenu-entry node qname (js2-node-pos node)))
6766 ;; foo.bar.baz = object-literal
6767 ;; look for nested functions: {a: {b: function() {...} }}
6768 ((js2-object-node-p node)
6769 ;; Node position here is still absolute, since the parser
6770 ;; passes the assignment target and value expressions
6771 ;; to us before they are added as children of the assignment node.
6772 (js2-record-object-literal node qname (js2-node-pos node)))))))))
6773
6774 (defun js2-compute-nested-prop-get (node)
6775 "If NODE is of form foo.bar, foo['bar'], or any nested combination, return
6776 component nodes as a list. Otherwise return nil. Element-gets are treated
6777 as property-gets if the index expression is a string, or a positive integer."
6778 (let (left right head)
6779 (cond
6780 ((or (js2-name-node-p node)
6781 (js2-this-node-p node))
6782 (list node))
6783 ;; foo.bar.baz is parenthesized as (foo.bar).baz => right operand is a leaf
6784 ((js2-prop-get-node-p node) ; foo.bar
6785 (setq left (js2-prop-get-node-left node)
6786 right (js2-prop-get-node-right node))
6787 (if (setq head (js2-compute-nested-prop-get left))
6788 (nconc head (list right))))
6789 ((js2-elem-get-node-p node) ; foo['bar'] or foo[101]
6790 (setq left (js2-elem-get-node-target node)
6791 right (js2-elem-get-node-element node))
6792 (if (or (js2-string-node-p right) ; ['bar']
6793 (and (js2-number-node-p right) ; [10]
6794 (string-match "^[0-9]+$"
6795 (js2-number-node-value right))))
6796 (if (setq head (js2-compute-nested-prop-get left))
6797 (nconc head (list right))))))))
6798
6799 (defun js2-record-object-literal (node qname pos)
6800 "Recursively process an object literal looking for functions.
6801 NODE is an object literal that is the right-hand child of an assignment
6802 expression. QNAME is a list of nodes representing the assignment target,
6803 e.g. for foo.bar.baz = {...}, QNAME is (foo-node bar-node baz-node).
6804 POS is the absolute position of the node.
6805 We do a depth-first traversal of NODE. For any functions we find,
6806 we append the property name to QNAME, then call `js2-record-imenu-entry'."
6807 (let (right)
6808 (dolist (e (js2-object-node-elems node)) ; e is a `js2-object-prop-node'
6809 (let ((left (js2-infix-node-left e))
6810 ;; Element positions are relative to the parent position.
6811 (pos (+ pos (js2-node-pos e))))
6812 (cond
6813 ;; foo: function() {...}
6814 ((js2-function-node-p (setq right (js2-infix-node-right e)))
6815 (when (js2-prop-node-name left)
6816 ;; As a policy decision, we record the position of the property,
6817 ;; not the position of the `function' keyword, since the property
6818 ;; is effectively the name of the function.
6819 (js2-record-imenu-entry right (append qname (list left)) pos)))
6820 ;; foo: {object-literal} -- add foo to qname, offset position, and recurse
6821 ((js2-object-node-p right)
6822 (js2-record-object-literal right
6823 (append qname (list (js2-infix-node-left e)))
6824 (+ pos (js2-node-pos right)))))))))
6825
6826 (defun js2-node-top-level-decl-p (node)
6827 "Return t if NODE's name is defined in the top-level scope.
6828 Also returns t if NODE's name is not defined in any scope, since it implies
6829 that it's an external variable, which must also be in the top-level scope."
6830 (let* ((name (js2-prop-node-name node))
6831 (this-scope (js2-node-get-enclosing-scope node))
6832 defining-scope)
6833 (cond
6834 ((js2-this-node-p node)
6835 nil)
6836 ((null this-scope)
6837 t)
6838 ((setq defining-scope (js2-get-defining-scope this-scope name))
6839 (js2-ast-root-p defining-scope))
6840 (t t))))
6841
6842 (defun js2-wrapper-function-p (node)
6843 "Return t if NODE is a function expression that's immediately invoked.
6844 NODE must be `js2-function-node'."
6845 (let ((parent (js2-node-parent node)))
6846 (or
6847 ;; function(){...}();
6848 (js2-call-node-p parent)
6849 (and (js2-paren-node-p parent)
6850 ;; (function(){...})();
6851 (or (js2-call-node-p (setq parent (js2-node-parent parent)))
6852 ;; (function(){...}).call(this);
6853 (and (js2-prop-get-node-p parent)
6854 (member (js2-name-node-name (js2-prop-get-node-right parent))
6855 '("call" "apply"))
6856 (js2-call-node-p (js2-node-parent parent))))))))
6857
6858 (defun js2-browse-postprocess-chains (entries)
6859 "Modify function-declaration name chains after parsing finishes.
6860 Some of the information is only available after the parse tree is complete.
6861 For instance, processing a nested scope requires a parent function node."
6862 (let (result fn parent-qname p elem)
6863 (dolist (entry entries)
6864 ;; function node goes first
6865 (destructuring-bind (current-fn &rest (&whole chain head &rest)) entry
6866 ;; Examine head's defining scope:
6867 ;; Pre-processed chain, or top-level/external, keep as-is.
6868 (if (or (stringp head) (js2-node-top-level-decl-p head))
6869 (push chain result)
6870 (when (js2-this-node-p head)
6871 (setq chain (cdr chain))) ; discard this-node
6872 (when (setq fn (js2-node-parent-script-or-fn current-fn))
6873 (setq parent-qname (gethash fn js2-imenu-function-map 'not-found))
6874 (when (eq parent-qname 'not-found)
6875 ;; anonymous function expressions are not recorded
6876 ;; during the parse, so we need to handle this case here
6877 (setq parent-qname
6878 (if (js2-wrapper-function-p fn)
6879 (let ((grandparent (js2-node-parent-script-or-fn fn)))
6880 (if (js2-ast-root-p grandparent)
6881 nil
6882 (gethash grandparent js2-imenu-function-map 'skip)))
6883 'skip))
6884 (puthash fn parent-qname js2-imenu-function-map))
6885 (unless (eq parent-qname 'skip)
6886 ;; prefix parent fn qname to this chain.
6887 (let ((qname (append parent-qname chain)))
6888 (puthash current-fn (butlast qname) js2-imenu-function-map)
6889 (push qname result)))))))
6890 ;; finally replace each node in each chain with its name.
6891 (dolist (chain result)
6892 (setq p chain)
6893 (while p
6894 (if (js2-node-p (setq elem (car p)))
6895 (setcar p (js2-node-qname-component elem)))
6896 (setq p (cdr p))))
6897 result))
6898
6899 ;; Merge name chains into a trie-like tree structure of nested lists.
6900 ;; To simplify construction of the trie, we first build it out using the rule
6901 ;; that the trie consists of lists of pairs. Each pair is a 2-element array:
6902 ;; [key, num-or-list]. The second element can be a number; if so, this key
6903 ;; is a leaf-node with only one value. (I.e. there is only one declaration
6904 ;; associated with the key at this level.) Otherwise the second element is
6905 ;; a list of pairs, with the rule applied recursively. This symmetry permits
6906 ;; a simple recursive formulation.
6907 ;;
6908 ;; js2-mode is building the data structure for imenu. The imenu documentation
6909 ;; claims that it's the structure above, but in practice it wants the children
6910 ;; at the same list level as the key for that level, which is how I've drawn
6911 ;; the "Expected final result" above. We'll postprocess the trie to remove the
6912 ;; list wrapper around the children at each level.
6913 ;;
6914 ;; A completed nested imenu-alist entry looks like this:
6915 ;; '(("foo"
6916 ;; ("<definition>" . 7)
6917 ;; ("bar"
6918 ;; ("a" . 40)
6919 ;; ("b" . 60))))
6920 ;;
6921 ;; In particular, the documentation for `imenu--index-alist' says that
6922 ;; a nested sub-alist element looks like (INDEX-NAME SUB-ALIST).
6923 ;; The sub-alist entries immediately follow INDEX-NAME, the head of the list.
6924
6925 (defun js2-treeify (lst)
6926 "Convert (a b c d) to (a ((b ((c d)))))."
6927 (if (null (cddr lst)) ; list length <= 2
6928 lst
6929 (list (car lst) (list (js2-treeify (cdr lst))))))
6930
6931 (defun js2-build-alist-trie (chains trie)
6932 "Merge declaration name chains into a trie-like alist structure for imenu.
6933 CHAINS is the qname chain list produced during parsing. TRIE is a
6934 list of elements built up so far."
6935 (let (head tail pos branch kids)
6936 (dolist (chain chains)
6937 (setq head (car chain)
6938 tail (cdr chain)
6939 pos (if (numberp (car tail)) (car tail))
6940 branch (js2-find-if (lambda (n)
6941 (string= (car n) head))
6942 trie)
6943 kids (second branch))
6944 (cond
6945 ;; case 1: this key isn't in the trie yet
6946 ((null branch)
6947 (if trie
6948 (setcdr (last trie) (list (js2-treeify chain)))
6949 (setq trie (list (js2-treeify chain)))))
6950 ;; case 2: key is present with a single number entry: replace w/ list
6951 ;; ("a1" 10) + ("a1" 20) => ("a1" (("<definition>" 10)
6952 ;; ("<definition>" 20)))
6953 ((numberp kids)
6954 (setcar (cdr branch)
6955 (list (list "<definition-1>" kids)
6956 (if pos
6957 (list "<definition-2>" pos)
6958 (js2-treeify tail)))))
6959 ;; case 3: key is there (with kids), and we're a number entry
6960 (pos
6961 (setcdr (last kids)
6962 (list
6963 (list (format "<definition-%d>"
6964 (1+ (loop for kid in kids
6965 count (eq ?< (aref (car kid) 0)))))
6966 pos))))
6967 ;; case 4: key is there with kids, need to merge in our chain
6968 (t
6969 (js2-build-alist-trie (list tail) kids))))
6970 trie))
6971
6972 (defun js2-flatten-trie (trie)
6973 "Convert TRIE to imenu-format.
6974 Recurses through nodes, and for each one whose second element is a list,
6975 appends the list's flattened elements to the current element. Also
6976 changes the tails into conses. For instance, this pre-flattened trie
6977
6978 '(a ((b 20)
6979 (c ((d 30)
6980 (e 40)))))
6981
6982 becomes
6983
6984 '(a (b . 20)
6985 (c (d . 30)
6986 (e . 40)))
6987
6988 Note that the root of the trie has no key, just a list of chains.
6989 This is also true for the value of any key with multiple children,
6990 e.g. key 'c' in the example above."
6991 (cond
6992 ((listp (car trie))
6993 (mapcar #'js2-flatten-trie trie))
6994 (t
6995 (if (numberp (second trie))
6996 (cons (car trie) (second trie))
6997 ;; else pop list and append its kids
6998 (apply #'append (list (car trie)) (js2-flatten-trie (cdr trie)))))))
6999
7000 (defun js2-build-imenu-index ()
7001 "Turn `js2-imenu-recorder' into an imenu data structure."
7002 (unless (eq js2-imenu-recorder 'empty)
7003 (let* ((chains (js2-browse-postprocess-chains js2-imenu-recorder))
7004 (result (js2-build-alist-trie chains nil)))
7005 (js2-flatten-trie result))))
7006
7007 (defun js2-test-print-chains (chains)
7008 "Print a list of qname chains.
7009 Each element of CHAINS is a list of the form (NODE [NODE *] pos);
7010 i.e. one or more nodes, and an integer position as the list tail."
7011 (mapconcat (lambda (chain)
7012 (concat "("
7013 (mapconcat (lambda (elem)
7014 (if (js2-node-p elem)
7015 (or (js2-node-qname-component elem)
7016 "nil")
7017 (number-to-string elem)))
7018 chain
7019 " ")
7020 ")"))
7021 chains
7022 "\n"))
7023
7024 ;;; Parser
7025
7026 (defconst js2-version "1.8.5"
7027 "Version of JavaScript supported.")
7028
7029 (defun js2-record-face (face &optional token)
7030 "Record a style run of FACE for TOKEN or the current token."
7031 (unless token (setq token (js2-current-token)))
7032 (js2-set-face (js2-token-beg token) (js2-token-end token) face 'record))
7033
7034 (defsubst js2-node-end (n)
7035 "Computes the absolute end of node N.
7036 Use with caution! Assumes `js2-node-pos' is -absolute-, which
7037 is only true until the node is added to its parent; i.e., while parsing."
7038 (+ (js2-node-pos n)
7039 (js2-node-len n)))
7040
7041 (defun js2-record-comment (token)
7042 "Record a comment in `js2-scanned-comments'."
7043 (let ((ct (js2-token-comment-type token))
7044 (beg (js2-token-beg token))
7045 (end (js2-token-end token)))
7046 (push (make-js2-comment-node :len (- end beg)
7047 :format ct)
7048 js2-scanned-comments)
7049 (when js2-parse-ide-mode
7050 (js2-record-face (if (eq ct 'jsdoc)
7051 'font-lock-doc-face
7052 'font-lock-comment-face)
7053 token)
7054 (when (memq ct '(html preprocessor))
7055 ;; Tell cc-engine the bounds of the comment.
7056 (js2-record-text-property beg (1- end) 'c-in-sws t)))))
7057
7058 (defun js2-peek-token ()
7059 "Return the next token type without consuming it.
7060 If `js2-ti-lookahead' is positive, return the type of next token
7061 from `js2-ti-tokens'. Otherwise, call `js2-get-token'."
7062 (if (not (zerop js2-ti-lookahead))
7063 (js2-token-type
7064 (aref js2-ti-tokens (mod (1+ js2-ti-tokens-cursor) js2-ti-ntokens)))
7065 (let ((tt (js2-get-token-internal)))
7066 (js2-unget-token)
7067 tt)))
7068
7069 (defalias 'js2-next-token 'js2-get-token)
7070
7071 (defun js2-match-token (match &optional dont-unget)
7072 "Get next token and return t if it matches MATCH, a bytecode.
7073 Returns nil and consumes nothing if MATCH is not the next token."
7074 (if (/= (js2-get-token) match)
7075 (ignore (unless dont-unget (js2-unget-token)))
7076 t))
7077
7078 (defun js2-match-contextual-kwd (name)
7079 "Consume and return t if next token is `js2-NAME', and its
7080 string is NAME. Returns nil and keeps current token otherwise."
7081 (if (or (/= (js2-get-token) js2-NAME)
7082 (not (string= (js2-current-token-string) name)))
7083 (progn
7084 (js2-unget-token)
7085 nil)
7086 (js2-record-face 'font-lock-keyword-face)
7087 t))
7088
7089 (defun js2-valid-prop-name-token (tt)
7090 (or (= tt js2-NAME)
7091 (and js2-allow-keywords-as-property-names
7092 (plusp tt)
7093 (or (= tt js2-RESERVED)
7094 (aref js2-kwd-tokens tt)))))
7095
7096 (defun js2-match-prop-name ()
7097 "Consume token and return t if next token is a valid property name.
7098 It's valid if it's a js2-NAME, or `js2-allow-keywords-as-property-names'
7099 is non-nil and it's a keyword token."
7100 (if (js2-valid-prop-name-token (js2-get-token))
7101 t
7102 (js2-unget-token)
7103 nil))
7104
7105 (defun js2-must-match-prop-name (msg-id &optional pos len)
7106 (if (js2-match-prop-name)
7107 t
7108 (js2-report-error msg-id nil pos len)
7109 nil))
7110
7111 (defun js2-peek-token-or-eol ()
7112 "Return js2-EOL if the next token immediately follows a newline.
7113 Else returns the next token. Used in situations where we don't
7114 consider certain token types valid if they are preceded by a newline.
7115 One example is the postfix ++ or -- operator, which has to be on the
7116 same line as its operand."
7117 (let ((tt (js2-get-token))
7118 (follows-eol (js2-token-follows-eol-p (js2-current-token))))
7119 (js2-unget-token)
7120 (if follows-eol
7121 js2-EOL
7122 tt)))
7123
7124 (defun js2-must-match (token msg-id &optional pos len)
7125 "Match next token to token code TOKEN, or record a syntax error.
7126 MSG-ID is the error message to report if the match fails.
7127 Returns t on match, nil if no match."
7128 (if (js2-match-token token t)
7129 t
7130 (js2-report-error msg-id nil pos len)
7131 (js2-unget-token)
7132 nil))
7133
7134 (defun js2-must-match-name (msg-id)
7135 (if (js2-match-token js2-NAME t)
7136 t
7137 (if (eq (js2-current-token-type) js2-RESERVED)
7138 (js2-report-error "msg.reserved.id" (js2-current-token-string))
7139 (js2-report-error msg-id)
7140 (js2-unget-token))
7141 nil))
7142
7143 (defsubst js2-inside-function ()
7144 (plusp js2-nesting-of-function))
7145
7146 (defun js2-set-requires-activation ()
7147 (if (js2-function-node-p js2-current-script-or-fn)
7148 (setf (js2-function-node-needs-activation js2-current-script-or-fn) t)))
7149
7150 (defun js2-check-activation-name (name _token)
7151 (when (js2-inside-function)
7152 ;; skip language-version 1.2 check from Rhino
7153 (if (or (string= "arguments" name)
7154 (and js2-compiler-activation-names ; only used in codegen
7155 (gethash name js2-compiler-activation-names)))
7156 (js2-set-requires-activation))))
7157
7158 (defun js2-set-is-generator ()
7159 (let ((fn-node js2-current-script-or-fn))
7160 (when (and (js2-function-node-p fn-node)
7161 (not (js2-function-node-generator-type fn-node)))
7162 (setf (js2-function-node-generator-type js2-current-script-or-fn) 'LEGACY))))
7163
7164 (defun js2-must-have-xml ()
7165 (unless js2-compiler-xml-available
7166 (js2-report-error "msg.XML.not.available")))
7167
7168 (defun js2-push-scope (scope)
7169 "Push SCOPE, a `js2-scope', onto the lexical scope chain."
7170 (assert (js2-scope-p scope))
7171 (assert (null (js2-scope-parent-scope scope)))
7172 (assert (not (eq js2-current-scope scope)))
7173 (setf (js2-scope-parent-scope scope) js2-current-scope
7174 js2-current-scope scope))
7175
7176 (defsubst js2-pop-scope ()
7177 (setq js2-current-scope
7178 (js2-scope-parent-scope js2-current-scope)))
7179
7180 (defun js2-enter-loop (loop-node)
7181 (push loop-node js2-loop-set)
7182 (push loop-node js2-loop-and-switch-set)
7183 (js2-push-scope loop-node)
7184 ;; Tell the current labeled statement (if any) its statement,
7185 ;; and set the jump target of the first label to the loop.
7186 ;; These are used in `js2-parse-continue' to verify that the
7187 ;; continue target is an actual labeled loop. (And for codegen.)
7188 (when js2-labeled-stmt
7189 (setf (js2-labeled-stmt-node-stmt js2-labeled-stmt) loop-node
7190 (js2-label-node-loop (car (js2-labeled-stmt-node-labels
7191 js2-labeled-stmt))) loop-node)))
7192
7193 (defun js2-exit-loop ()
7194 (pop js2-loop-set)
7195 (pop js2-loop-and-switch-set)
7196 (js2-pop-scope))
7197
7198 (defsubst js2-enter-switch (switch-node)
7199 (push switch-node js2-loop-and-switch-set))
7200
7201 (defsubst js2-exit-switch ()
7202 (pop js2-loop-and-switch-set))
7203
7204 (defun js2-parse (&optional buf cb)
7205 "Tell the js2 parser to parse a region of JavaScript.
7206
7207 BUF is a buffer or buffer name containing the code to parse.
7208 Call `narrow-to-region' first to parse only part of the buffer.
7209
7210 The returned AST root node is given some additional properties:
7211 `node-count' - total number of nodes in the AST
7212 `buffer' - BUF. The buffer it refers to may change or be killed,
7213 so the value is not necessarily reliable.
7214
7215 An optional callback CB can be specified to report parsing
7216 progress. If `(functionp CB)' returns t, it will be called with
7217 the current line number once before parsing begins, then again
7218 each time the lexer reaches a new line number.
7219
7220 CB can also be a list of the form `(symbol cb ...)' to specify
7221 multiple callbacks with different criteria. Each symbol is a
7222 criterion keyword, and the following element is the callback to
7223 call
7224
7225 :line - called whenever the line number changes
7226 :token - called for each new token consumed
7227
7228 The list of criteria could be extended to include entering or
7229 leaving a statement, an expression, or a function definition."
7230 (if (and cb (not (functionp cb)))
7231 (error "criteria callbacks not yet implemented"))
7232 (let ((inhibit-point-motion-hooks t)
7233 (js2-compiler-xml-available (>= js2-language-version 160))
7234 ;; This is a recursive-descent parser, so give it a big stack.
7235 (max-lisp-eval-depth (max max-lisp-eval-depth 3000))
7236 (max-specpdl-size (max max-specpdl-size 3000))
7237 (case-fold-search nil)
7238 ast)
7239 (with-current-buffer (or buf (current-buffer))
7240 (setq js2-scanned-comments nil
7241 js2-parsed-errors nil
7242 js2-parsed-warnings nil
7243 js2-imenu-recorder nil
7244 js2-imenu-function-map nil
7245 js2-label-set nil)
7246 (js2-init-scanner)
7247 (setq ast (with-silent-modifications
7248 (js2-do-parse)))
7249 (unless js2-ts-hit-eof
7250 (js2-report-error "msg.got.syntax.errors" (length js2-parsed-errors)))
7251 (setf (js2-ast-root-errors ast) js2-parsed-errors
7252 (js2-ast-root-warnings ast) js2-parsed-warnings)
7253 ;; if we didn't find any declarations, put a dummy in this list so we
7254 ;; don't end up re-parsing the buffer in `js2-mode-create-imenu-index'
7255 (unless js2-imenu-recorder
7256 (setq js2-imenu-recorder 'empty))
7257 (run-hooks 'js2-parse-finished-hook)
7258 ast)))
7259
7260 ;; Corresponds to Rhino's Parser.parse() method.
7261 (defun js2-do-parse ()
7262 "Parse current buffer starting from current point.
7263 Scanner should be initialized."
7264 (let ((pos js2-ts-cursor)
7265 (end js2-ts-cursor) ; in case file is empty
7266 root n tt)
7267 ;; initialize buffer-local parsing vars
7268 (setf root (make-js2-ast-root :buffer (buffer-name) :pos pos)
7269 js2-current-script-or-fn root
7270 js2-current-scope root
7271 js2-nesting-of-function 0
7272 js2-labeled-stmt nil
7273 js2-recorded-identifiers nil) ; for js2-highlight
7274 (while (/= (setq tt (js2-get-token)) js2-EOF)
7275 (if (= tt js2-FUNCTION)
7276 (progn
7277 (setq n (if js2-called-by-compile-function
7278 (js2-parse-function-expr)
7279 (js2-parse-function-stmt))))
7280 ;; not a function - parse a statement
7281 (js2-unget-token)
7282 (setq n (js2-parse-statement)))
7283 ;; add function or statement to script
7284 (setq end (js2-node-end n))
7285 (js2-block-node-push root n))
7286 ;; add comments to root in lexical order
7287 (when js2-scanned-comments
7288 ;; if we find a comment beyond end of normal kids, use its end
7289 (setq end (max end (js2-node-end (first js2-scanned-comments))))
7290 (dolist (comment js2-scanned-comments)
7291 (push comment (js2-ast-root-comments root))
7292 (js2-node-add-children root comment)))
7293 (setf (js2-node-len root) (- end pos))
7294 (setq js2-mode-ast root) ; Make sure this is available for callbacks.
7295 ;; Give extensions a chance to muck with things before highlighting starts.
7296 (let ((js2-additional-externs js2-additional-externs))
7297 (save-excursion
7298 (run-hooks 'js2-post-parse-callbacks))
7299 (js2-highlight-undeclared-vars))
7300 root))
7301
7302 (defun js2-parse-function-closure-body (fn-node)
7303 "Parse a JavaScript 1.8 function closure body."
7304 (let ((js2-nesting-of-function (1+ js2-nesting-of-function)))
7305 (if js2-ts-hit-eof
7306 (js2-report-error "msg.no.brace.body" nil
7307 (js2-node-pos fn-node)
7308 (- js2-ts-cursor (js2-node-pos fn-node)))
7309 (js2-node-add-children fn-node
7310 (setf (js2-function-node-body fn-node)
7311 (js2-parse-expr t))))))
7312
7313 (defun js2-parse-function-body (fn-node)
7314 (js2-must-match js2-LC "msg.no.brace.body"
7315 (js2-node-pos fn-node)
7316 (- js2-ts-cursor (js2-node-pos fn-node)))
7317 (let ((pos (js2-current-token-beg)) ; LC position
7318 (pn (make-js2-block-node)) ; starts at LC position
7319 tt
7320 end)
7321 (incf js2-nesting-of-function)
7322 (unwind-protect
7323 (while (not (or (= (setq tt (js2-peek-token)) js2-ERROR)
7324 (= tt js2-EOF)
7325 (= tt js2-RC)))
7326 (js2-block-node-push pn (if (/= tt js2-FUNCTION)
7327 (js2-parse-statement)
7328 (js2-get-token)
7329 (js2-parse-function-stmt))))
7330 (decf js2-nesting-of-function))
7331 (setq end (js2-current-token-end)) ; assume no curly and leave at current token
7332 (if (js2-must-match js2-RC "msg.no.brace.after.body" pos)
7333 (setq end (js2-current-token-end)))
7334 (setf (js2-node-pos pn) pos
7335 (js2-node-len pn) (- end pos))
7336 (setf (js2-function-node-body fn-node) pn)
7337 (js2-node-add-children fn-node pn)
7338 pn))
7339
7340 (defun js2-define-destruct-symbols (node decl-type face &optional ignore-not-in-block)
7341 "Declare and fontify destructuring parameters inside NODE.
7342 NODE is either `js2-array-node', `js2-object-node', or `js2-name-node'."
7343 (cond
7344 ((js2-name-node-p node)
7345 (let (leftpos)
7346 (js2-define-symbol decl-type (js2-name-node-name node)
7347 node ignore-not-in-block)
7348 (when face
7349 (js2-set-face (setq leftpos (js2-node-abs-pos node))
7350 (+ leftpos (js2-node-len node))
7351 face 'record))))
7352 ((js2-object-node-p node)
7353 (dolist (elem (js2-object-node-elems node))
7354 (js2-define-destruct-symbols
7355 (if (js2-object-prop-node-p elem)
7356 (js2-object-prop-node-right elem)
7357 ;; abbreviated destructuring {a, b}
7358 elem)
7359 decl-type face ignore-not-in-block)))
7360 ((js2-array-node-p node)
7361 (dolist (elem (js2-array-node-elems node))
7362 (when elem
7363 (js2-define-destruct-symbols elem decl-type face ignore-not-in-block))))
7364 (t (js2-report-error "msg.no.parm" nil (js2-node-abs-pos node)
7365 (js2-node-len node)))))
7366
7367 (defun js2-parse-function-params (function-type fn-node pos)
7368 (if (js2-match-token js2-RP)
7369 (setf (js2-function-node-rp fn-node) (- (js2-current-token-beg) pos))
7370 (let ((paren-free-arrow (and (eq function-type 'FUNCTION_ARROW)
7371 (eq (js2-current-token-type) js2-NAME)))
7372 params param default-found rest-param-at)
7373 (when paren-free-arrow
7374 (js2-unget-token))
7375 (loop for tt = (js2-peek-token)
7376 do
7377 (cond
7378 ;; destructuring param
7379 ((and (not paren-free-arrow)
7380 (or (= tt js2-LB) (= tt js2-LC)))
7381 (js2-get-token)
7382 (when default-found
7383 (js2-report-error "msg.no.default.after.default.param"))
7384 (setq param (js2-parse-destruct-primary-expr))
7385 (js2-define-destruct-symbols param
7386 js2-LP
7387 'js2-function-param)
7388 (push param params))
7389 ;; variable name
7390 (t
7391 (when (and (>= js2-language-version 200)
7392 (not paren-free-arrow)
7393 (js2-match-token js2-TRIPLEDOT)
7394 (not rest-param-at))
7395 ;; to report errors if there are more parameters
7396 (setq rest-param-at (length params)))
7397 (js2-must-match-name "msg.no.parm")
7398 (js2-record-face 'js2-function-param)
7399 (setq param (js2-create-name-node))
7400 (js2-define-symbol js2-LP (js2-current-token-string) param)
7401 ;; default parameter value
7402 (when (or (and default-found
7403 (not rest-param-at)
7404 (js2-must-match js2-ASSIGN
7405 "msg.no.default.after.default.param"
7406 (js2-node-pos param)
7407 (js2-node-len param)))
7408 (and (>= js2-language-version 200)
7409 (js2-match-token js2-ASSIGN)))
7410 (assert (not paren-free-arrow))
7411 (let* ((pos (js2-node-pos param))
7412 (tt (js2-current-token-type))
7413 (op-pos (- (js2-current-token-beg) pos))
7414 (left param)
7415 (right (js2-parse-assign-expr))
7416 (len (- (js2-node-end right) pos)))
7417 (setq param (make-js2-assign-node
7418 :type tt :pos pos :len len :op-pos op-pos
7419 :left left :right right)
7420 default-found t)
7421 (js2-node-add-children param left right)))
7422 (push param params)))
7423 (when (and rest-param-at (> (length params) (1+ rest-param-at)))
7424 (js2-report-error "msg.param.after.rest" nil
7425 (js2-node-pos param) (js2-node-len param)))
7426 while
7427 (js2-match-token js2-COMMA))
7428 (when (and (not paren-free-arrow)
7429 (js2-must-match js2-RP "msg.no.paren.after.parms"))
7430 (setf (js2-function-node-rp fn-node) (- (js2-current-token-beg) pos)))
7431 (when rest-param-at
7432 (setf (js2-function-node-rest-p fn-node) t))
7433 (dolist (p params)
7434 (js2-node-add-children fn-node p)
7435 (push p (js2-function-node-params fn-node))))))
7436
7437 (defun js2-check-inconsistent-return-warning (fn-node name)
7438 "Possibly show inconsistent-return warning.
7439 Last token scanned is the close-curly for the function body."
7440 (when (and js2-mode-show-strict-warnings
7441 js2-strict-inconsistent-return-warning
7442 (not (js2-has-consistent-return-usage
7443 (js2-function-node-body fn-node))))
7444 ;; Have it extend from close-curly to bol or beginning of block.
7445 (let ((pos (save-excursion
7446 (goto-char (js2-current-token-end))
7447 (max (js2-node-abs-pos (js2-function-node-body fn-node))
7448 (point-at-bol))))
7449 (end (js2-current-token-end)))
7450 (if (plusp (js2-name-node-length name))
7451 (js2-add-strict-warning "msg.no.return.value"
7452 (js2-name-node-name name) pos end)
7453 (js2-add-strict-warning "msg.anon.no.return.value" nil pos end)))))
7454
7455 (defun js2-parse-function-stmt ()
7456 (let ((pos (js2-current-token-beg))
7457 (star-p (js2-match-token js2-MUL)))
7458 (js2-must-match-name "msg.unnamed.function.stmt")
7459 (let ((name (js2-create-name-node t))
7460 pn member-expr)
7461 (cond
7462 ((js2-match-token js2-LP)
7463 (js2-parse-function 'FUNCTION_STATEMENT pos star-p name))
7464 (js2-allow-member-expr-as-function-name
7465 (setq member-expr (js2-parse-member-expr-tail nil name))
7466 (js2-parse-highlight-member-expr-fn-name member-expr)
7467 (js2-must-match js2-LP "msg.no.paren.parms")
7468 (setf pn (js2-parse-function 'FUNCTION_STATEMENT pos star-p)
7469 (js2-function-node-member-expr pn) member-expr)
7470 pn)
7471 (t
7472 (js2-report-error "msg.no.paren.parms")
7473 (make-js2-error-node))))))
7474
7475 (defun js2-parse-function-expr ()
7476 (let ((pos (js2-current-token-beg))
7477 (star-p (js2-match-token js2-MUL))
7478 name)
7479 (when (js2-match-token js2-NAME)
7480 (setq name (js2-create-name-node t)))
7481 (js2-must-match js2-LP "msg.no.paren.parms")
7482 (js2-parse-function 'FUNCTION_EXPRESSION pos star-p name)))
7483
7484 (defun js2-parse-function (function-type pos star-p &optional name)
7485 "Function parser. FUNCTION-TYPE is a symbol, POS is the
7486 beginning of the first token (function keyword, unless it's an
7487 arrow function), NAME is js2-name-node."
7488 (let (fn-node lp)
7489 (if (= (js2-current-token-type) js2-LP) ; eventually matched LP?
7490 (setq lp (js2-current-token-beg)))
7491 (setf fn-node (make-js2-function-node :pos pos
7492 :name name
7493 :form function-type
7494 :lp (if lp (- lp pos))
7495 :generator-type (and star-p 'STAR)))
7496 (when name
7497 (js2-set-face (js2-node-pos name) (js2-node-end name)
7498 'font-lock-function-name-face 'record)
7499 (when (plusp (js2-name-node-length name))
7500 ;; Function statements define a symbol in the enclosing scope
7501 (js2-define-symbol js2-FUNCTION (js2-name-node-name name) fn-node)))
7502 (if (or (js2-inside-function) (plusp js2-nesting-of-with))
7503 ;; 1. Nested functions are not affected by the dynamic scope flag
7504 ;; as dynamic scope is already a parent of their scope.
7505 ;; 2. Functions defined under the with statement also immune to
7506 ;; this setup, in which case dynamic scope is ignored in favor
7507 ;; of the with object.
7508 (setf (js2-function-node-ignore-dynamic fn-node) t))
7509 ;; dynamically bind all the per-function variables
7510 (let ((js2-current-script-or-fn fn-node)
7511 (js2-current-scope fn-node)
7512 (js2-nesting-of-with 0)
7513 (js2-end-flags 0)
7514 js2-label-set
7515 js2-loop-set
7516 js2-loop-and-switch-set)
7517 (js2-parse-function-params function-type fn-node pos)
7518 (when (eq function-type 'FUNCTION_ARROW)
7519 (js2-must-match js2-ARROW "msg.bad.arrow.args"))
7520 (if (and (>= js2-language-version 180)
7521 (/= (js2-peek-token) js2-LC))
7522 (js2-parse-function-closure-body fn-node)
7523 (js2-parse-function-body fn-node))
7524 (js2-check-inconsistent-return-warning fn-node name)
7525
7526 (when name
7527 (js2-node-add-children fn-node name)
7528 ;; Function expressions define a name only in the body of the
7529 ;; function, and only if not hidden by a parameter name
7530 (when (and (eq function-type 'FUNCTION_EXPRESSION)
7531 (null (js2-scope-get-symbol js2-current-scope
7532 (js2-name-node-name name))))
7533 (js2-define-symbol js2-FUNCTION
7534 (js2-name-node-name name)
7535 fn-node))
7536 (when (eq function-type 'FUNCTION_STATEMENT)
7537 (js2-record-imenu-functions fn-node))))
7538
7539 (setf (js2-node-len fn-node) (- js2-ts-cursor pos))
7540 ;; Rhino doesn't do this, but we need it for finding undeclared vars.
7541 ;; We wait until after parsing the function to set its parent scope,
7542 ;; since `js2-define-symbol' needs the defining-scope check to stop
7543 ;; at the function boundary when checking for redeclarations.
7544 (setf (js2-scope-parent-scope fn-node) js2-current-scope)
7545 fn-node))
7546
7547 (defun js2-parse-statements (&optional parent)
7548 "Parse a statement list. Last token consumed must be js2-LC.
7549
7550 PARENT can be a `js2-block-node', in which case the statements are
7551 appended to PARENT. Otherwise a new `js2-block-node' is created
7552 and returned.
7553
7554 This function does not match the closing js2-RC: the caller
7555 matches the RC so it can provide a suitable error message if not
7556 matched. This means it's up to the caller to set the length of
7557 the node to include the closing RC. The node start pos is set to
7558 the absolute buffer start position, and the caller should fix it
7559 up to be relative to the parent node. All children of this block
7560 node are given relative start positions and correct lengths."
7561 (let ((pn (or parent (make-js2-block-node)))
7562 tt)
7563 (setf (js2-node-pos pn) (js2-current-token-beg))
7564 (while (and (> (setq tt (js2-peek-token)) js2-EOF)
7565 (/= tt js2-RC))
7566 (js2-block-node-push pn (js2-parse-statement)))
7567 pn))
7568
7569 (defun js2-parse-statement ()
7570 (let (pn beg end)
7571 ;; coarse-grained user-interrupt check - needs work
7572 (and js2-parse-interruptable-p
7573 (zerop (% (incf js2-parse-stmt-count)
7574 js2-statements-per-pause))
7575 (input-pending-p)
7576 (throw 'interrupted t))
7577 (setq pn (js2-statement-helper))
7578 ;; no-side-effects warning check
7579 (unless (js2-node-has-side-effects pn)
7580 (setq end (js2-node-end pn))
7581 (save-excursion
7582 (goto-char end)
7583 (setq beg (max (js2-node-pos pn) (point-at-bol))))
7584 (js2-add-strict-warning "msg.no.side.effects" nil beg end))
7585 pn))
7586
7587 ;; These correspond to the switch cases in Parser.statementHelper
7588 (defconst js2-parsers
7589 (let ((parsers (make-vector js2-num-tokens
7590 #'js2-parse-expr-stmt)))
7591 (aset parsers js2-BREAK #'js2-parse-break)
7592 (aset parsers js2-CONST #'js2-parse-const-var)
7593 (aset parsers js2-CONTINUE #'js2-parse-continue)
7594 (aset parsers js2-DEBUGGER #'js2-parse-debugger)
7595 (aset parsers js2-DEFAULT #'js2-parse-default-xml-namespace)
7596 (aset parsers js2-DO #'js2-parse-do)
7597 (aset parsers js2-FOR #'js2-parse-for)
7598 (aset parsers js2-FUNCTION #'js2-parse-function-stmt)
7599 (aset parsers js2-IF #'js2-parse-if)
7600 (aset parsers js2-LC #'js2-parse-block)
7601 (aset parsers js2-LET #'js2-parse-let-stmt)
7602 (aset parsers js2-NAME #'js2-parse-name-or-label)
7603 (aset parsers js2-RETURN #'js2-parse-ret-yield)
7604 (aset parsers js2-SEMI #'js2-parse-semi)
7605 (aset parsers js2-SWITCH #'js2-parse-switch)
7606 (aset parsers js2-THROW #'js2-parse-throw)
7607 (aset parsers js2-TRY #'js2-parse-try)
7608 (aset parsers js2-VAR #'js2-parse-const-var)
7609 (aset parsers js2-WHILE #'js2-parse-while)
7610 (aset parsers js2-WITH #'js2-parse-with)
7611 (aset parsers js2-YIELD #'js2-parse-ret-yield)
7612 parsers)
7613 "A vector mapping token types to parser functions.")
7614
7615 (defun js2-parse-warn-missing-semi (beg end)
7616 (and js2-mode-show-strict-warnings
7617 js2-strict-missing-semi-warning
7618 (js2-add-strict-warning
7619 "msg.missing.semi" nil
7620 ;; back up to beginning of statement or line
7621 (max beg (save-excursion
7622 (goto-char end)
7623 (point-at-bol)))
7624 end)))
7625
7626 (defconst js2-no-semi-insertion
7627 (list js2-IF
7628 js2-SWITCH
7629 js2-WHILE
7630 js2-DO
7631 js2-FOR
7632 js2-TRY
7633 js2-WITH
7634 js2-LC
7635 js2-ERROR
7636 js2-SEMI
7637 js2-FUNCTION)
7638 "List of tokens that don't do automatic semicolon insertion.")
7639
7640 (defconst js2-autoinsert-semi-and-warn
7641 (list js2-ERROR js2-EOF js2-RC))
7642
7643 (defun js2-statement-helper ()
7644 (let* ((tt (js2-get-token))
7645 (first-tt tt)
7646 (parser (if (= tt js2-ERROR)
7647 #'js2-parse-semi
7648 (aref js2-parsers tt)))
7649 pn)
7650 ;; If the statement is set, then it's been told its label by now.
7651 (and js2-labeled-stmt
7652 (js2-labeled-stmt-node-stmt js2-labeled-stmt)
7653 (setq js2-labeled-stmt nil))
7654 (setq pn (funcall parser))
7655 ;; Don't do auto semi insertion for certain statement types.
7656 (unless (or (memq first-tt js2-no-semi-insertion)
7657 (js2-labeled-stmt-node-p pn))
7658 (js2-auto-insert-semicolon pn))
7659 pn))
7660
7661 (defun js2-auto-insert-semicolon (pn)
7662 (let* ((tt (js2-get-token))
7663 (pos (js2-node-pos pn)))
7664 (cond
7665 ((= tt js2-SEMI)
7666 ;; extend the node bounds to include the semicolon.
7667 (setf (js2-node-len pn) (- (js2-current-token-end) pos)))
7668 ((memq tt js2-autoinsert-semi-and-warn)
7669 (js2-unget-token) ; Not ';', do not consume.
7670 ;; Autoinsert ;
7671 (js2-parse-warn-missing-semi pos (js2-node-end pn)))
7672 (t
7673 (if (not (js2-token-follows-eol-p (js2-current-token)))
7674 ;; Report error if no EOL or autoinsert ';' otherwise
7675 (js2-report-error "msg.no.semi.stmt")
7676 (js2-parse-warn-missing-semi pos (js2-node-end pn)))
7677 (js2-unget-token) ; Not ';', do not consume.
7678 ))))
7679
7680 (defun js2-parse-condition ()
7681 "Parse a parenthesized boolean expression, e.g. in an if- or while-stmt.
7682 The parens are discarded and the expression node is returned.
7683 The `pos' field of the return value is set to an absolute position
7684 that must be fixed up by the caller.
7685 Return value is a list (EXPR LP RP), with absolute paren positions."
7686 (let (pn lp rp)
7687 (if (js2-must-match js2-LP "msg.no.paren.cond")
7688 (setq lp (js2-current-token-beg)))
7689 (setq pn (js2-parse-expr))
7690 (if (js2-must-match js2-RP "msg.no.paren.after.cond")
7691 (setq rp (js2-current-token-beg)))
7692 ;; Report strict warning on code like "if (a = 7) ..."
7693 (if (and js2-strict-cond-assign-warning
7694 (js2-assign-node-p pn))
7695 (js2-add-strict-warning "msg.equal.as.assign" nil
7696 (js2-node-pos pn)
7697 (+ (js2-node-pos pn)
7698 (js2-node-len pn))))
7699 (list pn lp rp)))
7700
7701 (defun js2-parse-if ()
7702 "Parser for if-statement. Last matched token must be js2-IF."
7703 (let ((pos (js2-current-token-beg))
7704 cond if-true if-false else-pos end pn)
7705 (setq cond (js2-parse-condition)
7706 if-true (js2-parse-statement)
7707 if-false (if (js2-match-token js2-ELSE)
7708 (progn
7709 (setq else-pos (- (js2-current-token-beg) pos))
7710 (js2-parse-statement)))
7711 end (js2-node-end (or if-false if-true))
7712 pn (make-js2-if-node :pos pos
7713 :len (- end pos)
7714 :condition (car cond)
7715 :then-part if-true
7716 :else-part if-false
7717 :else-pos else-pos
7718 :lp (js2-relpos (second cond) pos)
7719 :rp (js2-relpos (third cond) pos)))
7720 (js2-node-add-children pn (car cond) if-true if-false)
7721 pn))
7722
7723 (defun js2-parse-switch ()
7724 "Parser for switch-statement. Last matched token must be js2-SWITCH."
7725 (let ((pos (js2-current-token-beg))
7726 tt pn discriminant has-default case-expr case-node
7727 case-pos cases stmt lp)
7728 (if (js2-must-match js2-LP "msg.no.paren.switch")
7729 (setq lp (js2-current-token-beg)))
7730 (setq discriminant (js2-parse-expr)
7731 pn (make-js2-switch-node :discriminant discriminant
7732 :pos pos
7733 :lp (js2-relpos lp pos)))
7734 (js2-node-add-children pn discriminant)
7735 (js2-enter-switch pn)
7736 (unwind-protect
7737 (progn
7738 (if (js2-must-match js2-RP "msg.no.paren.after.switch")
7739 (setf (js2-switch-node-rp pn) (- (js2-current-token-beg) pos)))
7740 (js2-must-match js2-LC "msg.no.brace.switch")
7741 (catch 'break
7742 (while t
7743 (setq tt (js2-next-token)
7744 case-pos (js2-current-token-beg))
7745 (cond
7746 ((= tt js2-RC)
7747 (setf (js2-node-len pn) (- (js2-current-token-end) pos))
7748 (throw 'break nil)) ; done
7749 ((= tt js2-CASE)
7750 (setq case-expr (js2-parse-expr))
7751 (js2-must-match js2-COLON "msg.no.colon.case"))
7752 ((= tt js2-DEFAULT)
7753 (if has-default
7754 (js2-report-error "msg.double.switch.default"))
7755 (setq has-default t
7756 case-expr nil)
7757 (js2-must-match js2-COLON "msg.no.colon.case"))
7758 (t
7759 (js2-report-error "msg.bad.switch")
7760 (throw 'break nil)))
7761 (setq case-node (make-js2-case-node :pos case-pos
7762 :len (- (js2-current-token-end) case-pos)
7763 :expr case-expr))
7764 (js2-node-add-children case-node case-expr)
7765 (while (and (/= (setq tt (js2-peek-token)) js2-RC)
7766 (/= tt js2-CASE)
7767 (/= tt js2-DEFAULT)
7768 (/= tt js2-EOF))
7769 (setf stmt (js2-parse-statement)
7770 (js2-node-len case-node) (- (js2-node-end stmt) case-pos))
7771 (js2-block-node-push case-node stmt))
7772 (push case-node cases)))
7773 ;; add cases last, as pushing reverses the order to be correct
7774 (dolist (kid cases)
7775 (js2-node-add-children pn kid)
7776 (push kid (js2-switch-node-cases pn)))
7777 pn) ; return value
7778 (js2-exit-switch))))
7779
7780 (defun js2-parse-while ()
7781 "Parser for while-statement. Last matched token must be js2-WHILE."
7782 (let ((pos (js2-current-token-beg))
7783 (pn (make-js2-while-node))
7784 cond body)
7785 (js2-enter-loop pn)
7786 (unwind-protect
7787 (progn
7788 (setf cond (js2-parse-condition)
7789 (js2-while-node-condition pn) (car cond)
7790 body (js2-parse-statement)
7791 (js2-while-node-body pn) body
7792 (js2-node-len pn) (- (js2-node-end body) pos)
7793 (js2-while-node-lp pn) (js2-relpos (second cond) pos)
7794 (js2-while-node-rp pn) (js2-relpos (third cond) pos))
7795 (js2-node-add-children pn body (car cond)))
7796 (js2-exit-loop))
7797 pn))
7798
7799 (defun js2-parse-do ()
7800 "Parser for do-statement. Last matched token must be js2-DO."
7801 (let ((pos (js2-current-token-beg))
7802 (pn (make-js2-do-node))
7803 cond body end)
7804 (js2-enter-loop pn)
7805 (unwind-protect
7806 (progn
7807 (setq body (js2-parse-statement))
7808 (js2-must-match js2-WHILE "msg.no.while.do")
7809 (setf (js2-do-node-while-pos pn) (- (js2-current-token-beg) pos)
7810 cond (js2-parse-condition)
7811 (js2-do-node-condition pn) (car cond)
7812 (js2-do-node-body pn) body
7813 end js2-ts-cursor
7814 (js2-do-node-lp pn) (js2-relpos (second cond) pos)
7815 (js2-do-node-rp pn) (js2-relpos (third cond) pos))
7816 (js2-node-add-children pn (car cond) body))
7817 (js2-exit-loop))
7818 ;; Always auto-insert semicolon to follow SpiderMonkey:
7819 ;; It is required by ECMAScript but is ignored by the rest of
7820 ;; world; see bug 238945
7821 (if (js2-match-token js2-SEMI)
7822 (setq end js2-ts-cursor))
7823 (setf (js2-node-len pn) (- end pos))
7824 pn))
7825
7826 (defun js2-parse-for ()
7827 "Parser for for-statement. Last matched token must be js2-FOR.
7828 Parses for, for-in, and for each-in statements."
7829 (let ((for-pos (js2-current-token-beg))
7830 pn is-for-each is-for-in-or-of is-for-of
7831 in-pos each-pos tmp-pos
7832 init ; Node init is also foo in 'foo in object'
7833 cond ; Node cond is also object in 'foo in object'
7834 incr ; 3rd section of for-loop initializer
7835 body tt lp rp)
7836 ;; See if this is a for each () instead of just a for ()
7837 (when (js2-match-token js2-NAME)
7838 (if (string= "each" (js2-current-token-string))
7839 (progn
7840 (setq is-for-each t
7841 each-pos (- (js2-current-token-beg) for-pos)) ; relative
7842 (js2-record-face 'font-lock-keyword-face))
7843 (js2-report-error "msg.no.paren.for")))
7844 (if (js2-must-match js2-LP "msg.no.paren.for")
7845 (setq lp (- (js2-current-token-beg) for-pos)))
7846 (setq tt (js2-get-token))
7847 ;; 'for' makes local scope
7848 (js2-push-scope (make-js2-scope))
7849 (unwind-protect
7850 ;; parse init clause
7851 (let ((js2-in-for-init t)) ; set as dynamic variable
7852 (cond
7853 ((= tt js2-SEMI)
7854 (js2-unget-token)
7855 (setq init (make-js2-empty-expr-node)))
7856 ((or (= tt js2-VAR) (= tt js2-LET))
7857 (setq init (js2-parse-variables tt (js2-current-token-beg))))
7858 (t
7859 (js2-unget-token)
7860 (setq init (js2-parse-expr)))))
7861 (if (or (js2-match-token js2-IN)
7862 (and (>= js2-language-version 200)
7863 (js2-match-contextual-kwd "of")
7864 (setq is-for-of t)))
7865 (setq is-for-in-or-of t
7866 in-pos (- (js2-current-token-beg) for-pos)
7867 ;; scope of iteration target object is not the scope we've created above.
7868 ;; stash current scope temporary.
7869 cond (let ((js2-current-scope (js2-scope-parent-scope js2-current-scope)))
7870 (js2-parse-expr))) ; object over which we're iterating
7871 ;; else ordinary for loop - parse cond and incr
7872 (js2-must-match js2-SEMI "msg.no.semi.for")
7873 (setq cond (if (= (js2-peek-token) js2-SEMI)
7874 (make-js2-empty-expr-node) ; no loop condition
7875 (js2-parse-expr)))
7876 (js2-must-match js2-SEMI "msg.no.semi.for.cond")
7877 (setq tmp-pos (js2-current-token-end)
7878 incr (if (= (js2-peek-token) js2-RP)
7879 (make-js2-empty-expr-node :pos tmp-pos)
7880 (js2-parse-expr))))
7881 (if (js2-must-match js2-RP "msg.no.paren.for.ctrl")
7882 (setq rp (- (js2-current-token-beg) for-pos)))
7883 (if (not is-for-in-or-of)
7884 (setq pn (make-js2-for-node :init init
7885 :condition cond
7886 :update incr
7887 :lp lp
7888 :rp rp))
7889 ;; cond could be null if 'in obj' got eaten by the init node.
7890 (if (js2-infix-node-p init)
7891 ;; it was (foo in bar) instead of (var foo in bar)
7892 (setq cond (js2-infix-node-right init)
7893 init (js2-infix-node-left init))
7894 (if (and (js2-var-decl-node-p init)
7895 (> (length (js2-var-decl-node-kids init)) 1))
7896 (js2-report-error "msg.mult.index")))
7897 (setq pn (make-js2-for-in-node :iterator init
7898 :object cond
7899 :in-pos in-pos
7900 :foreach-p is-for-each
7901 :each-pos each-pos
7902 :forof-p is-for-of
7903 :lp lp
7904 :rp rp)))
7905 (unwind-protect
7906 (progn
7907 (js2-enter-loop pn)
7908 ;; We have to parse the body -after- creating the loop node,
7909 ;; so that the loop node appears in the js2-loop-set, allowing
7910 ;; break/continue statements to find the enclosing loop.
7911 (setf body (js2-parse-statement)
7912 (js2-loop-node-body pn) body
7913 (js2-node-pos pn) for-pos
7914 (js2-node-len pn) (- (js2-node-end body) for-pos))
7915 (js2-node-add-children pn init cond incr body))
7916 ;; finally
7917 (js2-exit-loop))
7918 (js2-pop-scope))
7919 pn))
7920
7921 (defun js2-parse-try ()
7922 "Parser for try-statement. Last matched token must be js2-TRY."
7923 (let ((try-pos (js2-current-token-beg))
7924 try-end
7925 try-block
7926 catch-blocks
7927 finally-block
7928 saw-default-catch
7929 peek
7930 param
7931 catch-cond
7932 catch-node
7933 guard-kwd
7934 catch-pos
7935 finally-pos
7936 pn
7937 block
7938 lp
7939 rp)
7940 (if (/= (js2-peek-token) js2-LC)
7941 (js2-report-error "msg.no.brace.try"))
7942 (setq try-block (js2-parse-statement)
7943 try-end (js2-node-end try-block)
7944 peek (js2-peek-token))
7945 (cond
7946 ((= peek js2-CATCH)
7947 (while (js2-match-token js2-CATCH)
7948 (setq catch-pos (js2-current-token-beg)
7949 guard-kwd nil
7950 catch-cond nil
7951 lp nil
7952 rp nil)
7953 (if saw-default-catch
7954 (js2-report-error "msg.catch.unreachable"))
7955 (if (js2-must-match js2-LP "msg.no.paren.catch")
7956 (setq lp (- (js2-current-token-beg) catch-pos)))
7957 (js2-push-scope (make-js2-scope))
7958 (let ((tt (js2-peek-token)))
7959 (cond
7960 ;; destructuring pattern
7961 ;; catch ({ message, file }) { ... }
7962 ((or (= tt js2-LB) (= tt js2-LC))
7963 (js2-get-token)
7964 (setq param (js2-parse-destruct-primary-expr))
7965 (js2-define-destruct-symbols param js2-LET nil))
7966 ;; simple name
7967 (t
7968 (js2-must-match-name "msg.bad.catchcond")
7969 (setq param (js2-create-name-node))
7970 (js2-define-symbol js2-LET (js2-current-token-string) param))))
7971 ;; pattern guard
7972 (if (js2-match-token js2-IF)
7973 (setq guard-kwd (- (js2-current-token-beg) catch-pos)
7974 catch-cond (js2-parse-expr))
7975 (setq saw-default-catch t))
7976 (if (js2-must-match js2-RP "msg.bad.catchcond")
7977 (setq rp (- (js2-current-token-beg) catch-pos)))
7978 (js2-must-match js2-LC "msg.no.brace.catchblock")
7979 (setq block (js2-parse-statements)
7980 try-end (js2-node-end block)
7981 catch-node (make-js2-catch-node :pos catch-pos
7982 :param param
7983 :guard-expr catch-cond
7984 :guard-kwd guard-kwd
7985 :block block
7986 :lp lp
7987 :rp rp))
7988 (js2-pop-scope)
7989 (if (js2-must-match js2-RC "msg.no.brace.after.body")
7990 (setq try-end (js2-current-token-beg)))
7991 (setf (js2-node-len block) (- try-end (js2-node-pos block))
7992 (js2-node-len catch-node) (- try-end catch-pos))
7993 (js2-node-add-children catch-node param catch-cond block)
7994 (push catch-node catch-blocks)))
7995 ((/= peek js2-FINALLY)
7996 (js2-must-match js2-FINALLY "msg.try.no.catchfinally"
7997 (js2-node-pos try-block)
7998 (- (setq try-end (js2-node-end try-block))
7999 (js2-node-pos try-block)))))
8000 (when (js2-match-token js2-FINALLY)
8001 (setq finally-pos (js2-current-token-beg)
8002 block (js2-parse-statement)
8003 try-end (js2-node-end block)
8004 finally-block (make-js2-finally-node :pos finally-pos
8005 :len (- try-end finally-pos)
8006 :body block))
8007 (js2-node-add-children finally-block block))
8008 (setq pn (make-js2-try-node :pos try-pos
8009 :len (- try-end try-pos)
8010 :try-block try-block
8011 :finally-block finally-block))
8012 (js2-node-add-children pn try-block finally-block)
8013 ;; push them onto the try-node, which reverses and corrects their order
8014 (dolist (cb catch-blocks)
8015 (js2-node-add-children pn cb)
8016 (push cb (js2-try-node-catch-clauses pn)))
8017 pn))
8018
8019 (defun js2-parse-throw ()
8020 "Parser for throw-statement. Last matched token must be js2-THROW."
8021 (let ((pos (js2-current-token-beg))
8022 expr pn)
8023 (if (= (js2-peek-token-or-eol) js2-EOL)
8024 ;; ECMAScript does not allow new lines before throw expression,
8025 ;; see bug 256617
8026 (js2-report-error "msg.bad.throw.eol"))
8027 (setq expr (js2-parse-expr)
8028 pn (make-js2-throw-node :pos pos
8029 :len (- (js2-node-end expr) pos)
8030 :expr expr))
8031 (js2-node-add-children pn expr)
8032 pn))
8033
8034 (defun js2-match-jump-label-name (label-name)
8035 "If break/continue specified a label, return that label's labeled stmt.
8036 Returns the corresponding `js2-labeled-stmt-node', or if LABEL-NAME
8037 does not match an existing label, reports an error and returns nil."
8038 (let ((bundle (cdr (assoc label-name js2-label-set))))
8039 (if (null bundle)
8040 (js2-report-error "msg.undef.label"))
8041 bundle))
8042
8043 (defun js2-parse-break ()
8044 "Parser for break-statement. Last matched token must be js2-BREAK."
8045 (let ((pos (js2-current-token-beg))
8046 (end (js2-current-token-end))
8047 break-target ; statement to break from
8048 break-label ; in "break foo", name-node representing the foo
8049 labels ; matching labeled statement to break to
8050 pn)
8051 (when (eq (js2-peek-token-or-eol) js2-NAME)
8052 (js2-get-token)
8053 (setq break-label (js2-create-name-node)
8054 end (js2-node-end break-label)
8055 ;; matchJumpLabelName only matches if there is one
8056 labels (js2-match-jump-label-name (js2-current-token-string))
8057 break-target (if labels (car (js2-labeled-stmt-node-labels labels)))))
8058 (unless (or break-target break-label)
8059 ;; no break target specified - try for innermost enclosing loop/switch
8060 (if (null js2-loop-and-switch-set)
8061 (unless break-label
8062 (js2-report-error "msg.bad.break" nil pos (length "break")))
8063 (setq break-target (car js2-loop-and-switch-set))))
8064 (setq pn (make-js2-break-node :pos pos
8065 :len (- end pos)
8066 :label break-label
8067 :target break-target))
8068 (js2-node-add-children pn break-label) ; but not break-target
8069 pn))
8070
8071 (defun js2-parse-continue ()
8072 "Parser for continue-statement. Last matched token must be js2-CONTINUE."
8073 (let ((pos (js2-current-token-beg))
8074 (end (js2-current-token-end))
8075 label ; optional user-specified label, a `js2-name-node'
8076 labels ; current matching labeled stmt, if any
8077 target ; the `js2-loop-node' target of this continue stmt
8078 pn)
8079 (when (= (js2-peek-token-or-eol) js2-NAME)
8080 (js2-get-token)
8081 (setq label (js2-create-name-node)
8082 end (js2-node-end label)
8083 ;; matchJumpLabelName only matches if there is one
8084 labels (js2-match-jump-label-name (js2-current-token-string))))
8085 (cond
8086 ((null labels) ; no current label to go to
8087 (if (null js2-loop-set) ; no loop to continue to
8088 (js2-report-error "msg.continue.outside" nil pos
8089 (length "continue"))
8090 (setq target (car js2-loop-set)))) ; innermost enclosing loop
8091 (t
8092 (if (js2-loop-node-p (js2-labeled-stmt-node-stmt labels))
8093 (setq target (js2-labeled-stmt-node-stmt labels))
8094 (js2-report-error "msg.continue.nonloop" nil pos (- end pos)))))
8095 (setq pn (make-js2-continue-node :pos pos
8096 :len (- end pos)
8097 :label label
8098 :target target))
8099 (js2-node-add-children pn label) ; but not target - it's not our child
8100 pn))
8101
8102 (defun js2-parse-with ()
8103 "Parser for with-statement. Last matched token must be js2-WITH."
8104 (let ((pos (js2-current-token-beg))
8105 obj body pn lp rp)
8106 (if (js2-must-match js2-LP "msg.no.paren.with")
8107 (setq lp (js2-current-token-beg)))
8108 (setq obj (js2-parse-expr))
8109 (if (js2-must-match js2-RP "msg.no.paren.after.with")
8110 (setq rp (js2-current-token-beg)))
8111 (let ((js2-nesting-of-with (1+ js2-nesting-of-with)))
8112 (setq body (js2-parse-statement)))
8113 (setq pn (make-js2-with-node :pos pos
8114 :len (- (js2-node-end body) pos)
8115 :object obj
8116 :body body
8117 :lp (js2-relpos lp pos)
8118 :rp (js2-relpos rp pos)))
8119 (js2-node-add-children pn obj body)
8120 pn))
8121
8122 (defun js2-parse-const-var ()
8123 "Parser for var- or const-statement.
8124 Last matched token must be js2-CONST or js2-VAR."
8125 (let ((tt (js2-current-token-type))
8126 (pos (js2-current-token-beg))
8127 expr pn)
8128 (setq expr (js2-parse-variables tt (js2-current-token-beg))
8129 pn (make-js2-expr-stmt-node :pos pos
8130 :len (- (js2-node-end expr) pos)
8131 :expr expr))
8132 (js2-node-add-children pn expr)
8133 pn))
8134
8135 (defun js2-wrap-with-expr-stmt (pos expr &optional add-child)
8136 (let ((pn (make-js2-expr-stmt-node :pos pos
8137 :len (js2-node-len expr)
8138 :type (if (js2-inside-function)
8139 js2-EXPR_VOID
8140 js2-EXPR_RESULT)
8141 :expr expr)))
8142 (if add-child
8143 (js2-node-add-children pn expr))
8144 pn))
8145
8146 (defun js2-parse-let-stmt ()
8147 "Parser for let-statement. Last matched token must be js2-LET."
8148 (let ((pos (js2-current-token-beg))
8149 expr pn)
8150 (if (= (js2-peek-token) js2-LP)
8151 ;; let expression in statement context
8152 (setq expr (js2-parse-let pos 'statement)
8153 pn (js2-wrap-with-expr-stmt pos expr t))
8154 ;; else we're looking at a statement like let x=6, y=7;
8155 (setf expr (js2-parse-variables js2-LET pos)
8156 pn (js2-wrap-with-expr-stmt pos expr t)
8157 (js2-node-type pn) js2-EXPR_RESULT))
8158 pn))
8159
8160 (defun js2-parse-ret-yield ()
8161 (js2-parse-return-or-yield (js2-current-token-type) nil))
8162
8163 (defconst js2-parse-return-stmt-enders
8164 (list js2-SEMI js2-RC js2-EOF js2-EOL js2-ERROR js2-RB js2-RP js2-YIELD))
8165
8166 (defsubst js2-now-all-set (before after mask)
8167 "Return whether or not the bits in the mask have changed to all set.
8168 BEFORE is bits before change, AFTER is bits after change, and MASK is
8169 the mask for bits. Returns t if all the bits in the mask are set in AFTER
8170 but not BEFORE."
8171 (and (/= (logand before mask) mask)
8172 (= (logand after mask) mask)))
8173
8174 (defun js2-parse-return-or-yield (tt expr-context)
8175 (let* ((pos (js2-current-token-beg))
8176 (end (js2-current-token-end))
8177 (before js2-end-flags)
8178 (inside-function (js2-inside-function))
8179 (gen-type (and inside-function (js2-function-node-generator-type
8180 js2-current-script-or-fn)))
8181 e ret name yield-star-p)
8182 (unless inside-function
8183 (js2-report-error (if (eq tt js2-RETURN)
8184 "msg.bad.return"
8185 "msg.bad.yield")))
8186 (when (and inside-function
8187 (eq gen-type 'STAR)
8188 (js2-match-token js2-MUL))
8189 (setq yield-star-p t))
8190 ;; This is ugly, but we don't want to require a semicolon.
8191 (unless (memq (js2-peek-token-or-eol) js2-parse-return-stmt-enders)
8192 (setq e (js2-parse-expr)
8193 end (js2-node-end e)))
8194 (cond
8195 ((eq tt js2-RETURN)
8196 (js2-set-flag js2-end-flags (if (null e)
8197 js2-end-returns
8198 js2-end-returns-value))
8199 (setq ret (make-js2-return-node :pos pos
8200 :len (- end pos)
8201 :retval e))
8202 (js2-node-add-children ret e)
8203 ;; See if we need a strict mode warning.
8204 ;; TODO: The analysis done by `js2-has-consistent-return-usage' is
8205 ;; more thorough and accurate than this before/after flag check.
8206 ;; E.g. if there's a finally-block that always returns, we shouldn't
8207 ;; show a warning generated by inconsistent returns in the catch blocks.
8208 ;; Basically `js2-has-consistent-return-usage' needs to keep more state,
8209 ;; so we know which returns/yields to highlight, and we should get rid of
8210 ;; all the checking in `js2-parse-return-or-yield'.
8211 (if (and js2-strict-inconsistent-return-warning
8212 (js2-now-all-set before js2-end-flags
8213 (logior js2-end-returns js2-end-returns-value)))
8214 (js2-add-strict-warning "msg.return.inconsistent" nil pos end)))
8215 ((eq gen-type 'COMPREHENSION)
8216 ;; FIXME: We should probably switch to saving and using lastYieldOffset,
8217 ;; like SpiderMonkey does.
8218 (js2-report-error "msg.syntax" nil pos 5))
8219 (t
8220 (setq ret (make-js2-yield-node :pos pos
8221 :len (- end pos)
8222 :value e
8223 :star-p yield-star-p))
8224 (js2-node-add-children ret e)
8225 (unless expr-context
8226 (setq e ret
8227 ret (js2-wrap-with-expr-stmt pos e t))
8228 (js2-set-requires-activation)
8229 (js2-set-is-generator))))
8230 ;; see if we are mixing yields and value returns.
8231 (when (and inside-function
8232 (js2-flag-set-p js2-end-flags js2-end-returns-value)
8233 (eq (js2-function-node-generator-type js2-current-script-or-fn)
8234 'LEGACY))
8235 (setq name (js2-function-name js2-current-script-or-fn))
8236 (if (zerop (length name))
8237 (js2-report-error "msg.anon.generator.returns" nil pos (- end pos))
8238 (js2-report-error "msg.generator.returns" name pos (- end pos))))
8239 ret))
8240
8241 (defun js2-parse-debugger ()
8242 (make-js2-keyword-node :type js2-DEBUGGER))
8243
8244 (defun js2-parse-block ()
8245 "Parser for a curly-delimited statement block.
8246 Last token matched must be `js2-LC'."
8247 (let ((pos (js2-current-token-beg))
8248 (pn (make-js2-scope)))
8249 (js2-push-scope pn)
8250 (unwind-protect
8251 (progn
8252 (js2-parse-statements pn)
8253 (js2-must-match js2-RC "msg.no.brace.block")
8254 (setf (js2-node-len pn) (- (js2-current-token-end) pos)))
8255 (js2-pop-scope))
8256 pn))
8257
8258 ;; For `js2-ERROR' too, to have a node for error recovery to work on.
8259 (defun js2-parse-semi ()
8260 "Parse a statement or handle an error.
8261 Current token type is `js2-SEMI' or `js2-ERROR'."
8262 (let ((tt (js2-current-token-type)) pos len)
8263 (if (eq tt js2-SEMI)
8264 (make-js2-empty-expr-node :len 1)
8265 (setq pos (js2-current-token-beg)
8266 len (- (js2-current-token-end) pos))
8267 (js2-report-error "msg.syntax" nil pos len)
8268 (make-js2-error-node :pos pos :len len))))
8269
8270 (defun js2-parse-default-xml-namespace ()
8271 "Parse a `default xml namespace = <expr>' e4x statement."
8272 (let ((pos (js2-current-token-beg))
8273 end len expr unary)
8274 (js2-must-have-xml)
8275 (js2-set-requires-activation)
8276 (setq len (- js2-ts-cursor pos))
8277 (unless (and (js2-match-token js2-NAME)
8278 (string= (js2-current-token-string) "xml"))
8279 (js2-report-error "msg.bad.namespace" nil pos len))
8280 (unless (and (js2-match-token js2-NAME)
8281 (string= (js2-current-token-string) "namespace"))
8282 (js2-report-error "msg.bad.namespace" nil pos len))
8283 (unless (js2-match-token js2-ASSIGN)
8284 (js2-report-error "msg.bad.namespace" nil pos len))
8285 (setq expr (js2-parse-expr)
8286 end (js2-node-end expr)
8287 unary (make-js2-unary-node :type js2-DEFAULTNAMESPACE
8288 :pos pos
8289 :len (- end pos)
8290 :operand expr))
8291 (js2-node-add-children unary expr)
8292 (make-js2-expr-stmt-node :pos pos
8293 :len (- end pos)
8294 :expr unary)))
8295
8296 (defun js2-record-label (label bundle)
8297 ;; current token should be colon that `js2-parse-primary-expr' left untouched
8298 (js2-get-token)
8299 (let ((name (js2-label-node-name label))
8300 labeled-stmt
8301 dup)
8302 (when (setq labeled-stmt (cdr (assoc name js2-label-set)))
8303 ;; flag both labels if possible when used in editing mode
8304 (if (and js2-parse-ide-mode
8305 (setq dup (js2-get-label-by-name labeled-stmt name)))
8306 (js2-report-error "msg.dup.label" nil
8307 (js2-node-abs-pos dup) (js2-node-len dup)))
8308 (js2-report-error "msg.dup.label" nil
8309 (js2-node-pos label) (js2-node-len label)))
8310 (js2-labeled-stmt-node-add-label bundle label)
8311 (js2-node-add-children bundle label)
8312 ;; Add one reference to the bundle per label in `js2-label-set'
8313 (push (cons name bundle) js2-label-set)))
8314
8315 (defun js2-parse-name-or-label ()
8316 "Parser for identifier or label. Last token matched must be js2-NAME.
8317 Called when we found a name in a statement context. If it's a label, we gather
8318 up any following labels and the next non-label statement into a
8319 `js2-labeled-stmt-node' bundle and return that. Otherwise we parse an
8320 expression and return it wrapped in a `js2-expr-stmt-node'."
8321 (let ((pos (js2-current-token-beg))
8322 expr stmt bundle
8323 (continue t))
8324 ;; set check for label and call down to `js2-parse-primary-expr'
8325 (setq expr (js2-maybe-parse-label))
8326 (if (null expr)
8327 ;; Parse the non-label expression and wrap with expression stmt.
8328 (js2-wrap-with-expr-stmt pos (js2-parse-expr) t)
8329 ;; else parsed a label
8330 (setq bundle (make-js2-labeled-stmt-node :pos pos))
8331 (js2-record-label expr bundle)
8332 ;; look for more labels
8333 (while (and continue (= (js2-get-token) js2-NAME))
8334 (if (setq expr (js2-maybe-parse-label))
8335 (js2-record-label expr bundle)
8336 (setq expr (js2-parse-expr)
8337 stmt (js2-wrap-with-expr-stmt (js2-node-pos expr) expr t)
8338 continue nil)
8339 (js2-auto-insert-semicolon stmt)))
8340 ;; no more labels; now parse the labeled statement
8341 (unwind-protect
8342 (unless stmt
8343 (let ((js2-labeled-stmt bundle)) ; bind dynamically
8344 (js2-unget-token)
8345 (setq stmt (js2-statement-helper))))
8346 ;; remove the labels for this statement from the global set
8347 (dolist (label (js2-labeled-stmt-node-labels bundle))
8348 (setq js2-label-set (remove label js2-label-set))))
8349 (setf (js2-labeled-stmt-node-stmt bundle) stmt
8350 (js2-node-len bundle) (- (js2-node-end stmt) pos))
8351 (js2-node-add-children bundle stmt)
8352 bundle)))
8353
8354 (defun js2-maybe-parse-label ()
8355 (assert (= (js2-current-token-type) js2-NAME))
8356 (let (label-pos
8357 (next-tt (js2-get-token))
8358 (label-end (js2-current-token-end)))
8359 ;; Do not consume colon, it is used as unwind indicator
8360 ;; to return to statementHelper.
8361 (js2-unget-token)
8362 (if (= next-tt js2-COLON)
8363 (prog2
8364 (setq label-pos (js2-current-token-beg))
8365 (make-js2-label-node :pos label-pos
8366 :len (- label-end label-pos)
8367 :name (js2-current-token-string))
8368 (js2-set-face label-pos
8369 label-end
8370 'font-lock-variable-name-face 'record))
8371 ;; Backtrack from the name token, too.
8372 (js2-unget-token)
8373 nil)))
8374
8375 (defun js2-parse-expr-stmt ()
8376 "Default parser in statement context, if no recognized statement found."
8377 (js2-wrap-with-expr-stmt (js2-current-token-beg)
8378 (progn
8379 (js2-unget-token)
8380 (js2-parse-expr)) t))
8381
8382 (defun js2-parse-variables (decl-type pos)
8383 "Parse a comma-separated list of variable declarations.
8384 Could be a 'var', 'const' or 'let' expression, possibly in a for-loop initializer.
8385
8386 DECL-TYPE is a token value: either VAR, CONST, or LET depending on context.
8387 For 'var' or 'const', the keyword should be the token last scanned.
8388
8389 POS is the position where the node should start. It's sometimes the
8390 var/const/let keyword, and other times the beginning of the first token
8391 in the first variable declaration.
8392
8393 Returns the parsed `js2-var-decl-node' expression node."
8394 (let* ((result (make-js2-var-decl-node :decl-type decl-type
8395 :pos pos))
8396 destructuring kid-pos tt init name end nbeg nend vi
8397 (continue t))
8398 ;; Example:
8399 ;; var foo = {a: 1, b: 2}, bar = [3, 4];
8400 ;; var {b: s2, a: s1} = foo, x = 6, y, [s3, s4] = bar;
8401 ;; var {a, b} = baz;
8402 (while continue
8403 (setq destructuring nil
8404 name nil
8405 tt (js2-get-token)
8406 kid-pos (js2-current-token-beg)
8407 end (js2-current-token-end)
8408 init nil)
8409 (if (or (= tt js2-LB) (= tt js2-LC))
8410 ;; Destructuring assignment, e.g., var [a, b] = ...
8411 (setq destructuring (js2-parse-destruct-primary-expr)
8412 end (js2-node-end destructuring))
8413 ;; Simple variable name
8414 (js2-unget-token)
8415 (when (js2-must-match-name "msg.bad.var")
8416 (setq name (js2-create-name-node)
8417 nbeg (js2-current-token-beg)
8418 nend (js2-current-token-end)
8419 end nend)
8420 (js2-define-symbol decl-type (js2-current-token-string) name js2-in-for-init)))
8421 (when (js2-match-token js2-ASSIGN)
8422 (setq init (js2-parse-assign-expr)
8423 end (js2-node-end init))
8424 (js2-record-imenu-functions init name))
8425 (when name
8426 (js2-set-face nbeg nend (if (js2-function-node-p init)
8427 'font-lock-function-name-face
8428 'font-lock-variable-name-face)
8429 'record))
8430 (setq vi (make-js2-var-init-node :pos kid-pos
8431 :len (- end kid-pos)
8432 :type decl-type))
8433 (if destructuring
8434 (progn
8435 (if (and (null init) (not js2-in-for-init))
8436 (js2-report-error "msg.destruct.assign.no.init"))
8437 (js2-define-destruct-symbols destructuring
8438 decl-type
8439 'font-lock-variable-name-face)
8440 (setf (js2-var-init-node-target vi) destructuring))
8441 (setf (js2-var-init-node-target vi) name))
8442 (setf (js2-var-init-node-initializer vi) init)
8443 (js2-node-add-children vi name destructuring init)
8444 (js2-block-node-push result vi)
8445 (unless (js2-match-token js2-COMMA)
8446 (setq continue nil)))
8447 (setf (js2-node-len result) (- end pos))
8448 result))
8449
8450 (defun js2-parse-let (pos &optional stmt-p)
8451 "Parse a let expression or statement.
8452 A let-expression is of the form `let (vars) expr'.
8453 A let-statment is of the form `let (vars) {statements}'.
8454 The third form of let is a variable declaration list, handled
8455 by `js2-parse-variables'."
8456 (let ((pn (make-js2-let-node :pos pos))
8457 beg vars body)
8458 (if (js2-must-match js2-LP "msg.no.paren.after.let")
8459 (setf (js2-let-node-lp pn) (- (js2-current-token-beg) pos)))
8460 (js2-push-scope pn)
8461 (unwind-protect
8462 (progn
8463 (setq vars (js2-parse-variables js2-LET (js2-current-token-beg)))
8464 (if (js2-must-match js2-RP "msg.no.paren.let")
8465 (setf (js2-let-node-rp pn) (- (js2-current-token-beg) pos)))
8466 (if (and stmt-p (js2-match-token js2-LC))
8467 ;; let statement
8468 (progn
8469 (setf beg (js2-current-token-beg) ; position stmt at LC
8470 body (js2-parse-statements))
8471 (js2-must-match js2-RC "msg.no.curly.let")
8472 (setf (js2-node-len body) (- (js2-current-token-end) beg)
8473 (js2-node-len pn) (- (js2-current-token-end) pos)
8474 (js2-let-node-body pn) body
8475 (js2-node-type pn) js2-LET))
8476 ;; let expression
8477 (setf body (js2-parse-expr)
8478 (js2-node-len pn) (- (js2-node-end body) pos)
8479 (js2-let-node-body pn) body))
8480 (setf (js2-let-node-vars pn) vars)
8481 (js2-node-add-children pn vars body))
8482 (js2-pop-scope))
8483 pn))
8484
8485 (defun js2-define-new-symbol (decl-type name node &optional scope)
8486 (js2-scope-put-symbol (or scope js2-current-scope)
8487 name
8488 (make-js2-symbol decl-type name node)))
8489
8490 (defun js2-define-symbol (decl-type name &optional node ignore-not-in-block)
8491 "Define a symbol in the current scope.
8492 If NODE is non-nil, it is the AST node associated with the symbol."
8493 (let* ((defining-scope (js2-get-defining-scope js2-current-scope name))
8494 (symbol (if defining-scope
8495 (js2-scope-get-symbol defining-scope name)))
8496 (sdt (if symbol (js2-symbol-decl-type symbol) -1)))
8497 (cond
8498 ((and symbol ; already defined
8499 (or (= sdt js2-CONST) ; old version is const
8500 (= decl-type js2-CONST) ; new version is const
8501 ;; two let-bound vars in this block have same name
8502 (and (= sdt js2-LET)
8503 (eq defining-scope js2-current-scope))))
8504 (js2-report-error
8505 (cond
8506 ((= sdt js2-CONST) "msg.const.redecl")
8507 ((= sdt js2-LET) "msg.let.redecl")
8508 ((= sdt js2-VAR) "msg.var.redecl")
8509 ((= sdt js2-FUNCTION) "msg.function.redecl")
8510 (t "msg.parm.redecl"))
8511 name))
8512 ((= decl-type js2-LET)
8513 (if (and (not ignore-not-in-block)
8514 (or (= (js2-node-type js2-current-scope) js2-IF)
8515 (js2-loop-node-p js2-current-scope)))
8516 (js2-report-error "msg.let.decl.not.in.block")
8517 (js2-define-new-symbol decl-type name node)))
8518 ((or (= decl-type js2-VAR)
8519 (= decl-type js2-CONST)
8520 (= decl-type js2-FUNCTION))
8521 (if symbol
8522 (if (and js2-strict-var-redeclaration-warning (= sdt js2-VAR))
8523 (js2-add-strict-warning "msg.var.redecl" name)
8524 (if (and js2-strict-var-hides-function-arg-warning (= sdt js2-LP))
8525 (js2-add-strict-warning "msg.var.hides.arg" name)))
8526 (js2-define-new-symbol decl-type name node
8527 js2-current-script-or-fn)))
8528 ((= decl-type js2-LP)
8529 (if symbol
8530 ;; must be duplicate parameter. Second parameter hides the
8531 ;; first, so go ahead and add the second pararameter
8532 (js2-report-warning "msg.dup.parms" name))
8533 (js2-define-new-symbol decl-type name node))
8534 (t (js2-code-bug)))))
8535
8536 (defun js2-parse-paren-expr-or-generator-comp ()
8537 (let ((px-pos (js2-current-token-beg)))
8538 (if (and (>= js2-language-version 200)
8539 (js2-match-token js2-FOR))
8540 (js2-parse-generator-comp px-pos)
8541 (let* ((js2-in-for-init nil)
8542 (expr (js2-parse-expr))
8543 (pn (make-js2-paren-node :pos px-pos
8544 :expr expr
8545 :len (- (js2-current-token-end)
8546 px-pos))))
8547 (js2-node-add-children pn (js2-paren-node-expr pn))
8548 (js2-must-match js2-RP "msg.no.paren")
8549 pn))))
8550
8551 (defun js2-parse-expr (&optional oneshot)
8552 (let* ((pn (js2-parse-assign-expr))
8553 (pos (js2-node-pos pn))
8554 left
8555 right
8556 op-pos)
8557 (while (and (not oneshot)
8558 (js2-match-token js2-COMMA))
8559 (setq op-pos (- (js2-current-token-beg) pos)) ; relative
8560 (if (= (js2-peek-token) js2-YIELD)
8561 (js2-report-error "msg.yield.parenthesized"))
8562 (setq right (js2-parse-assign-expr)
8563 left pn
8564 pn (make-js2-infix-node :type js2-COMMA
8565 :pos pos
8566 :len (- js2-ts-cursor pos)
8567 :op-pos op-pos
8568 :left left
8569 :right right))
8570 (js2-node-add-children pn left right))
8571 pn))
8572
8573 (defun js2-parse-assign-expr ()
8574 (let ((tt (js2-get-token))
8575 (pos (js2-current-token-beg))
8576 pn left right op-pos
8577 ts-state recorded-identifiers)
8578 (if (= tt js2-YIELD)
8579 (js2-parse-return-or-yield tt t)
8580 ;; Save the tokenizer state in case we find an arrow function
8581 ;; and have to rewind.
8582 (setq ts-state (make-js2-ts-state)
8583 recorded-identifiers js2-recorded-identifiers)
8584 ;; not yield - parse assignment expression
8585 (setq pn (js2-parse-cond-expr)
8586 tt (js2-get-token))
8587 (cond
8588 ((and (<= js2-first-assign tt)
8589 (<= tt js2-last-assign))
8590 ;; tt express assignment (=, |=, ^=, ..., %=)
8591 (setq op-pos (- (js2-current-token-beg) pos) ; relative
8592 left pn)
8593 (setq right (js2-parse-assign-expr)
8594 pn (make-js2-assign-node :type tt
8595 :pos pos
8596 :len (- (js2-node-end right) pos)
8597 :op-pos op-pos
8598 :left left
8599 :right right))
8600 (when js2-parse-ide-mode
8601 (js2-highlight-assign-targets pn left right)
8602 (js2-record-imenu-functions right left))
8603 ;; do this last so ide checks above can use absolute positions
8604 (js2-node-add-children pn left right))
8605 ((and (= tt js2-ARROW)
8606 (>= js2-language-version 200))
8607 (js2-ts-seek ts-state)
8608 (setq js2-recorded-identifiers recorded-identifiers)
8609 (setq pn (js2-parse-function 'FUNCTION_ARROW (js2-current-token-beg) nil)))
8610 (t
8611 (js2-unget-token)))
8612 pn)))
8613
8614 (defun js2-parse-cond-expr ()
8615 (let ((pos (js2-current-token-beg))
8616 (pn (js2-parse-or-expr))
8617 test-expr
8618 if-true
8619 if-false
8620 q-pos
8621 c-pos)
8622 (when (js2-match-token js2-HOOK)
8623 (setq q-pos (- (js2-current-token-beg) pos)
8624 if-true (let (js2-in-for-init) (js2-parse-assign-expr)))
8625 (js2-must-match js2-COLON "msg.no.colon.cond")
8626 (setq c-pos (- (js2-current-token-beg) pos)
8627 if-false (js2-parse-assign-expr)
8628 test-expr pn
8629 pn (make-js2-cond-node :pos pos
8630 :len (- (js2-node-end if-false) pos)
8631 :test-expr test-expr
8632 :true-expr if-true
8633 :false-expr if-false
8634 :q-pos q-pos
8635 :c-pos c-pos))
8636 (js2-node-add-children pn test-expr if-true if-false))
8637 pn))
8638
8639 (defun js2-make-binary (type left parser)
8640 "Helper for constructing a binary-operator AST node.
8641 LEFT is the left-side-expression, already parsed, and the
8642 binary operator should have just been matched.
8643 PARSER is a function to call to parse the right operand,
8644 or a `js2-node' struct if it has already been parsed.
8645 FIXME: The latter option is unused?"
8646 (let* ((pos (js2-node-pos left))
8647 (op-pos (- (js2-current-token-beg) pos))
8648 (right (if (js2-node-p parser)
8649 parser
8650 (js2-get-token)
8651 (funcall parser)))
8652 (pn (make-js2-infix-node :type type
8653 :pos pos
8654 :len (- (js2-node-end right) pos)
8655 :op-pos op-pos
8656 :left left
8657 :right right)))
8658 (js2-node-add-children pn left right)
8659 pn))
8660
8661 (defun js2-parse-or-expr ()
8662 (let ((pn (js2-parse-and-expr)))
8663 (when (js2-match-token js2-OR)
8664 (setq pn (js2-make-binary js2-OR
8665 pn
8666 'js2-parse-or-expr)))
8667 pn))
8668
8669 (defun js2-parse-and-expr ()
8670 (let ((pn (js2-parse-bit-or-expr)))
8671 (when (js2-match-token js2-AND)
8672 (setq pn (js2-make-binary js2-AND
8673 pn
8674 'js2-parse-and-expr)))
8675 pn))
8676
8677 (defun js2-parse-bit-or-expr ()
8678 (let ((pn (js2-parse-bit-xor-expr)))
8679 (while (js2-match-token js2-BITOR)
8680 (setq pn (js2-make-binary js2-BITOR
8681 pn
8682 'js2-parse-bit-xor-expr)))
8683 pn))
8684
8685 (defun js2-parse-bit-xor-expr ()
8686 (let ((pn (js2-parse-bit-and-expr)))
8687 (while (js2-match-token js2-BITXOR)
8688 (setq pn (js2-make-binary js2-BITXOR
8689 pn
8690 'js2-parse-bit-and-expr)))
8691 pn))
8692
8693 (defun js2-parse-bit-and-expr ()
8694 (let ((pn (js2-parse-eq-expr)))
8695 (while (js2-match-token js2-BITAND)
8696 (setq pn (js2-make-binary js2-BITAND
8697 pn
8698 'js2-parse-eq-expr)))
8699 pn))
8700
8701 (defconst js2-parse-eq-ops
8702 (list js2-EQ js2-NE js2-SHEQ js2-SHNE))
8703
8704 (defun js2-parse-eq-expr ()
8705 (let ((pn (js2-parse-rel-expr))
8706 tt)
8707 (while (memq (setq tt (js2-get-token)) js2-parse-eq-ops)
8708 (setq pn (js2-make-binary tt
8709 pn
8710 'js2-parse-rel-expr)))
8711 (js2-unget-token)
8712 pn))
8713
8714 (defconst js2-parse-rel-ops
8715 (list js2-IN js2-INSTANCEOF js2-LE js2-LT js2-GE js2-GT))
8716
8717 (defun js2-parse-rel-expr ()
8718 (let ((pn (js2-parse-shift-expr))
8719 (continue t)
8720 tt)
8721 (while continue
8722 (setq tt (js2-get-token))
8723 (cond
8724 ((and js2-in-for-init (= tt js2-IN))
8725 (js2-unget-token)
8726 (setq continue nil))
8727 ((memq tt js2-parse-rel-ops)
8728 (setq pn (js2-make-binary tt pn 'js2-parse-shift-expr)))
8729 (t
8730 (js2-unget-token)
8731 (setq continue nil))))
8732 pn))
8733
8734 (defconst js2-parse-shift-ops
8735 (list js2-LSH js2-URSH js2-RSH))
8736
8737 (defun js2-parse-shift-expr ()
8738 (let ((pn (js2-parse-add-expr))
8739 tt
8740 (continue t))
8741 (while continue
8742 (setq tt (js2-get-token))
8743 (if (memq tt js2-parse-shift-ops)
8744 (setq pn (js2-make-binary tt pn 'js2-parse-add-expr))
8745 (js2-unget-token)
8746 (setq continue nil)))
8747 pn))
8748
8749 (defun js2-parse-add-expr ()
8750 (let ((pn (js2-parse-mul-expr))
8751 tt
8752 (continue t))
8753 (while continue
8754 (setq tt (js2-get-token))
8755 (if (or (= tt js2-ADD) (= tt js2-SUB))
8756 (setq pn (js2-make-binary tt pn 'js2-parse-mul-expr))
8757 (js2-unget-token)
8758 (setq continue nil)))
8759 pn))
8760
8761 (defconst js2-parse-mul-ops
8762 (list js2-MUL js2-DIV js2-MOD))
8763
8764 (defun js2-parse-mul-expr ()
8765 (let ((pn (js2-parse-unary-expr))
8766 tt
8767 (continue t))
8768 (while continue
8769 (setq tt (js2-get-token))
8770 (if (memq tt js2-parse-mul-ops)
8771 (setq pn (js2-make-binary tt pn 'js2-parse-unary-expr))
8772 (js2-unget-token)
8773 (setq continue nil)))
8774 pn))
8775
8776 (defun js2-make-unary (type parser &rest args)
8777 "Make a unary node of type TYPE.
8778 PARSER is either a node (for postfix operators) or a function to call
8779 to parse the operand (for prefix operators)."
8780 (let* ((pos (js2-current-token-beg))
8781 (postfix (js2-node-p parser))
8782 (expr (if postfix
8783 parser
8784 (apply parser args)))
8785 end
8786 pn)
8787 (if postfix ; e.g. i++
8788 (setq pos (js2-node-pos expr)
8789 end (js2-current-token-end))
8790 (setq end (js2-node-end expr)))
8791 (setq pn (make-js2-unary-node :type type
8792 :pos pos
8793 :len (- end pos)
8794 :operand expr))
8795 (js2-node-add-children pn expr)
8796 pn))
8797
8798 (defconst js2-incrementable-node-types
8799 (list js2-NAME js2-GETPROP js2-GETELEM js2-GET_REF js2-CALL)
8800 "Node types that can be the operand of a ++ or -- operator.")
8801
8802 (defun js2-check-bad-inc-dec (tt beg end unary)
8803 (unless (memq (js2-node-type (js2-unary-node-operand unary))
8804 js2-incrementable-node-types)
8805 (js2-report-error (if (= tt js2-INC)
8806 "msg.bad.incr"
8807 "msg.bad.decr")
8808 nil beg (- end beg))))
8809
8810 (defun js2-parse-unary-expr ()
8811 (let ((tt (js2-current-token-type))
8812 pn expr beg end)
8813 (cond
8814 ((or (= tt js2-VOID)
8815 (= tt js2-NOT)
8816 (= tt js2-BITNOT)
8817 (= tt js2-TYPEOF))
8818 (js2-get-token)
8819 (js2-make-unary tt 'js2-parse-unary-expr))
8820 ((= tt js2-ADD)
8821 (js2-get-token)
8822 ;; Convert to special POS token in decompiler and parse tree
8823 (js2-make-unary js2-POS 'js2-parse-unary-expr))
8824 ((= tt js2-SUB)
8825 (js2-get-token)
8826 ;; Convert to special NEG token in decompiler and parse tree
8827 (js2-make-unary js2-NEG 'js2-parse-unary-expr))
8828 ((or (= tt js2-INC)
8829 (= tt js2-DEC))
8830 (js2-get-token)
8831 (prog1
8832 (setq beg (js2-current-token-beg)
8833 end (js2-current-token-end)
8834 expr (js2-make-unary tt 'js2-parse-member-expr t))
8835 (js2-check-bad-inc-dec tt beg end expr)))
8836 ((= tt js2-DELPROP)
8837 (js2-get-token)
8838 (js2-make-unary js2-DELPROP 'js2-parse-unary-expr))
8839 ((= tt js2-ERROR)
8840 (js2-get-token)
8841 (make-js2-error-node)) ; try to continue
8842 ((and (= tt js2-LT)
8843 js2-compiler-xml-available)
8844 ;; XML stream encountered in expression.
8845 (js2-parse-member-expr-tail t (js2-parse-xml-initializer)))
8846 (t
8847 (setq pn (js2-parse-member-expr t)
8848 ;; Don't look across a newline boundary for a postfix incop.
8849 tt (js2-peek-token-or-eol))
8850 (when (or (= tt js2-INC) (= tt js2-DEC))
8851 (js2-get-token)
8852 (setf expr pn
8853 pn (js2-make-unary tt expr))
8854 (js2-node-set-prop pn 'postfix t)
8855 (js2-check-bad-inc-dec tt (js2-current-token-beg) (js2-current-token-end) pn))
8856 pn))))
8857
8858 (defun js2-parse-xml-initializer ()
8859 "Parse an E4X XML initializer.
8860 I'm parsing it the way Rhino parses it, but without the tree-rewriting.
8861 Then I'll postprocess the result, depending on whether we're in IDE
8862 mode or codegen mode, and generate the appropriate rewritten AST.
8863 IDE mode uses a rich AST that models the XML structure. Codegen mode
8864 just concatenates everything and makes a new XML or XMLList out of it."
8865 (let ((tt (js2-get-first-xml-token))
8866 pn-xml pn expr kids expr-pos
8867 (continue t)
8868 (first-token t))
8869 (when (not (or (= tt js2-XML) (= tt js2-XMLEND)))
8870 (js2-report-error "msg.syntax"))
8871 (setq pn-xml (make-js2-xml-node))
8872 (while continue
8873 (if first-token
8874 (setq first-token nil)
8875 (setq tt (js2-get-next-xml-token)))
8876 (cond
8877 ;; js2-XML means we found a {expr} in the XML stream.
8878 ;; The token string is the XML up to the left-curly.
8879 ((= tt js2-XML)
8880 (push (make-js2-string-node :pos (js2-current-token-beg)
8881 :len (- js2-ts-cursor (js2-current-token-beg)))
8882 kids)
8883 (js2-must-match js2-LC "msg.syntax")
8884 (setq expr-pos js2-ts-cursor
8885 expr (if (eq (js2-peek-token) js2-RC)
8886 (make-js2-empty-expr-node :pos expr-pos)
8887 (js2-parse-expr)))
8888 (js2-must-match js2-RC "msg.syntax")
8889 (setq pn (make-js2-xml-js-expr-node :pos (js2-node-pos expr)
8890 :len (js2-node-len expr)
8891 :expr expr))
8892 (js2-node-add-children pn expr)
8893 (push pn kids))
8894 ;; a js2-XMLEND token means we hit the final close-tag.
8895 ((= tt js2-XMLEND)
8896 (push (make-js2-string-node :pos (js2-current-token-beg)
8897 :len (- js2-ts-cursor (js2-current-token-beg)))
8898 kids)
8899 (dolist (kid (nreverse kids))
8900 (js2-block-node-push pn-xml kid))
8901 (setf (js2-node-len pn-xml) (- js2-ts-cursor
8902 (js2-node-pos pn-xml))
8903 continue nil))
8904 (t
8905 (js2-report-error "msg.syntax")
8906 (setq continue nil))))
8907 pn-xml))
8908
8909
8910 (defun js2-parse-argument-list ()
8911 "Parse an argument list and return it as a Lisp list of nodes.
8912 Returns the list in reverse order. Consumes the right-paren token."
8913 (let (result)
8914 (unless (js2-match-token js2-RP)
8915 (loop do
8916 (let ((tt (js2-get-token)))
8917 (if (= tt js2-YIELD)
8918 (js2-report-error "msg.yield.parenthesized"))
8919 (if (and (= tt js2-TRIPLEDOT)
8920 (>= js2-language-version 200))
8921 (push (js2-make-unary tt 'js2-parse-assign-expr) result)
8922 (js2-unget-token)
8923 (push (js2-parse-assign-expr) result)))
8924 while
8925 (js2-match-token js2-COMMA))
8926 (js2-must-match js2-RP "msg.no.paren.arg")
8927 result)))
8928
8929 (defun js2-parse-member-expr (&optional allow-call-syntax)
8930 (let ((tt (js2-current-token-type))
8931 pn pos target args beg end init)
8932 (if (/= tt js2-NEW)
8933 (setq pn (js2-parse-primary-expr))
8934 ;; parse a 'new' expression
8935 (js2-get-token)
8936 (setq pos (js2-current-token-beg)
8937 beg pos
8938 target (js2-parse-member-expr)
8939 end (js2-node-end target)
8940 pn (make-js2-new-node :pos pos
8941 :target target
8942 :len (- end pos)))
8943 (js2-highlight-function-call (js2-current-token))
8944 (js2-node-add-children pn target)
8945 (when (js2-match-token js2-LP)
8946 ;; Add the arguments to pn, if any are supplied.
8947 (setf beg pos ; start of "new" keyword
8948 pos (js2-current-token-beg)
8949 args (nreverse (js2-parse-argument-list))
8950 (js2-new-node-args pn) args
8951 end (js2-current-token-end)
8952 (js2-new-node-lp pn) (- pos beg)
8953 (js2-new-node-rp pn) (- end 1 beg))
8954 (apply #'js2-node-add-children pn args))
8955 (when (and js2-allow-rhino-new-expr-initializer
8956 (js2-match-token js2-LC))
8957 (setf init (js2-parse-object-literal)
8958 end (js2-node-end init)
8959 (js2-new-node-initializer pn) init)
8960 (js2-node-add-children pn init))
8961 (setf (js2-node-len pn) (- end beg))) ; end outer if
8962 (js2-parse-member-expr-tail allow-call-syntax pn)))
8963
8964 (defun js2-parse-member-expr-tail (allow-call-syntax pn)
8965 "Parse a chain of property/array accesses or function calls.
8966 Includes parsing for E4X operators like `..' and `.@'.
8967 If ALLOW-CALL-SYNTAX is nil, stops when we encounter a left-paren.
8968 Returns an expression tree that includes PN, the parent node."
8969 (let (tt
8970 (continue t))
8971 (while continue
8972 (setq tt (js2-get-token))
8973 (cond
8974 ((or (= tt js2-DOT) (= tt js2-DOTDOT))
8975 (setq pn (js2-parse-property-access tt pn)))
8976 ((= tt js2-DOTQUERY)
8977 (setq pn (js2-parse-dot-query pn)))
8978 ((= tt js2-LB)
8979 (setq pn (js2-parse-element-get pn)))
8980 ((= tt js2-LP)
8981 (js2-unget-token)
8982 (if allow-call-syntax
8983 (setq pn (js2-parse-function-call pn))
8984 (setq continue nil)))
8985 (t
8986 (js2-unget-token)
8987 (setq continue nil))))
8988 (if (>= js2-highlight-level 2)
8989 (js2-parse-highlight-member-expr-node pn))
8990 pn))
8991
8992 (defun js2-parse-dot-query (pn)
8993 "Parse a dot-query expression, e.g. foo.bar.(@name == 2)
8994 Last token parsed must be `js2-DOTQUERY'."
8995 (let ((pos (js2-node-pos pn))
8996 op-pos expr end)
8997 (js2-must-have-xml)
8998 (js2-set-requires-activation)
8999 (setq op-pos (js2-current-token-beg)
9000 expr (js2-parse-expr)
9001 end (js2-node-end expr)
9002 pn (make-js2-xml-dot-query-node :left pn
9003 :pos pos
9004 :op-pos op-pos
9005 :right expr))
9006 (js2-node-add-children pn
9007 (js2-xml-dot-query-node-left pn)
9008 (js2-xml-dot-query-node-right pn))
9009 (if (js2-must-match js2-RP "msg.no.paren")
9010 (setf (js2-xml-dot-query-node-rp pn) (js2-current-token-beg)
9011 end (js2-current-token-end)))
9012 (setf (js2-node-len pn) (- end pos))
9013 pn))
9014
9015 (defun js2-parse-element-get (pn)
9016 "Parse an element-get expression, e.g. foo[bar].
9017 Last token parsed must be `js2-RB'."
9018 (let ((lb (js2-current-token-beg))
9019 (pos (js2-node-pos pn))
9020 rb expr)
9021 (setq expr (js2-parse-expr))
9022 (if (js2-must-match js2-RB "msg.no.bracket.index")
9023 (setq rb (js2-current-token-beg)))
9024 (setq pn (make-js2-elem-get-node :target pn
9025 :pos pos
9026 :element expr
9027 :lb (js2-relpos lb pos)
9028 :rb (js2-relpos rb pos)
9029 :len (- (js2-current-token-end) pos)))
9030 (js2-node-add-children pn
9031 (js2-elem-get-node-target pn)
9032 (js2-elem-get-node-element pn))
9033 pn))
9034
9035 (defun js2-highlight-function-call (token)
9036 (when (eq (js2-token-type token) js2-NAME)
9037 (js2-record-face 'js2-function-call token)))
9038
9039 (defun js2-parse-function-call (pn)
9040 (js2-highlight-function-call (js2-current-token))
9041 (js2-get-token)
9042 (let (args
9043 (pos (js2-node-pos pn)))
9044 (setq pn (make-js2-call-node :pos pos
9045 :target pn
9046 :lp (- (js2-current-token-beg) pos)))
9047 (js2-node-add-children pn (js2-call-node-target pn))
9048 ;; Add the arguments to pn, if any are supplied.
9049 (setf args (nreverse (js2-parse-argument-list))
9050 (js2-call-node-rp pn) (- (js2-current-token-beg) pos)
9051 (js2-call-node-args pn) args)
9052 (apply #'js2-node-add-children pn args)
9053 (setf (js2-node-len pn) (- js2-ts-cursor pos))
9054 pn))
9055
9056 (defun js2-parse-property-access (tt pn)
9057 "Parse a property access, XML descendants access, or XML attr access."
9058 (let ((member-type-flags 0)
9059 (dot-pos (js2-current-token-beg))
9060 (dot-len (if (= tt js2-DOTDOT) 2 1))
9061 name
9062 ref ; right side of . or .. operator
9063 result)
9064 (when (= tt js2-DOTDOT)
9065 (js2-must-have-xml)
9066 (setq member-type-flags js2-descendants-flag))
9067 (if (not js2-compiler-xml-available)
9068 (progn
9069 (js2-must-match-prop-name "msg.no.name.after.dot")
9070 (setq name (js2-create-name-node t js2-GETPROP)
9071 result (make-js2-prop-get-node :left pn
9072 :pos (js2-current-token-beg)
9073 :right name
9074 :len (js2-current-token-len)))
9075 (js2-node-add-children result pn name)
9076 result)
9077 ;; otherwise look for XML operators
9078 (setf result (if (= tt js2-DOT)
9079 (make-js2-prop-get-node)
9080 (make-js2-infix-node :type js2-DOTDOT))
9081 (js2-node-pos result) (js2-node-pos pn)
9082 (js2-infix-node-op-pos result) dot-pos
9083 (js2-infix-node-left result) pn ; do this after setting position
9084 tt (js2-next-token))
9085 (cond
9086 ;; needed for generator.throw()
9087 ((= tt js2-THROW)
9088 (setq ref (js2-parse-property-name nil nil member-type-flags)))
9089 ;; handles: name, ns::name, ns::*, ns::[expr]
9090 ((js2-valid-prop-name-token tt)
9091 (setq ref (js2-parse-property-name -1 nil member-type-flags)))
9092 ;; handles: *, *::name, *::*, *::[expr]
9093 ((= tt js2-MUL)
9094 (setq ref (js2-parse-property-name nil "*" member-type-flags)))
9095 ;; handles: '@attr', '@ns::attr', '@ns::*', '@ns::[expr]', etc.
9096 ((= tt js2-XMLATTR)
9097 (setq result (js2-parse-attribute-access)))
9098 (t
9099 (js2-report-error "msg.no.name.after.dot" nil dot-pos dot-len)))
9100 (if ref
9101 (setf (js2-node-len result) (- (js2-node-end ref)
9102 (js2-node-pos result))
9103 (js2-infix-node-right result) ref))
9104 (if (js2-infix-node-p result)
9105 (js2-node-add-children result
9106 (js2-infix-node-left result)
9107 (js2-infix-node-right result)))
9108 result)))
9109
9110 (defun js2-parse-attribute-access ()
9111 "Parse an E4X XML attribute expression.
9112 This includes expressions of the forms:
9113
9114 @attr @ns::attr @ns::*
9115 @* @*::attr @*::*
9116 @[expr] @*::[expr] @ns::[expr]
9117
9118 Called if we peeked an '@' token."
9119 (let ((tt (js2-next-token))
9120 (at-pos (js2-current-token-beg)))
9121 (cond
9122 ;; handles: @name, @ns::name, @ns::*, @ns::[expr]
9123 ((js2-valid-prop-name-token tt)
9124 (js2-parse-property-name at-pos nil 0))
9125 ;; handles: @*, @*::name, @*::*, @*::[expr]
9126 ((= tt js2-MUL)
9127 (js2-parse-property-name (js2-current-token-beg) "*" 0))
9128 ;; handles @[expr]
9129 ((= tt js2-LB)
9130 (js2-parse-xml-elem-ref at-pos))
9131 (t
9132 (js2-report-error "msg.no.name.after.xmlAttr")
9133 ;; Avoid cascaded errors that happen if we make an error node here.
9134 (js2-parse-property-name (js2-current-token-beg) "" 0)))))
9135
9136 (defun js2-parse-property-name (at-pos s member-type-flags)
9137 "Check if :: follows name in which case it becomes qualified name.
9138
9139 AT-POS is a natural number if we just read an '@' token, else nil.
9140 S is the name or string that was matched: an identifier, 'throw' or '*'.
9141 MEMBER-TYPE-FLAGS is a bit set tracking whether we're a '.' or '..' child.
9142
9143 Returns a `js2-xml-ref-node' if it's an attribute access, a child of a '..'
9144 operator, or the name is followed by ::. For a plain name, returns a
9145 `js2-name-node'. Returns a `js2-error-node' for malformed XML expressions."
9146 (let ((pos (or at-pos (js2-current-token-beg)))
9147 colon-pos
9148 (name (js2-create-name-node t (js2-current-token-type) s))
9149 ns tt pn)
9150 (catch 'return
9151 (when (js2-match-token js2-COLONCOLON)
9152 (setq ns name
9153 colon-pos (js2-current-token-beg)
9154 tt (js2-next-token))
9155 (cond
9156 ;; handles name::name
9157 ((js2-valid-prop-name-token tt)
9158 (setq name (js2-create-name-node)))
9159 ;; handles name::*
9160 ((= tt js2-MUL)
9161 (setq name (js2-create-name-node nil nil "*")))
9162 ;; handles name::[expr]
9163 ((= tt js2-LB)
9164 (throw 'return (js2-parse-xml-elem-ref at-pos ns colon-pos)))
9165 (t
9166 (js2-report-error "msg.no.name.after.coloncolon"))))
9167 (if (and (null ns) (zerop member-type-flags))
9168 name
9169 (prog1
9170 (setq pn
9171 (make-js2-xml-prop-ref-node :pos pos
9172 :len (- (js2-node-end name) pos)
9173 :at-pos at-pos
9174 :colon-pos colon-pos
9175 :propname name))
9176 (js2-node-add-children pn name))))))
9177
9178 (defun js2-parse-xml-elem-ref (at-pos &optional namespace colon-pos)
9179 "Parse the [expr] portion of an xml element reference.
9180 For instance, @[expr], @*::[expr], or ns::[expr]."
9181 (let* ((lb (js2-current-token-beg))
9182 (pos (or at-pos lb))
9183 rb
9184 (expr (js2-parse-expr))
9185 (end (js2-node-end expr))
9186 pn)
9187 (if (js2-must-match js2-RB "msg.no.bracket.index")
9188 (setq rb (js2-current-token-beg)
9189 end (js2-current-token-end)))
9190 (prog1
9191 (setq pn
9192 (make-js2-xml-elem-ref-node :pos pos
9193 :len (- end pos)
9194 :namespace namespace
9195 :colon-pos colon-pos
9196 :at-pos at-pos
9197 :expr expr
9198 :lb (js2-relpos lb pos)
9199 :rb (js2-relpos rb pos)))
9200 (js2-node-add-children pn namespace expr))))
9201
9202 (defun js2-parse-destruct-primary-expr ()
9203 (let ((js2-is-in-destructuring t))
9204 (js2-parse-primary-expr)))
9205
9206 (defun js2-parse-primary-expr ()
9207 "Parse a literal (leaf) expression of some sort.
9208 Includes complex literals such as functions, object-literals,
9209 array-literals, array comprehensions and regular expressions."
9210 (let (pn ; parent node (usually return value)
9211 tt
9212 px-pos ; paren-expr pos
9213 len
9214 flags ; regexp flags
9215 expr)
9216 (setq tt (js2-current-token-type))
9217 (cond
9218 ((= tt js2-FUNCTION)
9219 (js2-parse-function-expr))
9220 ((= tt js2-LB)
9221 (js2-parse-array-comp-or-literal))
9222 ((= tt js2-LC)
9223 (js2-parse-object-literal))
9224 ((= tt js2-LET)
9225 (js2-parse-let (js2-current-token-beg)))
9226 ((= tt js2-LP)
9227 (js2-parse-paren-expr-or-generator-comp))
9228 ((= tt js2-XMLATTR)
9229 (js2-must-have-xml)
9230 (js2-parse-attribute-access))
9231 ((= tt js2-NAME)
9232 (js2-parse-name tt))
9233 ((= tt js2-NUMBER)
9234 (make-js2-number-node))
9235 ((= tt js2-STRING)
9236 (prog1
9237 (make-js2-string-node)
9238 (js2-record-face 'font-lock-string-face)))
9239 ((or (= tt js2-DIV) (= tt js2-ASSIGN_DIV))
9240 ;; Got / or /= which in this context means a regexp literal
9241 (setq px-pos (js2-current-token-beg))
9242 (setq flags (js2-read-regexp tt))
9243 (prog1
9244 (make-js2-regexp-node :pos px-pos
9245 :len (- js2-ts-cursor px-pos)
9246 :value (js2-current-token-string)
9247 :flags flags)
9248 (js2-set-face px-pos js2-ts-cursor 'font-lock-string-face 'record)
9249 (js2-record-text-property px-pos js2-ts-cursor 'syntax-table '(2))))
9250 ((or (= tt js2-NULL)
9251 (= tt js2-THIS)
9252 (= tt js2-FALSE)
9253 (= tt js2-TRUE))
9254 (make-js2-keyword-node :type tt))
9255 ((= tt js2-RP)
9256 ;; Not valid expression syntax, but this is valid in an arrow
9257 ;; function with no params: () => body.
9258 (if (eq (js2-peek-token) js2-ARROW)
9259 (progn
9260 (js2-unget-token) ; Put back the right paren.
9261 ;; Return whatever, it will hopefully be rewinded and
9262 ;; reparsed when we reach the =>.
9263 (make-js2-keyword-node :type js2-NULL))
9264 (js2-report-error "msg.syntax")
9265 (make-js2-error-node)))
9266 ((= tt js2-TRIPLEDOT)
9267 ;; Likewise, only valid in an arrow function with a rest param.
9268 (if (and (js2-match-token js2-NAME)
9269 (js2-match-token js2-RP)
9270 (eq (js2-peek-token) js2-ARROW))
9271 (progn
9272 (js2-unget-token) ; Put back the right paren.
9273 ;; See the previous case.
9274 (make-js2-keyword-node :type js2-NULL))
9275 (js2-report-error "msg.syntax")
9276 (make-js2-error-node)))
9277 ((= tt js2-RESERVED)
9278 (js2-report-error "msg.reserved.id")
9279 (make-js2-name-node))
9280 ((= tt js2-ERROR)
9281 ;; the scanner or one of its subroutines reported the error.
9282 (make-js2-error-node))
9283 ((= tt js2-EOF)
9284 (setq px-pos (point-at-bol)
9285 len (- js2-ts-cursor px-pos))
9286 (js2-report-error "msg.unexpected.eof" nil px-pos len)
9287 (make-js2-error-node :pos (1- js2-ts-cursor)))
9288 (t
9289 (js2-report-error "msg.syntax")
9290 (make-js2-error-node)))))
9291
9292 (defun js2-parse-name (_tt)
9293 (let ((name (js2-current-token-string))
9294 node)
9295 (setq node (if js2-compiler-xml-available
9296 (js2-parse-property-name nil name 0)
9297 (js2-create-name-node 'check-activation nil name)))
9298 (if js2-highlight-external-variables
9299 (js2-record-name-node node))
9300 node))
9301
9302 (defun js2-parse-warn-trailing-comma (msg pos elems comma-pos)
9303 (js2-add-strict-warning
9304 msg nil
9305 ;; back up from comma to beginning of line or array/objlit
9306 (max (if elems
9307 (js2-node-pos (car elems))
9308 pos)
9309 (save-excursion
9310 (goto-char comma-pos)
9311 (back-to-indentation)
9312 (point)))
9313 comma-pos))
9314
9315 (defun js2-parse-array-comp-or-literal ()
9316 (let ((pos (js2-current-token-beg)))
9317 (if (and (>= js2-language-version 200)
9318 (js2-match-token js2-FOR))
9319 (js2-parse-array-comp pos)
9320 (js2-parse-array-literal pos))))
9321
9322 (defun js2-parse-array-literal (pos)
9323 (let ((after-lb-or-comma t)
9324 after-comma tt elems pn
9325 (continue t))
9326 (unless js2-is-in-destructuring
9327 (js2-push-scope (make-js2-scope))) ; for the legacy array comp
9328 (while continue
9329 (setq tt (js2-get-token))
9330 (cond
9331 ;; comma
9332 ((= tt js2-COMMA)
9333 (setq after-comma (js2-current-token-end))
9334 (if (not after-lb-or-comma)
9335 (setq after-lb-or-comma t)
9336 (push nil elems)))
9337 ;; end of array
9338 ((or (= tt js2-RB)
9339 (= tt js2-EOF)) ; prevent infinite loop
9340 (if (= tt js2-EOF)
9341 (js2-report-error "msg.no.bracket.arg" nil pos))
9342 (when (and after-comma (< js2-language-version 170))
9343 (js2-parse-warn-trailing-comma "msg.array.trailing.comma"
9344 pos (remove nil elems) after-comma))
9345 (setq continue nil
9346 pn (make-js2-array-node :pos pos
9347 :len (- js2-ts-cursor pos)
9348 :elems (nreverse elems)))
9349 (apply #'js2-node-add-children pn (js2-array-node-elems pn)))
9350 ;; destructuring binding
9351 (js2-is-in-destructuring
9352 (push (if (or (= tt js2-LC)
9353 (= tt js2-LB)
9354 (= tt js2-NAME))
9355 ;; [a, b, c] | {a, b, c} | {a:x, b:y, c:z} | a
9356 (js2-parse-destruct-primary-expr)
9357 ;; invalid pattern
9358 (js2-report-error "msg.bad.var")
9359 (make-js2-error-node))
9360 elems)
9361 (setq after-lb-or-comma nil
9362 after-comma nil))
9363 ;; array comp
9364 ((and (>= js2-language-version 170)
9365 (= tt js2-FOR) ; check for array comprehension
9366 (not after-lb-or-comma) ; "for" can't follow a comma
9367 elems ; must have at least 1 element
9368 (not (cdr elems))) ; but no 2nd element
9369 (js2-unget-token)
9370 (setf continue nil
9371 pn (js2-parse-legacy-array-comp (car elems) pos)))
9372 ;; another element
9373 (t
9374 (unless after-lb-or-comma
9375 (js2-report-error "msg.no.bracket.arg"))
9376 (if (and (= tt js2-TRIPLEDOT)
9377 (>= js2-language-version 200))
9378 ;; spread operator
9379 (push (js2-make-unary tt 'js2-parse-assign-expr)
9380 elems)
9381 (js2-unget-token)
9382 (push (js2-parse-assign-expr) elems))
9383 (setq after-lb-or-comma nil
9384 after-comma nil))))
9385 (unless js2-is-in-destructuring
9386 (js2-pop-scope))
9387 pn))
9388
9389 (defun js2-parse-legacy-array-comp (expr pos)
9390 "Parse a legacy array comprehension (JavaScript 1.7).
9391 EXPR is the first expression after the opening left-bracket.
9392 POS is the beginning of the LB token preceding EXPR.
9393 We should have just parsed the 'for' keyword before calling this function."
9394 (let ((current-scope js2-current-scope)
9395 loops first filter result)
9396 (unwind-protect
9397 (progn
9398 (while (js2-match-token js2-FOR)
9399 (let ((loop (make-js2-comp-loop-node)))
9400 (js2-push-scope loop)
9401 (push loop loops)
9402 (js2-parse-comp-loop loop)))
9403 ;; First loop takes expr scope's parent.
9404 (setf (js2-scope-parent-scope (setq first (car (last loops))))
9405 (js2-scope-parent-scope current-scope))
9406 ;; Set expr scope's parent to the last loop.
9407 (setf (js2-scope-parent-scope current-scope) (car loops))
9408 (if (/= (js2-get-token) js2-IF)
9409 (js2-unget-token)
9410 (setq filter (js2-parse-condition))))
9411 (dotimes (_ (1- (length loops)))
9412 (js2-pop-scope)))
9413 (js2-must-match js2-RB "msg.no.bracket.arg" pos)
9414 (setq result (make-js2-comp-node :pos pos
9415 :len (- js2-ts-cursor pos)
9416 :result expr
9417 :loops (nreverse loops)
9418 :filters (and filter (list (car filter)))
9419 :form 'LEGACY_ARRAY))
9420 (apply #'js2-node-add-children result expr (car filter)
9421 (js2-comp-node-loops result))
9422 result))
9423
9424 (defun js2-parse-array-comp (pos)
9425 "Parse an ES6 array comprehension.
9426 POS is the beginning of the LB token.
9427 We should have just parsed the 'for' keyword before calling this function."
9428 (let ((pn (js2-parse-comprehension pos 'ARRAY)))
9429 (js2-must-match js2-RB "msg.no.bracket.arg" pos)
9430 pn))
9431
9432 (defun js2-parse-generator-comp (pos)
9433 (let* ((js2-nesting-of-function (1+ js2-nesting-of-function))
9434 (js2-current-script-or-fn
9435 (make-js2-function-node :generator-type 'COMPREHENSION))
9436 (pn (js2-parse-comprehension pos 'STAR_GENERATOR)))
9437 (js2-must-match js2-RP "msg.no.paren" pos)
9438 pn))
9439
9440 (defun js2-parse-comprehension (pos form)
9441 (let (loops filters expr result)
9442 (unwind-protect
9443 (progn
9444 (js2-unget-token)
9445 (while (js2-match-token js2-FOR)
9446 (let ((loop (make-js2-comp-loop-node)))
9447 (js2-push-scope loop)
9448 (push loop loops)
9449 (js2-parse-comp-loop loop)))
9450 (while (js2-match-token js2-IF)
9451 (push (car (js2-parse-condition)) filters))
9452 (setq expr (js2-parse-assign-expr)))
9453 (dolist (_ loops)
9454 (js2-pop-scope)))
9455 (setq result (make-js2-comp-node :pos pos
9456 :len (- js2-ts-cursor pos)
9457 :result expr
9458 :loops (nreverse loops)
9459 :filters (nreverse filters)
9460 :form form))
9461 (apply #'js2-node-add-children result (js2-comp-node-loops result))
9462 (apply #'js2-node-add-children result expr (js2-comp-node-filters result))
9463 result))
9464
9465 (defun js2-parse-comp-loop (pn &optional only-of-p)
9466 "Parse a 'for [each] (foo [in|of] bar)' expression in an Array comprehension.
9467 The current token should be the initial FOR.
9468 If ONLY-OF-P is non-nil, only the 'for (foo of bar)' form is allowed."
9469 (let ((pos (js2-comp-loop-node-pos pn))
9470 tt iter obj foreach-p forof-p in-pos each-pos lp rp)
9471 (when (and (not only-of-p) (js2-match-token js2-NAME))
9472 (if (string= (js2-current-token-string) "each")
9473 (progn
9474 (setq foreach-p t
9475 each-pos (- (js2-current-token-beg) pos)) ; relative
9476 (js2-record-face 'font-lock-keyword-face))
9477 (js2-report-error "msg.no.paren.for")))
9478 (if (js2-must-match js2-LP "msg.no.paren.for")
9479 (setq lp (- (js2-current-token-beg) pos)))
9480 (setq tt (js2-peek-token))
9481 (cond
9482 ((or (= tt js2-LB)
9483 (= tt js2-LC))
9484 (js2-get-token)
9485 (setq iter (js2-parse-destruct-primary-expr))
9486 (js2-define-destruct-symbols iter js2-LET
9487 'font-lock-variable-name-face t))
9488 ((js2-match-token js2-NAME)
9489 (setq iter (js2-create-name-node)))
9490 (t
9491 (js2-report-error "msg.bad.var")))
9492 ;; Define as a let since we want the scope of the variable to
9493 ;; be restricted to the array comprehension
9494 (if (js2-name-node-p iter)
9495 (js2-define-symbol js2-LET (js2-name-node-name iter) pn t))
9496 (if (or (and (not only-of-p) (js2-match-token js2-IN))
9497 (and (>= js2-language-version 200)
9498 (js2-match-contextual-kwd "of")
9499 (setq forof-p t)))
9500 (setq in-pos (- (js2-current-token-beg) pos))
9501 (js2-report-error "msg.in.after.for.name"))
9502 (setq obj (js2-parse-expr))
9503 (if (js2-must-match js2-RP "msg.no.paren.for.ctrl")
9504 (setq rp (- (js2-current-token-beg) pos)))
9505 (setf (js2-node-pos pn) pos
9506 (js2-node-len pn) (- js2-ts-cursor pos)
9507 (js2-comp-loop-node-iterator pn) iter
9508 (js2-comp-loop-node-object pn) obj
9509 (js2-comp-loop-node-in-pos pn) in-pos
9510 (js2-comp-loop-node-each-pos pn) each-pos
9511 (js2-comp-loop-node-foreach-p pn) foreach-p
9512 (js2-comp-loop-node-forof-p pn) forof-p
9513 (js2-comp-loop-node-lp pn) lp
9514 (js2-comp-loop-node-rp pn) rp)
9515 (js2-node-add-children pn iter obj)
9516 pn))
9517
9518 (defun js2-parse-object-literal ()
9519 (let ((pos (js2-current-token-beg))
9520 tt elems result after-comma
9521 (continue t))
9522 (while continue
9523 (setq tt (js2-get-token))
9524 (cond
9525 ;; {foo: ...}, {'foo': ...}, {foo, bar, ...},
9526 ;; {get foo() {...}}, or {set foo(x) {...}}
9527 ((or (js2-valid-prop-name-token tt)
9528 (= tt js2-STRING))
9529 (setq after-comma nil
9530 result (js2-parse-named-prop tt))
9531 (if (and (null result)
9532 (not js2-recover-from-parse-errors))
9533 (setq continue nil)
9534 (push result elems)))
9535 ;; {12: x} or {10.7: x}
9536 ((= tt js2-NUMBER)
9537 (setq after-comma nil)
9538 (push (js2-parse-plain-property (make-js2-number-node)) elems))
9539 ;; trailing comma
9540 ((= tt js2-RC)
9541 (js2-unget-token)
9542 (setq continue nil)
9543 (if after-comma
9544 (js2-parse-warn-trailing-comma "msg.extra.trailing.comma"
9545 pos elems after-comma)))
9546 (t
9547 (js2-report-error "msg.bad.prop")
9548 (unless js2-recover-from-parse-errors
9549 (setq continue nil)))) ; end switch
9550 (if (js2-match-token js2-COMMA)
9551 (setq after-comma (js2-current-token-end))
9552 (setq continue nil))) ; end loop
9553 (js2-must-match js2-RC "msg.no.brace.prop")
9554 (setq result (make-js2-object-node :pos pos
9555 :len (- js2-ts-cursor pos)
9556 :elems (nreverse elems)))
9557 (apply #'js2-node-add-children result (js2-object-node-elems result))
9558 result))
9559
9560 (defun js2-parse-named-prop (tt)
9561 "Parse a name, string, or getter/setter object property.
9562 When `js2-is-in-destructuring' is t, forms like {a, b, c} will be permitted."
9563 (let ((string-prop (and (= tt js2-STRING)
9564 (make-js2-string-node)))
9565 expr
9566 (ppos (js2-current-token-beg))
9567 (pend (js2-current-token-end))
9568 (name (js2-create-name-node))
9569 (prop (js2-current-token-string)))
9570 (cond
9571 ;; getter/setter prop
9572 ((and (= tt js2-NAME)
9573 (= (js2-peek-token) js2-NAME)
9574 (or (string= prop "get")
9575 (string= prop "set")))
9576 (js2-get-token)
9577 (js2-set-face ppos pend 'font-lock-keyword-face 'record) ; get/set
9578 (js2-record-face 'font-lock-function-name-face) ; for peeked name
9579 (setq name (js2-create-name-node)) ; discard get/set & use peeked name
9580 (js2-parse-getter-setter-prop ppos name (string= prop "get")))
9581 ;; Abbreviated destructuring binding, e.g. {a, b} = c;
9582 ;; XXX: To be honest, the value of `js2-is-in-destructuring' becomes t only
9583 ;; when patterns are used in variable declarations, function parameters,
9584 ;; catch-clause, and iterators.
9585 ;; We have to set `js2-is-in-destructuring' to t when the current
9586 ;; expressions are on the left side of any assignment, but it's difficult
9587 ;; because it requires looking ahead of expression.
9588 ((and js2-is-in-destructuring
9589 (= tt js2-NAME)
9590 (let ((ctk (js2-peek-token)))
9591 (or (= ctk js2-COMMA)
9592 (= ctk js2-RC)
9593 (js2-valid-prop-name-token ctk))))
9594 name)
9595 ;; regular prop
9596 (t
9597 (prog1
9598 (setq expr (js2-parse-plain-property (or string-prop name)))
9599 (js2-set-face ppos pend
9600 (if (js2-function-node-p
9601 (js2-object-prop-node-right expr))
9602 'font-lock-function-name-face
9603 'font-lock-variable-name-face)
9604 'record))))))
9605
9606 (defun js2-parse-plain-property (prop)
9607 "Parse a non-getter/setter property in an object literal.
9608 PROP is the node representing the property: a number, name or string."
9609 (js2-must-match js2-COLON "msg.no.colon.prop")
9610 (let* ((pos (js2-node-pos prop))
9611 (colon (- (js2-current-token-beg) pos))
9612 (expr (js2-parse-assign-expr))
9613 (result (make-js2-object-prop-node
9614 :pos pos
9615 ;; don't include last consumed token in length
9616 :len (- (+ (js2-node-pos expr)
9617 (js2-node-len expr))
9618 pos)
9619 :left prop
9620 :right expr
9621 :op-pos colon)))
9622 (js2-node-add-children result prop expr)
9623 result))
9624
9625 (defun js2-parse-getter-setter-prop (pos prop get-p)
9626 "Parse getter or setter property in an object literal.
9627 JavaScript syntax is:
9628
9629 { get foo() {...}, set foo(x) {...} }
9630
9631 and expression closure style is also supported
9632
9633 { get foo() x, set foo(x) _x = x }
9634
9635 POS is the start position of the `get' or `set' keyword.
9636 PROP is the `js2-name-node' representing the property name.
9637 GET-P is non-nil if the keyword was `get'."
9638 (let ((type (if get-p js2-GET js2-SET))
9639 result end
9640 (fn (js2-parse-function-expr)))
9641 ;; it has to be an anonymous function, as we already parsed the name
9642 (if (/= (js2-node-type fn) js2-FUNCTION)
9643 (js2-report-error "msg.bad.prop")
9644 (if (plusp (length (js2-function-name fn)))
9645 (js2-report-error "msg.bad.prop")))
9646 (js2-node-set-prop fn 'GETTER_SETTER type) ; for codegen
9647 (setq end (js2-node-end fn)
9648 result (make-js2-getter-setter-node :type type
9649 :pos pos
9650 :len (- end pos)
9651 :left prop
9652 :right fn))
9653 (js2-node-add-children result prop fn)
9654 result))
9655
9656 (defun js2-create-name-node (&optional check-activation-p token string)
9657 "Create a name node using the current token and, optionally, STRING.
9658 And, if CHECK-ACTIVATION-P is non-nil, use the value of TOKEN."
9659 (let* ((beg (js2-current-token-beg))
9660 (tt (js2-current-token-type))
9661 (s (or string
9662 (if (= js2-NAME tt)
9663 (js2-current-token-string)
9664 (js2-tt-name tt))))
9665 name)
9666 (setq name (make-js2-name-node :pos beg
9667 :name s
9668 :len (length s)))
9669 (if check-activation-p
9670 (js2-check-activation-name s (or token js2-NAME)))
9671 name))
9672
9673 ;;; Indentation support
9674
9675 ;; This indenter is based on Karl Landström's "javascript.el" indenter.
9676 ;; Karl cleverly deduces that the desired indentation level is often a
9677 ;; function of paren/bracket/brace nesting depth, which can be determined
9678 ;; quickly via the built-in `parse-partial-sexp' function. His indenter
9679 ;; then does some equally clever checks to see if we're in the context of a
9680 ;; substatement of a possibly braceless statement keyword such as if, while,
9681 ;; or finally. This approach yields pretty good results.
9682
9683 ;; The indenter is often "wrong", however, and needs to be overridden.
9684 ;; The right long-term solution is probably to emulate (or integrate
9685 ;; with) cc-engine, but it's a nontrivial amount of coding. Even when a
9686 ;; parse tree from `js2-parse' is present, which is not true at the
9687 ;; moment the user is typing, computing indentation is still thousands
9688 ;; of lines of code to handle every possible syntactic edge case.
9689
9690 ;; In the meantime, the compromise solution is that we offer a "bounce
9691 ;; indenter", configured with `js2-bounce-indent-p', which cycles the
9692 ;; current line indent among various likely guess points. This approach
9693 ;; is far from perfect, but should at least make it slightly easier to
9694 ;; move the line towards its desired indentation when manually
9695 ;; overriding Karl's heuristic nesting guesser.
9696
9697 ;; I've made miscellaneous tweaks to Karl's code to handle some Ecma
9698 ;; extensions such as `let' and Array comprehensions. Major kudos to
9699 ;; Karl for coming up with the initial approach, which packs a lot of
9700 ;; punch for so little code.
9701
9702 (defconst js2-possibly-braceless-keywords-re
9703 (concat "else[ \t]+if\\|for[ \t]+each\\|"
9704 (regexp-opt '("catch" "do" "else" "finally" "for" "if"
9705 "try" "while" "with" "let")))
9706 "Regular expression matching keywords that are optionally
9707 followed by an opening brace.")
9708
9709 (defconst js2-indent-operator-re
9710 (concat "[-+*/%<>=&^|?:.]\\([^-+*/]\\|$\\)\\|"
9711 (regexp-opt '("in" "instanceof") 'words))
9712 "Regular expression matching operators that affect indentation
9713 of continued expressions.")
9714
9715 (defconst js2-declaration-keyword-re
9716 (regexp-opt '("var" "let" "const") 'words)
9717 "Regular expression matching variable declaration keywords.")
9718
9719 (defun js2-re-search-forward-inner (regexp &optional bound count)
9720 "Auxiliary function for `js2-re-search-forward'."
9721 (let (parse saved-point)
9722 (while (> count 0)
9723 (re-search-forward regexp bound)
9724 (setq parse (if saved-point
9725 (parse-partial-sexp saved-point (point))
9726 (syntax-ppss (point))))
9727 (cond ((nth 3 parse)
9728 (re-search-forward
9729 (concat "\\(\\=\\|[^\\]\\|^\\)" (string (nth 3 parse)))
9730 (save-excursion (end-of-line) (point)) t))
9731 ((nth 7 parse)
9732 (forward-line))
9733 ((or (nth 4 parse)
9734 (and (eq (char-before) ?\/) (eq (char-after) ?\*)))
9735 (re-search-forward "\\*/"))
9736 (t
9737 (setq count (1- count))))
9738 (setq saved-point (point))))
9739 (point))
9740
9741 (defun js2-re-search-forward (regexp &optional bound noerror count)
9742 "Search forward but ignore strings and comments.
9743 Invokes `re-search-forward' but treats the buffer as if strings
9744 and comments have been removed."
9745 (let ((saved-point (point)))
9746 (condition-case err
9747 (cond ((null count)
9748 (js2-re-search-forward-inner regexp bound 1))
9749 ((< count 0)
9750 (js2-re-search-backward-inner regexp bound (- count)))
9751 ((> count 0)
9752 (js2-re-search-forward-inner regexp bound count)))
9753 (search-failed
9754 (goto-char saved-point)
9755 (unless noerror
9756 (error (error-message-string err)))))))
9757
9758 (defun js2-re-search-backward-inner (regexp &optional bound count)
9759 "Auxiliary function for `js2-re-search-backward'."
9760 (let (parse)
9761 (while (> count 0)
9762 (re-search-backward regexp bound)
9763 (setq parse (syntax-ppss (point)))
9764 (cond ((nth 3 parse)
9765 (re-search-backward
9766 (concat "\\([^\\]\\|^\\)" (string (nth 3 parse)))
9767 (line-beginning-position) t))
9768 ((nth 7 parse)
9769 (goto-char (nth 8 parse)))
9770 ((or (nth 4 parse)
9771 (and (eq (char-before) ?/) (eq (char-after) ?*)))
9772 (re-search-backward "/\\*"))
9773 (t
9774 (setq count (1- count))))))
9775 (point))
9776
9777 (defun js2-re-search-backward (regexp &optional bound noerror count)
9778 "Search backward but ignore strings and comments.
9779 Invokes `re-search-backward' but treats the buffer as if strings
9780 and comments have been removed."
9781 (let ((saved-point (point)))
9782 (condition-case err
9783 (cond ((null count)
9784 (js2-re-search-backward-inner regexp bound 1))
9785 ((< count 0)
9786 (js2-re-search-forward-inner regexp bound (- count)))
9787 ((> count 0)
9788 (js2-re-search-backward-inner regexp bound count)))
9789 (search-failed
9790 (goto-char saved-point)
9791 (unless noerror
9792 (error (error-message-string err)))))))
9793
9794 (defun js2-looking-at-operator-p ()
9795 "Return non-nil if text after point is a non-comma operator."
9796 (and (looking-at js2-indent-operator-re)
9797 (or (not (looking-at ":"))
9798 (save-excursion
9799 (and (js2-re-search-backward "[?:{]\\|\\<case\\>" nil t)
9800 (looking-at "?"))))))
9801
9802 (defun js2-continued-expression-p ()
9803 "Return non-nil if the current line continues an expression."
9804 (save-excursion
9805 (back-to-indentation)
9806 (or (js2-looking-at-operator-p)
9807 (when (catch 'found
9808 (while (and (re-search-backward "\n" nil t)
9809 (let ((state (syntax-ppss)))
9810 (when (nth 4 state)
9811 (goto-char (nth 8 state))) ;; skip comments
9812 (skip-chars-backward " \t")
9813 (if (bolp)
9814 t
9815 (throw 'found t))))))
9816 (backward-char)
9817 (when (js2-looking-at-operator-p)
9818 (backward-char)
9819 (not (looking-at "\\*\\|++\\|--\\|/[/*]")))))))
9820
9821 (defun js2-end-of-do-while-loop-p ()
9822 "Return non-nil if word after point is `while' of a do-while
9823 statement, else returns nil. A braceless do-while statement
9824 spanning several lines requires that the start of the loop is
9825 indented to the same column as the current line."
9826 (interactive)
9827 (save-excursion
9828 (when (looking-at "\\s-*\\<while\\>")
9829 (if (save-excursion
9830 (skip-chars-backward "[ \t\n]*}")
9831 (looking-at "[ \t\n]*}"))
9832 (save-excursion
9833 (backward-list) (backward-word 1) (looking-at "\\<do\\>"))
9834 (js2-re-search-backward "\\<do\\>" (point-at-bol) t)
9835 (or (looking-at "\\<do\\>")
9836 (let ((saved-indent (current-indentation)))
9837 (while (and (js2-re-search-backward "^[ \t]*\\<" nil t)
9838 (/= (current-indentation) saved-indent)))
9839 (and (looking-at "[ \t]*\\<do\\>")
9840 (not (js2-re-search-forward
9841 "\\<while\\>" (point-at-eol) t))
9842 (= (current-indentation) saved-indent))))))))
9843
9844 (defun js2-multiline-decl-indentation ()
9845 "Return the declaration indentation column if the current line belongs
9846 to a multiline declaration statement. See `js2-pretty-multiline-declarations'."
9847 (let (forward-sexp-function ; use Lisp version
9848 at-opening-bracket)
9849 (save-excursion
9850 (back-to-indentation)
9851 (when (not (looking-at js2-declaration-keyword-re))
9852 (when (looking-at js2-indent-operator-re)
9853 (goto-char (match-end 0))) ; continued expressions are ok
9854 (while (and (not at-opening-bracket)
9855 (not (bobp))
9856 (let ((pos (point)))
9857 (save-excursion
9858 (js2-backward-sws)
9859 (or (eq (char-before) ?,)
9860 (and (not (eq (char-before) ?\;))
9861 (prog2 (skip-syntax-backward ".")
9862 (looking-at js2-indent-operator-re)
9863 (js2-backward-sws))
9864 (not (eq (char-before) ?\;)))
9865 (js2-same-line pos)))))
9866 (condition-case _
9867 (backward-sexp)
9868 (scan-error (setq at-opening-bracket t))))
9869 (when (looking-at js2-declaration-keyword-re)
9870 (goto-char (match-end 0))
9871 (1+ (current-column)))))))
9872
9873 (defun js2-ctrl-statement-indentation ()
9874 "Return the proper indentation of current line if it is a control statement.
9875 Returns an indentation if this line starts the body of a control
9876 statement without braces, else returns nil."
9877 (let (forward-sexp-function)
9878 (save-excursion
9879 (back-to-indentation)
9880 (when (and (not (js2-same-line (point-min)))
9881 (not (looking-at "{"))
9882 (js2-re-search-backward "[[:graph:]]" nil t)
9883 (not (looking-at "[{([]"))
9884 (progn
9885 (forward-char)
9886 (when (= (char-before) ?\))
9887 ;; scan-sexps sometimes throws an error
9888 (ignore-errors (backward-sexp))
9889 (skip-chars-backward " \t" (point-at-bol)))
9890 (let ((pt (point)))
9891 (back-to-indentation)
9892 (when (looking-at "}[ \t]*")
9893 (goto-char (match-end 0)))
9894 (and (looking-at js2-possibly-braceless-keywords-re)
9895 (= (match-end 0) pt)
9896 (not (js2-end-of-do-while-loop-p))))))
9897 (+ (current-indentation) js2-basic-offset)))))
9898
9899 (defun js2-indent-in-array-comp (parse-status)
9900 "Return non-nil if we think we're in an array comprehension.
9901 In particular, return the buffer position of the first `for' kwd."
9902 (let ((bracket (nth 1 parse-status))
9903 (end (point)))
9904 (when bracket
9905 (save-excursion
9906 (goto-char bracket)
9907 (when (looking-at "\\[")
9908 (forward-char 1)
9909 (js2-forward-sws)
9910 (if (looking-at "[[{]")
9911 (let (forward-sexp-function) ; use Lisp version
9912 (forward-sexp) ; skip destructuring form
9913 (js2-forward-sws)
9914 (if (and (/= (char-after) ?,) ; regular array
9915 (looking-at "for"))
9916 (match-beginning 0)))
9917 ;; to skip arbitrary expressions we need the parser,
9918 ;; so we'll just guess at it.
9919 (if (and (> end (point)) ; not empty literal
9920 (re-search-forward "[^,]]* \\(for\\) " end t)
9921 ;; not inside comment or string literal
9922 (let ((state (parse-partial-sexp bracket (point))))
9923 (not (or (nth 3 state) (nth 4 state)))))
9924 (match-beginning 1))))))))
9925
9926 (defun js2-array-comp-indentation (parse-status for-kwd)
9927 (if (js2-same-line for-kwd)
9928 ;; first continuation line
9929 (save-excursion
9930 (goto-char (nth 1 parse-status))
9931 (forward-char 1)
9932 (skip-chars-forward " \t")
9933 (current-column))
9934 (save-excursion
9935 (goto-char for-kwd)
9936 (current-column))))
9937
9938 (defun js2-proper-indentation (parse-status)
9939 "Return the proper indentation for the current line."
9940 (save-excursion
9941 (back-to-indentation)
9942 (let* ((ctrl-stmt-indent (js2-ctrl-statement-indentation))
9943 (at-closing-bracket (looking-at "[]})]"))
9944 (same-indent-p (or at-closing-bracket
9945 (looking-at "\\<case\\>[^:]")
9946 (and (looking-at "\\<default:")
9947 (save-excursion
9948 (js2-backward-sws)
9949 (not (memq (char-before) '(?, ?{)))))))
9950 (continued-expr-p (js2-continued-expression-p))
9951 (declaration-indent (and js2-pretty-multiline-declarations
9952 (js2-multiline-decl-indentation)))
9953 (bracket (nth 1 parse-status))
9954 beg indent)
9955 (cond
9956 ;; indent array comprehension continuation lines specially
9957 ((and bracket
9958 (>= js2-language-version 170)
9959 (not (js2-same-line bracket))
9960 (setq beg (js2-indent-in-array-comp parse-status))
9961 (>= (point) (save-excursion
9962 (goto-char beg)
9963 (point-at-bol)))) ; at or after first loop?
9964 (js2-array-comp-indentation parse-status beg))
9965
9966 (ctrl-stmt-indent)
9967
9968 ((and declaration-indent continued-expr-p)
9969 (+ declaration-indent js2-basic-offset))
9970
9971 (declaration-indent)
9972
9973 (bracket
9974 (goto-char bracket)
9975 (cond
9976 ((looking-at "[({[][ \t]*\\(/[/*]\\|$\\)")
9977 (when (save-excursion (skip-chars-backward " \t)")
9978 (looking-at ")"))
9979 (backward-list))
9980 (back-to-indentation)
9981 (and (eq js2-pretty-multiline-declarations 'all)
9982 (looking-at js2-declaration-keyword-re)
9983 (goto-char (1+ (match-end 0))))
9984 (setq indent
9985 (cond (same-indent-p
9986 (current-column))
9987 (continued-expr-p
9988 (+ (current-column) (* 2 js2-basic-offset)))
9989 (t
9990 (+ (current-column) js2-basic-offset))))
9991 (if (and js2-indent-switch-body
9992 (not at-closing-bracket)
9993 (looking-at "\\_<switch\\_>"))
9994 (+ indent js2-basic-offset)
9995 indent))
9996 (t
9997 (unless same-indent-p
9998 (forward-char)
9999 (skip-chars-forward " \t"))
10000 (current-column))))
10001
10002 (continued-expr-p js2-basic-offset)
10003
10004 (t 0)))))
10005
10006 (defun js2-lineup-comment (parse-status)
10007 "Indent a multi-line block comment continuation line."
10008 (let* ((beg (nth 8 parse-status))
10009 (first-line (js2-same-line beg))
10010 (offset (save-excursion
10011 (goto-char beg)
10012 (if (looking-at "/\\*")
10013 (+ 1 (current-column))
10014 0))))
10015 (unless first-line
10016 (indent-line-to offset))))
10017
10018 (defun js2-backward-sws ()
10019 "Move backward through whitespace and comments."
10020 (interactive)
10021 (while (forward-comment -1)))
10022
10023 (defun js2-forward-sws ()
10024 "Move forward through whitespace and comments."
10025 (interactive)
10026 (while (forward-comment 1)))
10027
10028 (defun js2-current-indent (&optional pos)
10029 "Return column of indentation on current line.
10030 If POS is non-nil, go to that point and return indentation for that line."
10031 (save-excursion
10032 (if pos
10033 (goto-char pos))
10034 (back-to-indentation)
10035 (current-column)))
10036
10037 (defun js2-arglist-close ()
10038 "Return non-nil if we're on a line beginning with a close-paren/brace."
10039 (save-excursion
10040 (goto-char (point-at-bol))
10041 (js2-forward-sws)
10042 (looking-at "[])}]")))
10043
10044 (defun js2-indent-looks-like-label-p ()
10045 (goto-char (point-at-bol))
10046 (js2-forward-sws)
10047 (looking-at (concat js2-mode-identifier-re ":")))
10048
10049 (defun js2-indent-in-objlit-p (parse-status)
10050 "Return non-nil if this looks like an object-literal entry."
10051 (let ((start (nth 1 parse-status)))
10052 (and
10053 start
10054 (save-excursion
10055 (and (zerop (forward-line -1))
10056 (not (< (point) start)) ; crossed a {} boundary
10057 (js2-indent-looks-like-label-p)))
10058 (save-excursion
10059 (js2-indent-looks-like-label-p)))))
10060
10061 ;; If prev line looks like foobar({ then we're passing an object
10062 ;; literal to a function call, and people pretty much always want to
10063 ;; de-dent back to the previous line, so move the 'basic-offset'
10064 ;; position to the front.
10065 (defun js2-indent-objlit-arg-p (parse-status)
10066 (save-excursion
10067 (back-to-indentation)
10068 (js2-backward-sws)
10069 (and (eq (1- (point)) (nth 1 parse-status))
10070 (eq (char-before) ?{)
10071 (progn
10072 (forward-char -1)
10073 (skip-chars-backward " \t")
10074 (eq (char-before) ?\()))))
10075
10076 (defun js2-indent-case-block-p ()
10077 (save-excursion
10078 (back-to-indentation)
10079 (js2-backward-sws)
10080 (goto-char (point-at-bol))
10081 (skip-chars-forward " \t")
10082 (looking-at "case\\s-.+:")))
10083
10084 (defun js2-bounce-indent (normal-col parse-status &optional backwards)
10085 "Cycle among alternate computed indentation positions.
10086 PARSE-STATUS is the result of `parse-partial-sexp' from the beginning
10087 of the buffer to the current point. NORMAL-COL is the indentation
10088 column computed by the heuristic guesser based on current paren,
10089 bracket, brace and statement nesting. If BACKWARDS, cycle positions
10090 in reverse."
10091 (let ((cur-indent (js2-current-indent))
10092 (old-buffer-undo-list buffer-undo-list)
10093 ;; Emacs 21 only has `count-lines', not `line-number-at-pos'
10094 (current-line (save-excursion
10095 (forward-line 0) ; move to bol
10096 (1+ (count-lines (point-min) (point)))))
10097 positions pos main-pos anchor arglist-cont same-indent
10098 basic-offset computed-pos)
10099 ;; temporarily don't record undo info, if user requested this
10100 (when js2-mode-indent-inhibit-undo
10101 (setq buffer-undo-list t))
10102 (unwind-protect
10103 (progn
10104 ;; First likely point: indent from beginning of previous code line
10105 (push (setq basic-offset
10106 (+ (save-excursion
10107 (back-to-indentation)
10108 (js2-backward-sws)
10109 (back-to-indentation)
10110 (current-column))
10111 js2-basic-offset))
10112 positions)
10113
10114 ;; (First + epsilon) likely point: indent 2x from beginning of
10115 ;; previous code line. Google does it this way.
10116 (push (setq basic-offset
10117 (+ (save-excursion
10118 (back-to-indentation)
10119 (js2-backward-sws)
10120 (back-to-indentation)
10121 (current-column))
10122 (* 2 js2-basic-offset)))
10123 positions)
10124
10125 ;; Second likely point: indent from assign-expr RHS. This
10126 ;; is just a crude guess based on finding " = " on the previous
10127 ;; line containing actual code.
10128 (setq pos (save-excursion
10129 (forward-line -1)
10130 (goto-char (point-at-bol))
10131 (when (re-search-forward "\\s-+\\(=\\)\\s-+"
10132 (point-at-eol) t)
10133 (goto-char (match-end 1))
10134 (skip-chars-forward " \t\r\n")
10135 (current-column))))
10136 (when pos
10137 (incf pos js2-basic-offset)
10138 (push pos positions))
10139
10140 ;; Third likely point: same indent as previous line of code.
10141 ;; Make it the first likely point if we're not on an
10142 ;; arglist-close line and previous line ends in a comma, or
10143 ;; both this line and prev line look like object-literal
10144 ;; elements.
10145 (setq pos (save-excursion
10146 (goto-char (point-at-bol))
10147 (js2-backward-sws)
10148 (back-to-indentation)
10149 (prog1
10150 (current-column)
10151 ;; while we're here, look for trailing comma
10152 (if (save-excursion
10153 (goto-char (point-at-eol))
10154 (js2-backward-sws)
10155 (eq (char-before) ?,))
10156 (setq arglist-cont (1- (point)))))))
10157 (when pos
10158 (if (and (or arglist-cont
10159 (js2-indent-in-objlit-p parse-status))
10160 (not (js2-arglist-close)))
10161 (setq same-indent pos))
10162 (push pos positions))
10163
10164 ;; Fourth likely point: first preceding code with less indentation.
10165 ;; than the immediately preceding code line.
10166 (setq pos (save-excursion
10167 (back-to-indentation)
10168 (js2-backward-sws)
10169 (back-to-indentation)
10170 (setq anchor (current-column))
10171 (while (and (zerop (forward-line -1))
10172 (>= (progn
10173 (back-to-indentation)
10174 (current-column))
10175 anchor)))
10176 (setq pos (current-column))))
10177 (push pos positions)
10178
10179 ;; nesting-heuristic position, main by default
10180 (push (setq main-pos normal-col) positions)
10181
10182 ;; delete duplicates and sort positions list
10183 (setq positions (sort (delete-dups positions) '<))
10184
10185 ;; comma-list continuation lines: prev line indent takes precedence
10186 (if same-indent
10187 (setq main-pos same-indent))
10188
10189 ;; common special cases where we want to indent in from previous line
10190 (if (or (js2-indent-case-block-p)
10191 (js2-indent-objlit-arg-p parse-status))
10192 (setq main-pos basic-offset))
10193
10194 ;; if bouncing backwards, reverse positions list
10195 (if backwards
10196 (setq positions (reverse positions)))
10197
10198 ;; record whether we're already sitting on one of the alternatives
10199 (setq pos (member cur-indent positions))
10200
10201 (cond
10202 ;; case 0: we're one one of the alternatives and this is the
10203 ;; first time they've pressed TAB on this line (best-guess).
10204 ((and js2-mode-indent-ignore-first-tab
10205 pos
10206 ;; first time pressing TAB on this line?
10207 (not (eq js2-mode-last-indented-line current-line)))
10208 ;; do nothing
10209 (setq computed-pos nil))
10210 ;; case 1: only one computed position => use it
10211 ((null (cdr positions))
10212 (setq computed-pos 0))
10213 ;; case 2: not on any of the computed spots => use main spot
10214 ((not pos)
10215 (setq computed-pos (js2-position main-pos positions)))
10216 ;; case 3: on last position: cycle to first position
10217 ((null (cdr pos))
10218 (setq computed-pos 0))
10219 ;; case 4: on intermediate position: cycle to next position
10220 (t
10221 (setq computed-pos (js2-position (second pos) positions))))
10222
10223 ;; see if any hooks want to indent; otherwise we do it
10224 (loop with result = nil
10225 for hook in js2-indent-hook
10226 while (null result)
10227 do
10228 (setq result (funcall hook positions computed-pos))
10229 finally do
10230 (unless (or result (null computed-pos))
10231 (indent-line-to (nth computed-pos positions)))))
10232
10233 ;; finally
10234 (if js2-mode-indent-inhibit-undo
10235 (setq buffer-undo-list old-buffer-undo-list))
10236 ;; see commentary for `js2-mode-last-indented-line'
10237 (setq js2-mode-last-indented-line current-line))))
10238
10239 (defun js2-indent-bounce-backwards ()
10240 "Calls `js2-indent-line'. When `js2-bounce-indent-p',
10241 cycles between the computed indentation positions in reverse order."
10242 (interactive)
10243 (js2-indent-line t))
10244
10245 (defun js2-1-line-comment-continuation-p ()
10246 "Return t if we're in a 1-line comment continuation.
10247 If so, we don't ever want to use bounce-indent."
10248 (save-excursion
10249 (and (progn
10250 (forward-line 0)
10251 (looking-at "\\s-*//"))
10252 (progn
10253 (forward-line -1)
10254 (forward-line 0)
10255 (when (looking-at "\\s-*$")
10256 (js2-backward-sws)
10257 (forward-line 0))
10258 (looking-at "\\s-*//")))))
10259
10260 (defun js2-indent-line (&optional bounce-backwards)
10261 "Indent the current line as JavaScript source text."
10262 (interactive)
10263 (let (parse-status offset indent-col
10264 ;; Don't whine about errors/warnings when we're indenting.
10265 ;; This has to be set before calling parse-partial-sexp below.
10266 (inhibit-point-motion-hooks t))
10267 (setq parse-status (save-excursion
10268 (syntax-ppss (point-at-bol)))
10269 offset (- (point) (save-excursion
10270 (back-to-indentation)
10271 (point))))
10272 (js2-with-underscore-as-word-syntax
10273 (if (nth 4 parse-status)
10274 (js2-lineup-comment parse-status)
10275 (setq indent-col (js2-proper-indentation parse-status))
10276 ;; See comments below about `js2-mode-last-indented-line'.
10277 (cond
10278 ;; bounce-indenting is disabled during electric-key indent.
10279 ;; It doesn't work well on first line of buffer.
10280 ((and js2-bounce-indent-p
10281 (not (js2-same-line (point-min)))
10282 (not (js2-1-line-comment-continuation-p)))
10283 (js2-bounce-indent indent-col parse-status bounce-backwards))
10284 ;; just indent to the guesser's likely spot
10285 (t (indent-line-to indent-col))))
10286 (when (plusp offset)
10287 (forward-char offset)))))
10288
10289 (defun js2-indent-region (start end)
10290 "Indent the region, but don't use bounce indenting."
10291 (let ((js2-bounce-indent-p nil)
10292 (indent-region-function nil)
10293 (after-change-functions (remq 'js2-mode-edit
10294 after-change-functions)))
10295 (indent-region start end nil) ; nil for byte-compiler
10296 (js2-mode-edit start end (- end start))))
10297
10298 (defvar js2-minor-mode-map
10299 (let ((map (make-sparse-keymap)))
10300 (define-key map (kbd "C-c C-`") #'js2-next-error)
10301 (define-key map [mouse-1] #'js2-mode-show-node)
10302 map)
10303 "Keymap used when `js2-minor-mode' is active.")
10304
10305 ;;;###autoload
10306 (define-minor-mode js2-minor-mode
10307 "Minor mode for running js2 as a background linter.
10308 This allows you to use a different major mode for JavaScript editing,
10309 such as `js-mode', while retaining the asynchronous error/warning
10310 highlighting features of `js2-mode'."
10311 :group 'js2-mode
10312 :lighter " js-lint"
10313 (if js2-minor-mode
10314 (js2-minor-mode-enter)
10315 (js2-minor-mode-exit)))
10316
10317 (defun js2-minor-mode-enter ()
10318 "Initialization for `js2-minor-mode'."
10319 (set (make-local-variable 'max-lisp-eval-depth)
10320 (max max-lisp-eval-depth 3000))
10321 (setq next-error-function #'js2-next-error)
10322 (js2-set-default-externs)
10323 ;; Experiment: make reparse-delay longer for longer files.
10324 (if (plusp js2-dynamic-idle-timer-adjust)
10325 (setq js2-idle-timer-delay
10326 (* js2-idle-timer-delay
10327 (/ (point-max) js2-dynamic-idle-timer-adjust))))
10328 (setq js2-mode-buffer-dirty-p t
10329 js2-mode-parsing nil)
10330 (set (make-local-variable 'js2-highlight-level) 0) ; no syntax highlighting
10331 (add-hook 'after-change-functions #'js2-minor-mode-edit nil t)
10332 (add-hook 'change-major-mode-hook #'js2-minor-mode-exit nil t)
10333 (when js2-include-jslint-globals
10334 (add-hook 'js2-post-parse-callbacks 'js2-apply-jslint-globals nil t))
10335 (run-hooks 'js2-init-hook)
10336 (js2-reparse))
10337
10338 (defun js2-minor-mode-exit ()
10339 "Turn off `js2-minor-mode'."
10340 (setq next-error-function nil)
10341 (remove-hook 'after-change-functions #'js2-mode-edit t)
10342 (remove-hook 'change-major-mode-hook #'js2-minor-mode-exit t)
10343 (when js2-mode-node-overlay
10344 (delete-overlay js2-mode-node-overlay)
10345 (setq js2-mode-node-overlay nil))
10346 (js2-remove-overlays)
10347 (remove-hook 'js2-post-parse-callbacks 'js2-apply-jslint-globals t)
10348 (setq js2-mode-ast nil))
10349
10350 (defvar js2-source-buffer nil "Linked source buffer for diagnostics view")
10351 (make-variable-buffer-local 'js2-source-buffer)
10352
10353 (defun* js2-display-error-list ()
10354 "Display a navigable buffer listing parse errors/warnings."
10355 (interactive)
10356 (unless (js2-have-errors-p)
10357 (message "No errors")
10358 (return-from js2-display-error-list))
10359 (labels ((annotate-list
10360 (lst type)
10361 "Add diagnostic TYPE and line number to errs list"
10362 (mapcar (lambda (err)
10363 (list err type (line-number-at-pos (nth 1 err))))
10364 lst)))
10365 (let* ((srcbuf (current-buffer))
10366 (errbuf (get-buffer-create "*js-lint*"))
10367 (errors (annotate-list
10368 (when js2-mode-ast (js2-ast-root-errors js2-mode-ast))
10369 'js2-error)) ; must be a valid face name
10370 (warnings (annotate-list
10371 (when js2-mode-ast (js2-ast-root-warnings js2-mode-ast))
10372 'js2-warning)) ; must be a valid face name
10373 (all-errs (sort (append errors warnings)
10374 (lambda (e1 e2) (< (cadar e1) (cadar e2))))))
10375 (with-current-buffer errbuf
10376 (let ((inhibit-read-only t))
10377 (erase-buffer)
10378 (dolist (err all-errs)
10379 (destructuring-bind ((msg-key beg _end &rest) type line) err
10380 (insert-text-button
10381 (format "line %d: %s" line (js2-get-msg msg-key))
10382 'face type
10383 'follow-link "\C-m"
10384 'action 'js2-error-buffer-jump
10385 'js2-msg (js2-get-msg msg-key)
10386 'js2-pos beg)
10387 (insert "\n"))))
10388 (js2-error-buffer-mode)
10389 (setq js2-source-buffer srcbuf)
10390 (pop-to-buffer errbuf)
10391 (goto-char (point-min))
10392 (unless (eobp)
10393 (js2-error-buffer-view))))))
10394
10395 (defvar js2-error-buffer-mode-map
10396 (let ((map (make-sparse-keymap)))
10397 (define-key map "n" #'js2-error-buffer-next)
10398 (define-key map "p" #'js2-error-buffer-prev)
10399 (define-key map (kbd "RET") #'js2-error-buffer-jump)
10400 (define-key map "o" #'js2-error-buffer-view)
10401 (define-key map "q" #'js2-error-buffer-quit)
10402 map)
10403 "Keymap used for js2 diagnostics buffers.")
10404
10405 (defun js2-error-buffer-mode ()
10406 "Major mode for js2 diagnostics buffers.
10407 Selecting an error will jump it to the corresponding source-buffer error.
10408 \\{js2-error-buffer-mode-map}"
10409 (interactive)
10410 (setq major-mode 'js2-error-buffer-mode
10411 mode-name "JS Lint Diagnostics")
10412 (use-local-map js2-error-buffer-mode-map)
10413 (setq truncate-lines t)
10414 (set-buffer-modified-p nil)
10415 (setq buffer-read-only t)
10416 (run-hooks 'js2-error-buffer-mode-hook))
10417
10418 (defun js2-error-buffer-next ()
10419 "Move to next error and view it."
10420 (interactive)
10421 (when (zerop (forward-line 1))
10422 (js2-error-buffer-view)))
10423
10424 (defun js2-error-buffer-prev ()
10425 "Move to previous error and view it."
10426 (interactive)
10427 (when (zerop (forward-line -1))
10428 (js2-error-buffer-view)))
10429
10430 (defun js2-error-buffer-quit ()
10431 "Kill the current buffer."
10432 (interactive)
10433 (kill-buffer))
10434
10435 (defun js2-error-buffer-jump (&rest ignored)
10436 "Jump cursor to current error in source buffer."
10437 (interactive)
10438 (when (js2-error-buffer-view)
10439 (pop-to-buffer js2-source-buffer)))
10440
10441 (defun js2-error-buffer-view ()
10442 "Scroll source buffer to show error at current line."
10443 (interactive)
10444 (cond
10445 ((not (eq major-mode 'js2-error-buffer-mode))
10446 (message "Not in a js2 errors buffer"))
10447 ((not (buffer-live-p js2-source-buffer))
10448 (message "Source buffer has been killed"))
10449 ((not (wholenump (get-text-property (point) 'js2-pos)))
10450 (message "There does not seem to be an error here"))
10451 (t
10452 (let ((pos (get-text-property (point) 'js2-pos))
10453 (msg (get-text-property (point) 'js2-msg)))
10454 (save-selected-window
10455 (pop-to-buffer js2-source-buffer)
10456 (goto-char pos)
10457 (message msg))))))
10458
10459 ;;;###autoload
10460 (define-derived-mode js2-mode prog-mode "Javascript-IDE"
10461 ;; FIXME: Should derive from js-mode.
10462 "Major mode for editing JavaScript code."
10463 ;; Used by comment-region; don't change it.
10464 (set (make-local-variable 'comment-start) "//")
10465 (set (make-local-variable 'comment-end) "")
10466 (set (make-local-variable 'comment-start-skip) js2-comment-start-skip)
10467 (set (make-local-variable 'max-lisp-eval-depth)
10468 (max max-lisp-eval-depth 3000))
10469 (set (make-local-variable 'indent-line-function) #'js2-indent-line)
10470 (set (make-local-variable 'indent-region-function) #'js2-indent-region)
10471 (set (make-local-variable 'fill-paragraph-function) #'c-fill-paragraph)
10472 (set (make-local-variable 'comment-line-break-function) #'js2-line-break)
10473 (set (make-local-variable 'beginning-of-defun-function) #'js2-beginning-of-defun)
10474 (set (make-local-variable 'end-of-defun-function) #'js2-end-of-defun)
10475 ;; We un-confuse `parse-partial-sexp' by setting syntax-table properties
10476 ;; for characters inside regexp literals.
10477 (set (make-local-variable 'parse-sexp-lookup-properties) t)
10478 ;; this is necessary to make `show-paren-function' work properly
10479 (set (make-local-variable 'parse-sexp-ignore-comments) t)
10480 ;; needed for M-x rgrep, among other things
10481 (put 'js2-mode 'find-tag-default-function #'js2-mode-find-tag)
10482
10483 (set (make-local-variable 'electric-indent-chars)
10484 (append "{}()[]:;,*." electric-indent-chars))
10485 (set (make-local-variable 'electric-layout-rules)
10486 '((?\; . after) (?\{ . after) (?\} . before)))
10487
10488 ;; some variables needed by cc-engine for paragraph-fill, etc.
10489 (setq c-comment-prefix-regexp js2-comment-prefix-regexp
10490 c-comment-start-regexp "/[*/]\\|\\s|"
10491 c-line-comment-starter "//"
10492 c-paragraph-start js2-paragraph-start
10493 c-paragraph-separate "$"
10494 c-syntactic-ws-start js2-syntactic-ws-start
10495 c-syntactic-ws-end js2-syntactic-ws-end
10496 c-syntactic-eol js2-syntactic-eol)
10497
10498 (let ((c-buffer-is-cc-mode t))
10499 ;; Copied from `js-mode'. Also see Bug#6071.
10500 (make-local-variable 'paragraph-start)
10501 (make-local-variable 'paragraph-separate)
10502 (make-local-variable 'paragraph-ignore-fill-prefix)
10503 (make-local-variable 'adaptive-fill-mode)
10504 (make-local-variable 'adaptive-fill-regexp)
10505 (c-setup-paragraph-variables))
10506
10507 (setq font-lock-defaults '(nil t))
10508
10509 ;; Experiment: make reparse-delay longer for longer files.
10510 (when (plusp js2-dynamic-idle-timer-adjust)
10511 (setq js2-idle-timer-delay
10512 (* js2-idle-timer-delay
10513 (/ (point-max) js2-dynamic-idle-timer-adjust))))
10514
10515 (add-hook 'change-major-mode-hook #'js2-mode-exit nil t)
10516 (add-hook 'after-change-functions #'js2-mode-edit nil t)
10517 (setq imenu-create-index-function #'js2-mode-create-imenu-index)
10518 (setq next-error-function #'js2-next-error)
10519 (imenu-add-to-menubar (concat "IM-" mode-name))
10520 (add-to-invisibility-spec '(js2-outline . t))
10521 (set (make-local-variable 'line-move-ignore-invisible) t)
10522 (set (make-local-variable 'forward-sexp-function) #'js2-mode-forward-sexp)
10523
10524 (setq js2-mode-functions-hidden nil
10525 js2-mode-comments-hidden nil
10526 js2-mode-buffer-dirty-p t
10527 js2-mode-parsing nil)
10528
10529 (js2-set-default-externs)
10530
10531 (when js2-include-jslint-globals
10532 (add-hook 'js2-post-parse-callbacks 'js2-apply-jslint-globals nil t))
10533
10534 (run-hooks 'js2-init-hook)
10535
10536 (js2-reparse))
10537
10538 (defun js2-mode-exit ()
10539 "Exit `js2-mode' and clean up."
10540 (interactive)
10541 (when js2-mode-node-overlay
10542 (delete-overlay js2-mode-node-overlay)
10543 (setq js2-mode-node-overlay nil))
10544 (js2-remove-overlays)
10545 (setq js2-mode-ast nil)
10546 (remove-hook 'change-major-mode-hook #'js2-mode-exit t)
10547 (remove-from-invisibility-spec '(js2-outline . t))
10548 (js2-mode-show-all)
10549 (with-silent-modifications
10550 (js2-clear-face (point-min) (point-max))))
10551
10552 (defun js2-mode-reset-timer ()
10553 "Cancel any existing parse timer and schedule a new one."
10554 (if js2-mode-parse-timer
10555 (cancel-timer js2-mode-parse-timer))
10556 (setq js2-mode-parsing nil)
10557 (let ((timer (timer-create)))
10558 (setq js2-mode-parse-timer timer)
10559 (timer-set-function timer 'js2-mode-idle-reparse (list (current-buffer)))
10560 (timer-set-idle-time timer js2-idle-timer-delay)
10561 ;; http://debbugs.gnu.org/cgi/bugreport.cgi?bug=12326
10562 (timer-activate-when-idle timer nil)))
10563
10564 (defun js2-mode-idle-reparse (buffer)
10565 "Run `js2-reparse' if BUFFER is the current buffer, or schedule
10566 it to be reparsed when the buffer is selected."
10567 (cond ((eq buffer (current-buffer))
10568 (js2-reparse))
10569 ((buffer-live-p buffer)
10570 ;; reparse when the buffer is selected again
10571 (with-current-buffer buffer
10572 (add-hook 'window-configuration-change-hook
10573 #'js2-mode-idle-reparse-inner
10574 nil t)))))
10575
10576 (defun js2-mode-idle-reparse-inner ()
10577 (remove-hook 'window-configuration-change-hook
10578 #'js2-mode-idle-reparse-inner
10579 t)
10580 (js2-reparse))
10581
10582 (defun js2-mode-edit (_beg _end _len)
10583 "Schedule a new parse after buffer is edited.
10584 Buffer edit spans from BEG to END and is of length LEN."
10585 (setq js2-mode-buffer-dirty-p t)
10586 (js2-mode-hide-overlay)
10587 (js2-mode-reset-timer))
10588
10589 (defun js2-minor-mode-edit (_beg _end _len)
10590 "Callback for buffer edits in `js2-mode'.
10591 Schedules a new parse after buffer is edited.
10592 Buffer edit spans from BEG to END and is of length LEN."
10593 (setq js2-mode-buffer-dirty-p t)
10594 (js2-mode-hide-overlay)
10595 (js2-mode-reset-timer))
10596
10597 (defun js2-reparse (&optional force)
10598 "Re-parse current buffer after user finishes some data entry.
10599 If we get any user input while parsing, including cursor motion,
10600 we discard the parse and reschedule it. If FORCE is nil, then the
10601 buffer will only rebuild its `js2-mode-ast' if the buffer is dirty."
10602 (let (time
10603 interrupted-p
10604 (js2-compiler-strict-mode js2-mode-show-strict-warnings))
10605 (unless js2-mode-parsing
10606 (setq js2-mode-parsing t)
10607 (unwind-protect
10608 (when (or js2-mode-buffer-dirty-p force)
10609 (js2-remove-overlays)
10610 (with-silent-modifications
10611 (setq js2-mode-buffer-dirty-p nil
10612 js2-mode-fontifications nil
10613 js2-mode-deferred-properties nil)
10614 (if js2-mode-verbose-parse-p
10615 (message "parsing..."))
10616 (setq time
10617 (js2-time
10618 (setq interrupted-p
10619 (catch 'interrupted
10620 (js2-parse)
10621 ;; if parsing is interrupted, comments and regex
10622 ;; literals stay ignored by `parse-partial-sexp'
10623 (remove-text-properties (point-min) (point-max)
10624 '(syntax-table))
10625 (js2-mode-apply-deferred-properties)
10626 (js2-mode-remove-suppressed-warnings)
10627 (js2-mode-show-warnings)
10628 (js2-mode-show-errors)
10629 (if (>= js2-highlight-level 1)
10630 (js2-highlight-jsdoc js2-mode-ast))
10631 nil))))
10632 (if interrupted-p
10633 (progn
10634 ;; unfinished parse => try again
10635 (setq js2-mode-buffer-dirty-p t)
10636 (js2-mode-reset-timer))
10637 (if js2-mode-verbose-parse-p
10638 (message "Parse time: %s" time)))))
10639 (setq js2-mode-parsing nil)
10640 (unless interrupted-p
10641 (setq js2-mode-parse-timer nil))))))
10642
10643 (defun js2-mode-show-node (event)
10644 "Debugging aid: highlight selected AST node on mouse click."
10645 (interactive "e")
10646 (mouse-set-point event)
10647 (setq deactivate-mark t)
10648 (when js2-mode-show-overlay
10649 (let ((node (js2-node-at-point))
10650 beg end)
10651 (if (null node)
10652 (message "No node found at location %s" (point))
10653 (setq beg (js2-node-abs-pos node)
10654 end (+ beg (js2-node-len node)))
10655 (if js2-mode-node-overlay
10656 (move-overlay js2-mode-node-overlay beg end)
10657 (setq js2-mode-node-overlay (make-overlay beg end))
10658 (overlay-put js2-mode-node-overlay 'font-lock-face 'highlight))
10659 (with-silent-modifications
10660 (put-text-property beg end 'point-left #'js2-mode-hide-overlay))
10661 (message "%s, parent: %s"
10662 (js2-node-short-name node)
10663 (if (js2-node-parent node)
10664 (js2-node-short-name (js2-node-parent node))
10665 "nil"))))))
10666
10667 (defun js2-mode-hide-overlay (&optional _p1 p2)
10668 "Remove the debugging overlay when the point moves.
10669 P1 and P2 are the old and new values of point, respectively."
10670 (when js2-mode-node-overlay
10671 (let ((beg (overlay-start js2-mode-node-overlay))
10672 (end (overlay-end js2-mode-node-overlay)))
10673 ;; Sometimes we're called spuriously.
10674 (unless (and p2
10675 (>= p2 beg)
10676 (<= p2 end))
10677 (with-silent-modifications
10678 (remove-text-properties beg end '(point-left nil)))
10679 (delete-overlay js2-mode-node-overlay)
10680 (setq js2-mode-node-overlay nil)))))
10681
10682 (defun js2-mode-reset ()
10683 "Debugging helper: reset everything."
10684 (interactive)
10685 (js2-mode-exit)
10686 (js2-mode))
10687
10688 (defun js2-mode-show-warn-or-err (e face)
10689 "Highlight a warning or error E with FACE.
10690 E is a list of ((MSG-KEY MSG-ARG) BEG LEN OVERRIDE-FACE).
10691 The last element is optional. When present, use instead of FACE."
10692 (let* ((key (first e))
10693 (beg (second e))
10694 (end (+ beg (third e)))
10695 ;; Don't inadvertently go out of bounds.
10696 (beg (max (point-min) (min beg (point-max))))
10697 (end (max (point-min) (min end (point-max))))
10698 (js2-highlight-level 3) ; so js2-set-face is sure to fire
10699 (ovl (make-overlay beg end)))
10700 (overlay-put ovl 'font-lock-face (or (fourth e) face))
10701 (overlay-put ovl 'js2-error t)
10702 (put-text-property beg end 'help-echo (js2-get-msg key))
10703 (put-text-property beg end 'point-entered #'js2-echo-error)))
10704
10705 (defun js2-remove-overlays ()
10706 "Remove overlays from buffer that have a `js2-error' property."
10707 (let ((beg (point-min))
10708 (end (point-max)))
10709 (save-excursion
10710 (dolist (o (overlays-in beg end))
10711 (when (overlay-get o 'js2-error)
10712 (delete-overlay o))))))
10713
10714 (defun js2-error-at-point (&optional pos)
10715 "Return non-nil if there's an error overlay at POS.
10716 Defaults to point."
10717 (loop with pos = (or pos (point))
10718 for o in (overlays-at pos)
10719 thereis (overlay-get o 'js2-error)))
10720
10721 (defun js2-mode-apply-deferred-properties ()
10722 "Apply fontifications and other text properties recorded during parsing."
10723 (when (plusp js2-highlight-level)
10724 ;; We defer clearing faces as long as possible to eliminate flashing.
10725 (js2-clear-face (point-min) (point-max))
10726 ;; Have to reverse the recorded fontifications list so that errors
10727 ;; and warnings overwrite the normal fontifications.
10728 (dolist (f (nreverse js2-mode-fontifications))
10729 (put-text-property (first f) (second f) 'font-lock-face (third f)))
10730 (setq js2-mode-fontifications nil))
10731 (dolist (p js2-mode-deferred-properties)
10732 (apply #'put-text-property p))
10733 (setq js2-mode-deferred-properties nil))
10734
10735 (defun js2-mode-show-errors ()
10736 "Highlight syntax errors."
10737 (when js2-mode-show-parse-errors
10738 (dolist (e (js2-ast-root-errors js2-mode-ast))
10739 (js2-mode-show-warn-or-err e 'js2-error))))
10740
10741 (defun js2-mode-remove-suppressed-warnings ()
10742 "Take suppressed warnings out of the AST warnings list.
10743 This ensures that the counts and `next-error' are correct."
10744 (setf (js2-ast-root-warnings js2-mode-ast)
10745 (js2-delete-if
10746 (lambda (e)
10747 (let ((key (caar e)))
10748 (or
10749 (and (not js2-strict-trailing-comma-warning)
10750 (string-match "trailing\\.comma" key))
10751 (and (not js2-strict-cond-assign-warning)
10752 (string= key "msg.equal.as.assign"))
10753 (and js2-missing-semi-one-line-override
10754 (string= key "msg.missing.semi")
10755 (let* ((beg (second e))
10756 (node (js2-node-at-point beg))
10757 (fn (js2-mode-find-parent-fn node))
10758 (body (and fn (js2-function-node-body fn)))
10759 (lc (and body (js2-node-abs-pos body)))
10760 (rc (and lc (+ lc (js2-node-len body)))))
10761 (and fn
10762 (or (null body)
10763 (save-excursion
10764 (goto-char beg)
10765 (and (js2-same-line lc)
10766 (js2-same-line rc))))))))))
10767 (js2-ast-root-warnings js2-mode-ast))))
10768
10769 (defun js2-mode-show-warnings ()
10770 "Highlight strict-mode warnings."
10771 (when js2-mode-show-strict-warnings
10772 (dolist (e (js2-ast-root-warnings js2-mode-ast))
10773 (js2-mode-show-warn-or-err e 'js2-warning))))
10774
10775 (defun js2-echo-error (_old-point new-point)
10776 "Called by point-motion hooks."
10777 (let ((msg (get-text-property new-point 'help-echo)))
10778 (when (and (stringp msg)
10779 (not (active-minibuffer-window))
10780 (not (current-message)))
10781 (message msg))))
10782
10783 (defalias 'js2-echo-help #'js2-echo-error)
10784
10785 (defun js2-line-break (&optional _soft)
10786 "Break line at point and indent, continuing comment if within one.
10787 If inside a string, and `js2-concat-multiline-strings' is not
10788 nil, turn it into concatenation."
10789 (interactive)
10790 (let ((parse-status (syntax-ppss)))
10791 (cond
10792 ;; Check if we're inside a string.
10793 ((nth 3 parse-status)
10794 (if js2-concat-multiline-strings
10795 (js2-mode-split-string parse-status)
10796 (insert "\n")))
10797 ;; Check if inside a block comment.
10798 ((nth 4 parse-status)
10799 (js2-mode-extend-comment (nth 8 parse-status)))
10800 (t
10801 (newline-and-indent)))))
10802
10803 (defun js2-mode-split-string (parse-status)
10804 "Turn a newline in mid-string into a string concatenation.
10805 PARSE-STATUS is as documented in `parse-partial-sexp'."
10806 (let* ((quote-char (nth 3 parse-status))
10807 (at-eol (eq js2-concat-multiline-strings 'eol)))
10808 (insert quote-char)
10809 (insert (if at-eol " +\n" "\n"))
10810 (unless at-eol
10811 (insert "+ "))
10812 (js2-indent-line)
10813 (insert quote-char)
10814 (when (eolp)
10815 (insert quote-char)
10816 (backward-char 1))))
10817
10818 (defun js2-mode-extend-comment (start-pos)
10819 "Indent the line and, when inside a comment block, add comment prefix."
10820 (let (star single col first-line needs-close)
10821 (save-excursion
10822 (back-to-indentation)
10823 (when (< (point) start-pos)
10824 (goto-char start-pos))
10825 (cond
10826 ((looking-at "\\*[^/]")
10827 (setq star t
10828 col (current-column)))
10829 ((looking-at "/\\*")
10830 (setq star t
10831 first-line t
10832 col (1+ (current-column))))
10833 ((looking-at "//")
10834 (setq single t
10835 col (current-column)))))
10836 ;; Heuristic for whether we need to close the comment:
10837 ;; if we've got a parse error here, assume it's an unterminated
10838 ;; comment.
10839 (setq needs-close
10840 (or
10841 (eq (get-text-property (1- (point)) 'point-entered)
10842 'js2-echo-error)
10843 ;; The heuristic above doesn't work well when we're
10844 ;; creating a comment and there's another one downstream,
10845 ;; as our parser thinks this one ends at the end of the
10846 ;; next one. (You can have a /* inside a js block comment.)
10847 ;; So just close it if the next non-ws char isn't a *.
10848 (and first-line
10849 (eolp)
10850 (save-excursion
10851 (skip-chars-forward " \t\r\n")
10852 (not (eq (char-after) ?*))))))
10853 (delete-horizontal-space)
10854 (insert "\n")
10855 (cond
10856 (star
10857 (indent-to col)
10858 (insert "* ")
10859 (if (and first-line needs-close)
10860 (save-excursion
10861 (insert "\n")
10862 (indent-to col)
10863 (insert "*/"))))
10864 ((and single
10865 (save-excursion
10866 (and (zerop (forward-line 1))
10867 (looking-at "\\s-*//"))))
10868 (indent-to col)
10869 (insert "// ")))
10870 ;; Don't need to extend the comment after all.
10871 (js2-indent-line)))
10872
10873 (defun js2-beginning-of-line ()
10874 "Toggle point between bol and first non-whitespace char in line.
10875 Also moves past comment delimiters when inside comments."
10876 (interactive)
10877 (let (node)
10878 (cond
10879 ((bolp)
10880 (back-to-indentation))
10881 ((looking-at "//")
10882 (skip-chars-forward "/ \t"))
10883 ((and (eq (char-after) ?*)
10884 (setq node (js2-comment-at-point))
10885 (memq (js2-comment-node-format node) '(jsdoc block))
10886 (save-excursion
10887 (skip-chars-backward " \t")
10888 (bolp)))
10889 (skip-chars-forward "\* \t"))
10890 (t
10891 (goto-char (point-at-bol))))))
10892
10893 (defun js2-end-of-line ()
10894 "Toggle point between eol and last non-whitespace char in line."
10895 (interactive)
10896 (if (eolp)
10897 (skip-chars-backward " \t")
10898 (goto-char (point-at-eol))))
10899
10900 (defun js2-mode-wait-for-parse (callback)
10901 "Invoke CALLBACK when parsing is finished.
10902 If parsing is already finished, calls CALLBACK immediately."
10903 (if (not js2-mode-buffer-dirty-p)
10904 (funcall callback)
10905 (push callback js2-mode-pending-parse-callbacks)
10906 (add-hook 'js2-parse-finished-hook #'js2-mode-parse-finished)))
10907
10908 (defun js2-mode-parse-finished ()
10909 "Invoke callbacks in `js2-mode-pending-parse-callbacks'."
10910 ;; We can't let errors propagate up, since it prevents the
10911 ;; `js2-parse' method from completing normally and returning
10912 ;; the ast, which makes things mysteriously not work right.
10913 (unwind-protect
10914 (dolist (cb js2-mode-pending-parse-callbacks)
10915 (condition-case err
10916 (funcall cb)
10917 (error (message "%s" err))))
10918 (setq js2-mode-pending-parse-callbacks nil)))
10919
10920 (defun js2-mode-flag-region (from to flag)
10921 "Hide or show text from FROM to TO, according to FLAG.
10922 If FLAG is nil then text is shown, while if FLAG is t the text is hidden.
10923 Returns the created overlay if FLAG is non-nil."
10924 (remove-overlays from to 'invisible 'js2-outline)
10925 (when flag
10926 (let ((o (make-overlay from to)))
10927 (overlay-put o 'invisible 'js2-outline)
10928 (overlay-put o 'isearch-open-invisible
10929 'js2-isearch-open-invisible)
10930 o)))
10931
10932 ;; Function to be set as an outline-isearch-open-invisible' property
10933 ;; to the overlay that makes the outline invisible (see
10934 ;; `js2-mode-flag-region').
10935 (defun js2-isearch-open-invisible (_overlay)
10936 ;; We rely on the fact that isearch places point on the matched text.
10937 (js2-mode-show-element))
10938
10939 (defun js2-mode-invisible-overlay-bounds (&optional pos)
10940 "Return cons cell of bounds of folding overlay at POS.
10941 Returns nil if not found."
10942 (let ((overlays (overlays-at (or pos (point))))
10943 o)
10944 (while (and overlays
10945 (not o))
10946 (if (overlay-get (car overlays) 'invisible)
10947 (setq o (car overlays))
10948 (setq overlays (cdr overlays))))
10949 (if o
10950 (cons (overlay-start o) (overlay-end o)))))
10951
10952 (defun js2-mode-function-at-point (&optional pos)
10953 "Return the innermost function node enclosing current point.
10954 Returns nil if point is not in a function."
10955 (let ((node (js2-node-at-point pos)))
10956 (while (and node (not (js2-function-node-p node)))
10957 (setq node (js2-node-parent node)))
10958 (if (js2-function-node-p node)
10959 node)))
10960
10961 (defun js2-mode-toggle-element ()
10962 "Hide or show the foldable element at the point."
10963 (interactive)
10964 (let (comment fn pos)
10965 (save-excursion
10966 (cond
10967 ;; /* ... */ comment?
10968 ((js2-block-comment-p (setq comment (js2-comment-at-point)))
10969 (if (js2-mode-invisible-overlay-bounds
10970 (setq pos (+ 3 (js2-node-abs-pos comment))))
10971 (progn
10972 (goto-char pos)
10973 (js2-mode-show-element))
10974 (js2-mode-hide-element)))
10975 ;; //-comment?
10976 ((save-excursion
10977 (back-to-indentation)
10978 (looking-at js2-mode-//-comment-re))
10979 (js2-mode-toggle-//-comment))
10980 ;; function?
10981 ((setq fn (js2-mode-function-at-point))
10982 (setq pos (and (js2-function-node-body fn)
10983 (js2-node-abs-pos (js2-function-node-body fn))))
10984 (goto-char (1+ pos))
10985 (if (js2-mode-invisible-overlay-bounds)
10986 (js2-mode-show-element)
10987 (js2-mode-hide-element)))
10988 (t
10989 (message "Nothing at point to hide or show"))))))
10990
10991 (defun js2-mode-hide-element ()
10992 "Fold/hide contents of a block, showing ellipses.
10993 Show the hidden text with \\[js2-mode-show-element]."
10994 (interactive)
10995 (if js2-mode-buffer-dirty-p
10996 (js2-mode-wait-for-parse #'js2-mode-hide-element))
10997 (let (node body beg end)
10998 (cond
10999 ((js2-mode-invisible-overlay-bounds)
11000 (message "already hidden"))
11001 (t
11002 (setq node (js2-node-at-point))
11003 (cond
11004 ((js2-block-comment-p node)
11005 (js2-mode-hide-comment node))
11006 (t
11007 (while (and node (not (js2-function-node-p node)))
11008 (setq node (js2-node-parent node)))
11009 (if (and node
11010 (setq body (js2-function-node-body node)))
11011 (progn
11012 (setq beg (js2-node-abs-pos body)
11013 end (+ beg (js2-node-len body)))
11014 (js2-mode-flag-region (1+ beg) (1- end) 'hide))
11015 (message "No collapsable element found at point"))))))))
11016
11017 (defun js2-mode-show-element ()
11018 "Show the hidden element at current point."
11019 (interactive)
11020 (let ((bounds (js2-mode-invisible-overlay-bounds)))
11021 (if bounds
11022 (js2-mode-flag-region (car bounds) (cdr bounds) nil)
11023 (message "Nothing to un-hide"))))
11024
11025 (defun js2-mode-show-all ()
11026 "Show all of the text in the buffer."
11027 (interactive)
11028 (js2-mode-flag-region (point-min) (point-max) nil))
11029
11030 (defun js2-mode-toggle-hide-functions ()
11031 (interactive)
11032 (if js2-mode-functions-hidden
11033 (js2-mode-show-functions)
11034 (js2-mode-hide-functions)))
11035
11036 (defun js2-mode-hide-functions ()
11037 "Hides all non-nested function bodies in the buffer.
11038 Use \\[js2-mode-show-all] to reveal them, or \\[js2-mode-show-element]
11039 to open an individual entry."
11040 (interactive)
11041 (if js2-mode-buffer-dirty-p
11042 (js2-mode-wait-for-parse #'js2-mode-hide-functions))
11043 (if (null js2-mode-ast)
11044 (message "Oops - parsing failed")
11045 (setq js2-mode-functions-hidden t)
11046 (js2-visit-ast js2-mode-ast #'js2-mode-function-hider)))
11047
11048 (defun js2-mode-function-hider (n endp)
11049 (when (not endp)
11050 (let ((tt (js2-node-type n))
11051 body beg end)
11052 (cond
11053 ((and (= tt js2-FUNCTION)
11054 (setq body (js2-function-node-body n)))
11055 (setq beg (js2-node-abs-pos body)
11056 end (+ beg (js2-node-len body)))
11057 (js2-mode-flag-region (1+ beg) (1- end) 'hide)
11058 nil) ; don't process children of function
11059 (t
11060 t))))) ; keep processing other AST nodes
11061
11062 (defun js2-mode-show-functions ()
11063 "Un-hide any folded function bodies in the buffer."
11064 (interactive)
11065 (setq js2-mode-functions-hidden nil)
11066 (save-excursion
11067 (goto-char (point-min))
11068 (while (/= (goto-char (next-overlay-change (point)))
11069 (point-max))
11070 (dolist (o (overlays-at (point)))
11071 (when (and (overlay-get o 'invisible)
11072 (not (overlay-get o 'comment)))
11073 (js2-mode-flag-region (overlay-start o) (overlay-end o) nil))))))
11074
11075 (defun js2-mode-hide-comment (n)
11076 (let* ((head (if (eq (js2-comment-node-format n) 'jsdoc)
11077 3 ; /**
11078 2)) ; /*
11079 (beg (+ (js2-node-abs-pos n) head))
11080 (end (- (+ beg (js2-node-len n)) head 2))
11081 (o (js2-mode-flag-region beg end 'hide)))
11082 (overlay-put o 'comment t)))
11083
11084 (defun js2-mode-toggle-hide-comments ()
11085 "Folds all block comments in the buffer.
11086 Use \\[js2-mode-show-all] to reveal them, or \\[js2-mode-show-element]
11087 to open an individual entry."
11088 (interactive)
11089 (if js2-mode-comments-hidden
11090 (js2-mode-show-comments)
11091 (js2-mode-hide-comments)))
11092
11093 (defun js2-mode-hide-comments ()
11094 (interactive)
11095 (if js2-mode-buffer-dirty-p
11096 (js2-mode-wait-for-parse #'js2-mode-hide-comments))
11097 (if (null js2-mode-ast)
11098 (message "Oops - parsing failed")
11099 (setq js2-mode-comments-hidden t)
11100 (dolist (n (js2-ast-root-comments js2-mode-ast))
11101 (when (js2-block-comment-p n)
11102 (js2-mode-hide-comment n)))
11103 (js2-mode-hide-//-comments)))
11104
11105 (defun js2-mode-extend-//-comment (direction)
11106 "Find start or end of a block of similar //-comment lines.
11107 DIRECTION is -1 to look back, 1 to look forward.
11108 INDENT is the indentation level to match.
11109 Returns the end-of-line position of the furthest adjacent
11110 //-comment line with the same indentation as the current line.
11111 If there is no such matching line, returns current end of line."
11112 (let ((pos (point-at-eol))
11113 (indent (current-indentation)))
11114 (save-excursion
11115 (while (and (zerop (forward-line direction))
11116 (looking-at js2-mode-//-comment-re)
11117 (eq indent (length (match-string 1))))
11118 (setq pos (point-at-eol))
11119 pos))))
11120
11121 (defun js2-mode-hide-//-comments ()
11122 "Fold adjacent 1-line comments, showing only snippet of first one."
11123 (let (beg end)
11124 (save-excursion
11125 (goto-char (point-min))
11126 (while (re-search-forward js2-mode-//-comment-re nil t)
11127 (setq beg (point)
11128 end (js2-mode-extend-//-comment 1))
11129 (unless (eq beg end)
11130 (overlay-put (js2-mode-flag-region beg end 'hide)
11131 'comment t))
11132 (goto-char end)
11133 (forward-char 1)))))
11134
11135 (defun js2-mode-toggle-//-comment ()
11136 "Fold or un-fold any multi-line //-comment at point.
11137 Caller should have determined that this line starts with a //-comment."
11138 (let* ((beg (point-at-eol))
11139 (end beg))
11140 (save-excursion
11141 (goto-char end)
11142 (if (js2-mode-invisible-overlay-bounds)
11143 (js2-mode-show-element)
11144 ;; else hide the comment
11145 (setq beg (js2-mode-extend-//-comment -1)
11146 end (js2-mode-extend-//-comment 1))
11147 (unless (eq beg end)
11148 (overlay-put (js2-mode-flag-region beg end 'hide)
11149 'comment t))))))
11150
11151 (defun js2-mode-show-comments ()
11152 "Un-hide any hidden comments, leaving other hidden elements alone."
11153 (interactive)
11154 (setq js2-mode-comments-hidden nil)
11155 (save-excursion
11156 (goto-char (point-min))
11157 (while (/= (goto-char (next-overlay-change (point)))
11158 (point-max))
11159 (dolist (o (overlays-at (point)))
11160 (when (overlay-get o 'comment)
11161 (js2-mode-flag-region (overlay-start o) (overlay-end o) nil))))))
11162
11163 (defun js2-mode-display-warnings-and-errors ()
11164 "Turn on display of warnings and errors."
11165 (interactive)
11166 (setq js2-mode-show-parse-errors t
11167 js2-mode-show-strict-warnings t)
11168 (js2-reparse 'force))
11169
11170 (defun js2-mode-hide-warnings-and-errors ()
11171 "Turn off display of warnings and errors."
11172 (interactive)
11173 (setq js2-mode-show-parse-errors nil
11174 js2-mode-show-strict-warnings nil)
11175 (js2-reparse 'force))
11176
11177 (defun js2-mode-toggle-warnings-and-errors ()
11178 "Toggle the display of warnings and errors.
11179 Some users don't like having warnings/errors reported while they type."
11180 (interactive)
11181 (setq js2-mode-show-parse-errors (not js2-mode-show-parse-errors)
11182 js2-mode-show-strict-warnings (not js2-mode-show-strict-warnings))
11183 (if (called-interactively-p 'any)
11184 (message "warnings and errors %s"
11185 (if js2-mode-show-parse-errors
11186 "enabled"
11187 "disabled")))
11188 (js2-reparse 'force))
11189
11190 (defun js2-mode-customize ()
11191 (interactive)
11192 (customize-group 'js2-mode))
11193
11194 (defun js2-mode-forward-sexp (&optional arg)
11195 "Move forward across one statement or balanced expression.
11196 With ARG, do it that many times. Negative arg -N means
11197 move backward across N balanced expressions."
11198 (interactive "p")
11199 (setq arg (or arg 1))
11200 (save-restriction
11201 (widen) ;; `blink-matching-open' calls `narrow-to-region'
11202 (js2-reparse)
11203 (let (forward-sexp-function
11204 node (start (point)) pos lp rp child)
11205 (cond
11206 ;; backward-sexp
11207 ;; could probably make this better for some cases:
11208 ;; - if in statement block (e.g. function body), go to parent
11209 ;; - infix exprs like (foo in bar) - maybe go to beginning
11210 ;; of infix expr if in the right-side expression?
11211 ((and arg (minusp arg))
11212 (dotimes (_ (- arg))
11213 (js2-backward-sws)
11214 (forward-char -1) ; Enter the node we backed up to.
11215 (when (setq node (js2-node-at-point (point) t))
11216 (setq pos (js2-node-abs-pos node))
11217 (let ((parens (js2-mode-forward-sexp-parens node pos)))
11218 (setq lp (car parens)
11219 rp (cdr parens)))
11220 (when (and lp (> start lp))
11221 (if (and rp (<= start rp))
11222 ;; Between parens, check if there's a child node we can jump.
11223 (when (setq child (js2-node-closest-child node (point) lp t))
11224 (setq pos (js2-node-abs-pos child)))
11225 ;; Before both parens.
11226 (setq pos lp)))
11227 (let ((state (parse-partial-sexp start pos)))
11228 (goto-char (if (not (zerop (car state)))
11229 ;; Stumble at the unbalanced paren if < 0, or
11230 ;; jump a bit further if > 0.
11231 (scan-sexps start -1)
11232 pos))))
11233 (unless pos (goto-char (point-min)))))
11234 (t
11235 ;; forward-sexp
11236 (dotimes (_ arg)
11237 (js2-forward-sws)
11238 (when (setq node (js2-node-at-point (point) t))
11239 (setq pos (js2-node-abs-pos node))
11240 (let ((parens (js2-mode-forward-sexp-parens node pos)))
11241 (setq lp (car parens)
11242 rp (cdr parens)))
11243 (or
11244 (when (and rp (<= start rp))
11245 (if (> start lp)
11246 (when (setq child (js2-node-closest-child node (point) rp))
11247 (setq pos (js2-node-abs-end child)))
11248 (setq pos (1+ rp))))
11249 ;; No parens or child nodes, looks for the end of the curren node.
11250 (incf pos (js2-node-len
11251 (if (js2-expr-stmt-node-p (js2-node-parent node))
11252 ;; Stop after the semicolon.
11253 (js2-node-parent node)
11254 node))))
11255 (let ((state (save-excursion (parse-partial-sexp start pos))))
11256 (goto-char (if (not (zerop (car state)))
11257 (scan-sexps start 1)
11258 pos))))
11259 (unless pos (goto-char (point-max)))))))))
11260
11261 (defun js2-mode-forward-sexp-parens (node abs-pos)
11262 "Return a cons cell with positions of main parens in NODE."
11263 (cond
11264 ((or (js2-array-node-p node)
11265 (js2-object-node-p node)
11266 (js2-comp-node-p node)
11267 (memq (aref node 0) '(cl-struct-js2-block-node cl-struct-js2-scope)))
11268 (cons abs-pos (+ abs-pos (js2-node-len node) -1)))
11269 ((js2-paren-expr-node-p node)
11270 (let ((lp (js2-node-lp node))
11271 (rp (js2-node-rp node)))
11272 (cons (when lp (+ abs-pos lp))
11273 (when rp (+ abs-pos rp)))))))
11274
11275 (defun js2-node-closest-child (parent point limit &optional before)
11276 (let* ((parent-pos (js2-node-abs-pos parent))
11277 (rpoint (- point parent-pos))
11278 (rlimit (- limit parent-pos))
11279 (min (min rpoint rlimit))
11280 (max (max rpoint rlimit))
11281 found)
11282 (catch 'done
11283 (js2-visit-ast
11284 parent
11285 (lambda (node _end-p)
11286 (if (eq node parent)
11287 t
11288 (let ((pos (js2-node-pos node)) ;; Both relative values.
11289 (end (+ (js2-node-pos node) (js2-node-len node))))
11290 (when (and (>= pos min) (<= end max)
11291 (if before (< pos rpoint) (> end rpoint)))
11292 (setq found node))
11293 (when (> end rpoint)
11294 (throw 'done nil)))
11295 nil))))
11296 found))
11297
11298 (defun js2-errors ()
11299 "Return a list of errors found."
11300 (and js2-mode-ast
11301 (js2-ast-root-errors js2-mode-ast)))
11302
11303 (defun js2-warnings ()
11304 "Return a list of warnings found."
11305 (and js2-mode-ast
11306 (js2-ast-root-warnings js2-mode-ast)))
11307
11308 (defun js2-have-errors-p ()
11309 "Return non-nil if any parse errors or warnings were found."
11310 (or (js2-errors) (js2-warnings)))
11311
11312 (defun js2-errors-and-warnings ()
11313 "Return a copy of the concatenated errors and warnings lists.
11314 They are appended: first the errors, then the warnings.
11315 Entries are of the form (MSG BEG END)."
11316 (when js2-mode-ast
11317 (append (js2-ast-root-errors js2-mode-ast)
11318 (copy-sequence (js2-ast-root-warnings js2-mode-ast)))))
11319
11320 (defun js2-next-error (&optional arg reset)
11321 "Move to next parse error.
11322 Typically invoked via \\[next-error].
11323 ARG is the number of errors, forward or backward, to move.
11324 RESET means start over from the beginning."
11325 (interactive "p")
11326 (if (not (or (js2-errors) (js2-warnings)))
11327 (message "No errors")
11328 (when reset
11329 (goto-char (point-min)))
11330 (let* ((errs (js2-errors-and-warnings))
11331 (continue t)
11332 (start (point))
11333 (count (or arg 1))
11334 (backward (minusp count))
11335 (sorter (if backward '> '<))
11336 (stopper (if backward '< '>))
11337 (count (abs count))
11338 all-errs err)
11339 ;; Sort by start position.
11340 (setq errs (sort errs (lambda (e1 e2)
11341 (funcall sorter (second e1) (second e2))))
11342 all-errs errs)
11343 ;; Find nth error with pos > start.
11344 (while (and errs continue)
11345 (when (funcall stopper (cadar errs) start)
11346 (setq err (car errs))
11347 (if (zerop (decf count))
11348 (setq continue nil)))
11349 (setq errs (cdr errs)))
11350 ;; Clear for `js2-echo-error'.
11351 (message nil)
11352 (if err
11353 (goto-char (second err))
11354 ;; Wrap around to first error.
11355 (goto-char (second (car all-errs)))
11356 ;; If we were already on it, echo msg again.
11357 (if (= (point) start)
11358 (js2-echo-error (point) (point)))))))
11359
11360 (defun js2-down-mouse-3 ()
11361 "Make right-click move the point to the click location.
11362 This makes right-click context menu operations a bit more intuitive.
11363 The point will not move if the region is active, however, to avoid
11364 destroying the region selection."
11365 (interactive)
11366 (when (and js2-move-point-on-right-click
11367 (not mark-active))
11368 (let ((e last-input-event))
11369 (ignore-errors
11370 (goto-char (cadadr e))))))
11371
11372 (defun js2-mode-create-imenu-index ()
11373 "Return an alist for `imenu--index-alist'."
11374 ;; This is built up in `js2-parse-record-imenu' during parsing.
11375 (when js2-mode-ast
11376 ;; if we have an ast but no recorder, they're requesting a rescan
11377 (unless js2-imenu-recorder
11378 (js2-reparse 'force))
11379 (prog1
11380 (js2-build-imenu-index)
11381 (setq js2-imenu-recorder nil
11382 js2-imenu-function-map nil))))
11383
11384 (defun js2-mode-find-tag ()
11385 "Replacement for `find-tag-default'.
11386 `find-tag-default' returns a ridiculous answer inside comments."
11387 (let (beg end)
11388 (js2-with-underscore-as-word-syntax
11389 (save-excursion
11390 (if (and (not (looking-at "[[:alnum:]_$]"))
11391 (looking-back "[[:alnum:]_$]"))
11392 (setq beg (progn (forward-word -1) (point))
11393 end (progn (forward-word 1) (point)))
11394 (setq beg (progn (forward-word 1) (point))
11395 end (progn (forward-word -1) (point))))
11396 (replace-regexp-in-string
11397 "[\"']" ""
11398 (buffer-substring-no-properties beg end))))))
11399
11400 (defun js2-mode-forward-sibling ()
11401 "Move to the end of the sibling following point in parent.
11402 Returns non-nil if successful, or nil if there was no following sibling."
11403 (let* ((node (js2-node-at-point))
11404 (parent (js2-mode-find-enclosing-fn node))
11405 sib)
11406 (when (setq sib (js2-node-find-child-after (point) parent))
11407 (goto-char (+ (js2-node-abs-pos sib)
11408 (js2-node-len sib))))))
11409
11410 (defun js2-mode-backward-sibling ()
11411 "Move to the beginning of the sibling node preceding point in parent.
11412 Parent is defined as the enclosing script or function."
11413 (let* ((node (js2-node-at-point))
11414 (parent (js2-mode-find-enclosing-fn node))
11415 sib)
11416 (when (setq sib (js2-node-find-child-before (point) parent))
11417 (goto-char (js2-node-abs-pos sib)))))
11418
11419 (defun js2-beginning-of-defun (&optional arg)
11420 "Go to line on which current function starts, and return t on success.
11421 If we're not in a function or already at the beginning of one, go
11422 to beginning of previous script-level element.
11423 With ARG N, do that N times. If N is negative, move forward."
11424 (setq arg (or arg 1))
11425 (if (plusp arg)
11426 (let ((parent (js2-node-parent-script-or-fn (js2-node-at-point))))
11427 (when (cond
11428 ((js2-function-node-p parent)
11429 (goto-char (js2-node-abs-pos parent)))
11430 (t
11431 (js2-mode-backward-sibling)))
11432 (if (> arg 1)
11433 (js2-beginning-of-defun (1- arg))
11434 t)))
11435 (when (js2-end-of-defun)
11436 (js2-beginning-of-defun (if (>= arg -1) 1 (1+ arg))))))
11437
11438 (defun js2-end-of-defun ()
11439 "Go to the char after the last position of the current function
11440 or script-level element."
11441 (let* ((node (js2-node-at-point))
11442 (parent (or (and (js2-function-node-p node) node)
11443 (js2-node-parent-script-or-fn node)))
11444 script)
11445 (unless (js2-function-node-p parent)
11446 ;; Use current script-level node, or, if none, the next one.
11447 (setq script (or parent node)
11448 parent (js2-node-find-child-before (point) script))
11449 (when (or (null parent)
11450 (>= (point) (+ (js2-node-abs-pos parent)
11451 (js2-node-len parent))))
11452 (setq parent (js2-node-find-child-after (point) script))))
11453 (when parent
11454 (goto-char (+ (js2-node-abs-pos parent)
11455 (js2-node-len parent))))))
11456
11457 (defun js2-mark-defun (&optional allow-extend)
11458 "Put mark at end of this function, point at beginning.
11459 The function marked is the one that contains point.
11460
11461 Interactively, if this command is repeated,
11462 or (in Transient Mark mode) if the mark is active,
11463 it marks the next defun after the ones already marked."
11464 (interactive "p")
11465 (let (extended)
11466 (when (and allow-extend
11467 (or (and (eq last-command this-command) (mark t))
11468 (and transient-mark-mode mark-active)))
11469 (let ((sib (save-excursion
11470 (goto-char (mark))
11471 (if (js2-mode-forward-sibling)
11472 (point)))))
11473 (if sib
11474 (progn
11475 (set-mark sib)
11476 (setq extended t))
11477 ;; no more siblings - try extending to enclosing node
11478 (goto-char (mark t)))))
11479 (when (not extended)
11480 (let ((node (js2-node-at-point (point) t)) ; skip comments
11481 ast fn stmt parent beg end)
11482 (when (js2-ast-root-p node)
11483 (setq ast node
11484 node (or (js2-node-find-child-after (point) node)
11485 (js2-node-find-child-before (point) node))))
11486 ;; only mark whole buffer if we can't find any children
11487 (if (null node)
11488 (setq node ast))
11489 (if (js2-function-node-p node)
11490 (setq parent node)
11491 (setq fn (js2-mode-find-enclosing-fn node)
11492 stmt (if (or (null fn)
11493 (js2-ast-root-p fn))
11494 (js2-mode-find-first-stmt node))
11495 parent (or stmt fn)))
11496 (setq beg (js2-node-abs-pos parent)
11497 end (+ beg (js2-node-len parent)))
11498 (push-mark beg)
11499 (goto-char end)
11500 (exchange-point-and-mark)))))
11501
11502 (defun js2-narrow-to-defun ()
11503 "Narrow to the function enclosing point."
11504 (interactive)
11505 (let* ((node (js2-node-at-point (point) t)) ; skip comments
11506 (fn (if (js2-script-node-p node)
11507 node
11508 (js2-mode-find-enclosing-fn node)))
11509 (beg (js2-node-abs-pos fn)))
11510 (unless (js2-ast-root-p fn)
11511 (narrow-to-region beg (+ beg (js2-node-len fn))))))
11512
11513 (provide 'js2-mode)
11514
11515 ;;; js2-mode.el ends here