Closed
Bug 1199215
Opened 10 years ago
Closed 10 years ago
Implement JS::ubi::Node::size for JS::Symbol referents
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla44
| Tracking | Status | |
|---|---|---|
| firefox44 | --- | fixed |
People
(Reporter: fitzgen, Assigned: fitzgen)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
|
3.94 KB,
patch
|
sfink
:
review+
|
Details | Diff | Splinter Review |
+++ This bug was initially created as a clone of Bug #1063257 +++
| Assignee | ||
Comment 1•10 years ago
|
||
Attachment #8662646 -
Flags: review?(sphink)
| Assignee | ||
Updated•10 years ago
|
Assignee: nobody → nfitzgerald
Status: NEW → ASSIGNED
Comment 2•10 years ago
|
||
Comment on attachment 8662646 [details] [diff] [review]
Implement JS::ubi::Node::size for JS::Symbol referents
Review of attachment 8662646 [details] [diff] [review]:
-----------------------------------------------------------------
::: js/src/vm/Symbol.cpp
@@ +153,5 @@
> return v.isSymbol() ? v.toSymbol() : v.toObject().as<SymbolObject>().unbox();
> }
> +
> +
> +JS::ubi::Node::Size
Is there an extra blank line here?
Attachment #8662646 -
Flags: review?(sphink) → review+
Comment 4•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
status-firefox44:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla44
You need to log in
before you can comment on or make changes to this bug.
Description
•