Open
Bug 1506398
Opened 6 years ago
Updated 2 years ago
Update and fix JS_Enumerate comment in jsapi.h
Categories
(Core :: JavaScript Engine, enhancement, P3)
Core
JavaScript Engine
Tracking
()
NEW
Tracking | Status | |
---|---|---|
firefox65 | --- | affected |
People
(Reporter: arai, Unassigned)
References
(Blocks 1 open bug)
Details
JS_Enumerate's comment says it's like for-in or [[Enumerate]], but it uses JSITER_OWNONLY, so the behavior should be different.
The comment should be fixed to reflect the actual behavior.
perhaps we should also rename it to GetOwnPropertyKeys or something.
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•