Closed
Bug 981053
Opened 11 years ago
Closed 1 year ago
Always pass CallArgs by reference
Categories
(Core :: JavaScript Engine, defect, P3)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
126 Branch
Tracking | Status | |
---|---|---|
firefox126 | --- | fixed |
People
(Reporter: Ms2ger, Assigned: anba)
References
Details
Attachments
(1 file)
<bz> So if rval()
<bz> and then pass the CallArgs to someone
<bz> and they callee()
<bz> no assert
<bz> fail
Comment 1•11 years ago
|
||
Can we store the extra bit on the stack instead? argv[-3], debug-only?
Too crazy?
Updated•3 years ago
|
Severity: normal → S3
Comment 2•1 year ago
|
||
Looking at the current status of this issue, this is still a thing, but minor:
https://searchfox.org/mozilla-central/search?q=CallArgs+args%2C&path=&case=false®exp=false
All other variants seems to be gone.
Assignee | ||
Comment 3•1 year ago
|
||
Updated•1 year ago
|
Assignee: nobody → andrebargull
Status: NEW → ASSIGNED
Pushed by andre.bargull@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/6945c51bfe83
Always pass CallArgs by reference. r=nbp
Comment 5•1 year ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox126:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 126 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•