Commit 57aaea48 authored by Rene Saarsoo's avatar Rene Saarsoo
Browse files

Support all built-in JS error classes.

parent 17b7c3f9
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -67,7 +67,15 @@ module JsDuck
        "Array",
        "Arguments",
        "Date",
        # JavaScript builtin error classes
        # https://developer.mozilla.org/en-US/docs/JavaScript/Reference/Global_Objects/Error
        "Error",
        "EvalError",
        "RangeError",
        "ReferenceError",
        "SyntaxError",
        "TypeError",
        "URIError",
        # DOM
        "HTMLElement",
        "XMLElement",