mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-30 11:18:39 +09:00
Assert fixes and sec-fix.
Bug 1335146: IonMonkey - Don't do flow-aa on blocks without entry predecessor. 1329665 - Use fallible allocator in FlowAliasAnalysis::saveStoreDependency. 1329651: IonMonkey - Ensure ballast in EliminateDeadResumePointOperands. Sec-fix: 1355050 - Root the RegExpShared in RegExpMacroAssembler 1375436: Assertion failure: throwing, at js/src/jscntxt.cpp:1466 with Debugger and async Fix typo while at it in CodeGenerator.cpp
This commit is contained in:
parent
fdba987b79
commit
8a82d779d7
8 changed files with 38 additions and 15 deletions
|
|
@ -529,7 +529,7 @@ CodeGenerator::testValueTruthyKernel(const ValueOperand& value,
|
|||
int tagCount = int(mightBeUndefined) + int(mightBeNull) +
|
||||
int(mightBeBoolean) + int(mightBeInt32) + int(mightBeObject) +
|
||||
int(mightBeString) + int(mightBeSymbol) + int(mightBeDouble) +
|
||||
int(mightBeBigInt);;
|
||||
int(mightBeBigInt);
|
||||
|
||||
MOZ_ASSERT_IF(!valueMIR->emptyResultTypeSet(), tagCount > 0);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue