Skip to content

Commit 57b03d3

Browse files
committed
address cr
1 parent 310dd0a commit 57b03d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/Backend/IRBuilder.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6951,6 +6951,7 @@ IRBuilder::BuildEmpty(Js::OpCode newOpcode, uint32 offset)
69516951
}
69526952
else
69536953
{
6954+
AssertOrFailFast(this->m_func->GetJITFunctionBody()->GetScopeSlotArraySize() == 0 && !this->m_func->GetJITFunctionBody()->HasScopeObject());
69546955
localClosureOpnd = IR::IntConstOpnd::New(0, TyVar, this->m_func);
69556956
}
69566957

0 commit comments

Comments
 (0)