We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c84ba70 commit 90f67afCopy full SHA for 90f67af
lib/Runtime/Library/JavascriptProxy.cpp
@@ -392,6 +392,8 @@ namespace Js
392
}
393
propertyDescriptor->SetValue(getGetResult);
394
395
+ threadContext->AddImplicitCallFlags(Js::ImplicitCall_External);
396
+
397
return TRUE;
398
399
@@ -1907,6 +1909,9 @@ namespace Js
1907
1909
1908
1910
1911
1912
1913
1914
1915
1916
1917
0 commit comments