Closed
Bug 555686
Opened 15 years ago
Closed 14 years ago
scope is never used in JS_NextProperty
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
People
(Reporter: timeless, Assigned: timeless)
References
(Blocks 1 open bug, )
Details
(Keywords: coverity)
Attachments
(1 file)
(deleted),
patch
|
gal
:
review+
jorendorff
:
review+
|
Details | Diff | Splinter Review |
3963 JS_NextProperty(JSContext *cx, JSObject *iterobj, jsid *idp)
3967 JSScope *scope;
3973 if (i < 0) {
3977 scope = OBJ_SCOPE(obj);
Comment 2•15 years ago
|
||
Comment on attachment 435579 [details] [diff] [review]
drop it
Stealing. Looks really harmless. I will leave an r? behind for jorendorff he can clear himself in case he wants to review this after all.
Attachment #435579 -
Flags: review?(jorendorff)
Attachment #435579 -
Flags: review+
Updated•15 years ago
|
Attachment #435579 -
Flags: review?(jorendorff) → review+
Keywords: checkin-needed
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Updated•14 years ago
|
Keywords: checkin-needed
Updated•6 years ago
|
Blocks: coverity-analysis
You need to log in
before you can comment on or make changes to this bug.
Description
•