Closed
Bug 1229579
Opened 9 years ago
Closed 9 years ago
Class members referencing super do not survive XDR roundtrip
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla45
Tracking | Status | |
---|---|---|
firefox45 | --- | fixed |
People
(Reporter: efaust, Assigned: efaust)
References
Details
Attachments
(1 file)
3.91 KB,
patch
|
billm
:
review+
|
Details | Diff | Splinter Review |
Looks like we don't serialize some important bits related to the execution of various class methods in XDR. Props to billm for tracking this down.
Blocks: 1208257
Assignee | ||
Comment 1•9 years ago
|
||
Comment on attachment 8694469 [details] [diff] [review]
Fix
Review of attachment 8694469 [details] [diff] [review]:
-----------------------------------------------------------------
::: js/src/jsscript.cpp
@@ +622,5 @@
> HasLazyScript,
> HasNonSyntacticScope,
> HasInnerFunctions,
> + NeedsHomeObject,
> + IsDerivedClassConstructor
Comma at the end here.
Attachment #8694469 -
Flags: review?(wmccloskey) → review+
Comment 4•9 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
status-firefox45:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla45
You need to log in
before you can comment on or make changes to this bug.
Description
•