Console Source File and Line Number Reporting Bug

  1. Load this page.
  2. Observe that console reports that "init" is written from line 10 of this file.
    Issue a: Line 10 is not in the script section.
  3. Observe that console reports that "external" is written from line 2 of this file.
    Issue b: It should report the file name as "external.js", and it should report that the line number is 2.