Open
Bug 1145841
Opened 10 years ago
Updated 2 years ago
[jsdbg2] Implement Debugger.prototype.get*All*ChildScripts
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
NEW
People
(Reporter: fitzgen, Unassigned)
References
(Blocks 1 open bug)
Details
So API users don't have to recursively call getChildScripts over and over.
Comment 1•10 years ago
|
||
getAllChildScripts implies to me that you're returning some immediate children that getChildScripts doesn't. I would prefer getDescendantScripts if that's what you mean.
Updated•5 years ago
|
Blocks: js-debugger
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•