mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 06:35:42 +00:00
CLOSED TREE: TraceMonkey merge head. (a=blockers)
This commit is contained in:
parent
388487647e
commit
8c141061c6
@ -1057,7 +1057,7 @@ struct JSRuntime {
|
||||
|
||||
/*
|
||||
* Compartment that triggered GC. If more than one Compatment need GC,
|
||||
* gcTriggerCompartment is reset to NULL and a global GC is performed.
|
||||
* gcTriggerCompartment is reset to NULL and a global GC is performed.
|
||||
*/
|
||||
JSCompartment *gcTriggerCompartment;
|
||||
|
||||
@ -1866,7 +1866,7 @@ struct JSContext
|
||||
/*
|
||||
* Return:
|
||||
* - The override version, if there is an override version.
|
||||
* - The newest scripted frame's version, if there is such a frame.
|
||||
* - The newest scripted frame's version, if there is such a frame.
|
||||
* - The default verion.
|
||||
*
|
||||
* Note: if this ever shows up in a profile, just add caching!
|
||||
|
Loading…
Reference in New Issue
Block a user