Skip to content

Commit 9e11b34

Browse files
Simple method call
1 parent cc54764 commit 9e11b34

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/Runtime/ByteCode/ByteCodeEmitter.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8592,6 +8592,8 @@ void EmitCall(
85928592
}
85938593
}
85948594

8595+
EmitNullPropagation(pnodeCall->pnodeTarget->location, byteCodeGenerator, funcInfo, pnodeCall->isNullPropagating);
8596+
85958597
// If we are strictly overriding the this location, ignore what the call target set this location to.
85968598
if (overrideThisLocation != Js::Constants::NoRegister)
85978599
{

0 commit comments

Comments
 (0)