Closed
Bug 1363212
Opened 8 years ago
Closed 6 years ago
Rename JSCompartment -> JS::Realm, JSAutoCompartment -> JS::AutoRealm
Categories
(Core :: JavaScript Engine, defect, P3)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
People
(Reporter: jorendorff, Unassigned)
References
Details
(Keywords: triage-deferred)
Superficial change, part of same-compartment realms.
Separate from other bugs because it touches everything in the world.
Not totally trivial, because there are several other things to rename at
the same time, like JSContext::compartment_; yet CompartmentChecker
isn't affected.
Updated•7 years ago
|
Keywords: triage-deferred
Priority: -- → P3
Comment 1•6 years ago
|
||
We went with a slightly different approach: incrementally moving stuff over to JS::Realm. I think this bug can be closed and we can file new bugs if we find other places that need fixing.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•