зеркало из https://github.com/mozilla/gecko-dev.git
Bug 839209 - Relax CanFakeSync, r=dvander.
This commit is contained in:
Родитель
984c265b43
Коммит
d4b4e6c241
|
@ -362,10 +362,7 @@ FrameState::bestEvictReg(uint32_t mask, bool includePinned) const
|
|||
static inline bool
|
||||
CanFakeSync(FrameEntry *fe)
|
||||
{
|
||||
return fe->isNotType(JSVAL_TYPE_OBJECT)
|
||||
&& fe->isNotType(JSVAL_TYPE_STRING)
|
||||
&& fe->isNotType(JSVAL_TYPE_DOUBLE)
|
||||
&& fe->isNotType(JSVAL_TYPE_MAGIC);
|
||||
return fe->isType(JSVAL_TYPE_INT32) || fe->isType(JSVAL_TYPE_BOOLEAN);
|
||||
}
|
||||
|
||||
void
|
||||
|
|
Загрузка…
Ссылка в новой задаче