Skip to content

Conversation

@sethbrenith
Copy link
Contributor

Fix a Field-casting issue that showed up in 1.9 and is blocking Ubuntu builds.

@sethbrenith sethbrenith requested a review from jianchun February 14, 2018 21:26
Js::CallInfo callInfo(static_cast<Js::CallFlags>(generatorInfo->arguments_callInfo_flags), generatorInfo->arguments_callInfo_count, false /*unusedBool*/);

Js::Arguments arguments(callInfo, (Js::Var*)argVals);
Js::Arguments arguments(callInfo, unsafe_write_barrier_cast<Js::Var*>(argVals));
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This matches the pattern from the recent change to lib/Runtime/Library/BoundFunction.cpp

@chakrabot chakrabot merged commit 6443975 into chakra-core:release/1.9 Feb 14, 2018
chakrabot pushed a commit that referenced this pull request Feb 14, 2018
Merge pull request #4680 from sethbrenith:user/sethb/fix-build

Fix a Field-casting issue that showed up in 1.9 and is blocking Ubuntu builds.
chakrabot pushed a commit that referenced this pull request Feb 14, 2018
Merge pull request #4680 from sethbrenith:user/sethb/fix-build

Fix a Field-casting issue that showed up in 1.9 and is blocking Ubuntu builds.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants