Skip to content

Commit 90f67af

Browse files
committed
1 parent c84ba70 commit 90f67af

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

lib/Runtime/Library/JavascriptProxy.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -392,6 +392,8 @@ namespace Js
392392
}
393393
propertyDescriptor->SetValue(getGetResult);
394394

395+
threadContext->AddImplicitCallFlags(Js::ImplicitCall_External);
396+
395397
return TRUE;
396398
}
397399

@@ -1907,6 +1909,9 @@ namespace Js
19071909
}
19081910
}
19091911
}
1912+
1913+
threadContext->AddImplicitCallFlags(Js::ImplicitCall_External);
1914+
19101915
return TRUE;
19111916

19121917
}

0 commit comments

Comments
 (0)