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 1bfce75 commit 2d528c9Copy full SHA for 2d528c9
lib/Jsrt/Jsrt.cpp
@@ -3980,7 +3980,7 @@ JsErrorCode RunSerializedScriptCore(
3980
bgParseCookie,
3981
nullptr, // pszSrc
3982
hsi,
3983
- (Js::ParseableFunctionInfo**)(&functionBody),
+ (Field(Js::ParseableFunctionInfo**))(&functionBody),
3984
nullptr, // pse
3985
srcLength,
3986
nullptr, // utf8sourceinfo
0 commit comments