mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Backed out changeset 8f99f32e4bfb (bug 1207863) for SM(e) failures
This commit is contained in:
parent
66893c0ba1
commit
5d11bb91e2
@ -1,21 +0,0 @@
|
||||
// |jit-test| allow-oom; allow-unhandlable-oom
|
||||
|
||||
function oomTest(f) {
|
||||
var i = 1;
|
||||
do {
|
||||
try {
|
||||
oomAtAllocation(i);
|
||||
f();
|
||||
} catch (e) {
|
||||
more = resetOOMFailure();
|
||||
}
|
||||
i++;
|
||||
} while(more);
|
||||
}
|
||||
oomTest(
|
||||
() => 3
|
||||
| (function () {
|
||||
"use strict";
|
||||
return eval("f();");
|
||||
})()
|
||||
);
|
@ -1280,9 +1280,7 @@ ScopeIter::settle()
|
||||
MOZ_ASSERT(ssi_.type() == StaticScopeIter<CanGC>::Block);
|
||||
incrementStaticScopeIter();
|
||||
MOZ_ASSERT(ssi_.type() == StaticScopeIter<CanGC>::Eval);
|
||||
MOZ_ASSERT(maybeStaticScope() == frame_.script()->enclosingStaticScope());
|
||||
incrementStaticScopeIter();
|
||||
frame_ = NullFramePtr();
|
||||
}
|
||||
|
||||
// Check if we have left the extent of the initial frame after we've
|
||||
|
Loading…
Reference in New Issue
Block a user