Closed
Bug 684713
Opened 14 years ago
Closed 14 years ago
shell help() shows help for the wrong function (prefix match)
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
mozilla9
People
(Reporter: jruderman, Assigned: sfink)
References
Details
(Keywords: regression, testcase)
Attachments
(1 file)
|
1.22 KB,
patch
|
cdleary
:
review+
|
Details | Diff | Splinter Review |
js> help("gczeal")
gc([obj]) Run the garbage collector
When obj is given, GC only the compartment it's in
Workaround: help(), ⌘F
Comment 1•14 years ago
|
||
Is this a regression?
| Reporter | ||
Comment 2•14 years ago
|
||
Regression from bug 673612.
Blocks: 673612
Keywords: regression,
testcase
| Assignee | ||
Comment 3•14 years ago
|
||
Oops!
Updated•14 years ago
|
Attachment #559226 -
Flags: review?(cdleary) → review+
| Assignee | ||
Comment 4•14 years ago
|
||
Whiteboard: [inbound]
Comment 5•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Whiteboard: [inbound]
Target Milestone: --- → mozilla9
You need to log in
before you can comment on or make changes to this bug.
Description
•