Closed
Bug 1798395
Opened 2 years ago
Closed 2 years ago
Document JS::Value representation better
Categories
(Core :: JavaScript Engine, task, P3)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
108 Branch
Tracking | Status | |
---|---|---|
firefox108 | --- | fixed |
People
(Reporter: mgaudet, Assigned: mgaudet)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Currently it seems that the best documentation we have of the JS::Value type is this comment in jsval.py
, which is at least slightly out of date ("[...] on the only 64-bit architecture we support, x86_64, [...]")
It would be nice if we had a good document about our value representation closer to the JS::Value
type.
Assignee | ||
Comment 1•2 years ago
|
||
Update and copy the comment from jsval.py in our GDB support, moving it to much
better and more objvious home.
Updated•2 years ago
|
Assignee: nobody → mgaudet
Status: NEW → ASSIGNED
Updated•2 years ago
|
Severity: -- → N/A
Priority: -- → P3
Pushed by mgaudet@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/7e337163cf59
Document JS::Value representation better r=iain DONTBUILD
Comment 3•2 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox108:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 108 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•