Open Bug 1033086 Opened 10 years ago Updated 2 years ago

[jsdbg2] Remove the Debugger.Script.prototype.url accessor

Categories

(Core :: JavaScript Engine, defect)

x86
macOS
defect

Tracking

()

People

(Reporter: fitzgen, Unassigned)

References

(Blocks 1 open bug)

Details

Scripts don't have a URL, they belong to a Source which has a URL. On top of that, script.url != script.source.url for scripts from eval'd sources!!
I see you've been digesting my findings. :) I certainly have to think through a couple places in the debugger where I was assuming certain things that are false. This bug will definitely make things clearer.
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.