Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
pleath committed Jun 10, 2019
1 parent c84ba70 commit 90f67af
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/Runtime/Library/JavascriptProxy.cpp
Expand Up @@ -392,6 +392,8 @@ namespace Js
}
propertyDescriptor->SetValue(getGetResult);

threadContext->AddImplicitCallFlags(Js::ImplicitCall_External);

return TRUE;
}

Expand Down Expand Up @@ -1907,6 +1909,9 @@ namespace Js
}
}
}

threadContext->AddImplicitCallFlags(Js::ImplicitCall_External);

return TRUE;

}
Expand Down

0 comments on commit 90f67af

Please sign in to comment.