Error message associated with TypeError for call and new should include stringified Node

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P3
    • 9
    • Affects Version/s: 9
    • Component/s: core-libs
    • None
    • b77
    • generic
    • generic

        Error message associated with TypeError can be improved by including stringified call (IR) Node. Example:

        var obj = {}
        obj.func()

        -> TypeError: obj.foo is not a function

        arr = [33]
        arr[0].obj.func()

        -> TypeError: arr[0].func is not a function


              Assignee:
              Sundararajan Athijegannathan
              Reporter:
              Sundararajan Athijegannathan
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: