Closed Bug 1063915 Opened 11 years ago Closed 11 years ago

Make `dumpValue()` support symbols

Categories

(Core :: JavaScript Engine, enhancement)

enhancement
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla35

People

(Reporter: 446240525, Assigned: 446240525)

Details

Attachments

(1 file)

Actual Results: js> dumpObject({[Symbol.for("foo")]: Symbol.iterator}) ... properties: ((js::Shape *) 0x105d5c970) enumerate unexpected value: slot 0 = unexpected value Expected Results: js> dumpObject({[Symbol.for("foo")]: Symbol.iterator}) ... properties: ((js::Shape *) 0x10545c970) enumerate Symbol.for("foo"): slot 0 = "Symbol.iterator"
Attached patch bug1063915.patchSplinter Review
Attachment #8485381 - Flags: review?(jorendorff)
Attachment #8485381 - Flags: review?(jorendorff) → review?(evilpies)
Comment on attachment 8485381 [details] [diff] [review] bug1063915.patch Stealing review. Looks good, thanks.
Attachment #8485381 - Flags: review?(evilpies) → review+
Assignee: nobody → 446240525
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla35
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: