Skip to content

Conversation

@tennisleng
Copy link

This PR implements support for UpdateExpression (e.g. x++) on variables captured by closures (context identifiers). Previously, this would throw a Todo error. The implementation emulates the behavior of member expression updates by explicitly loading the current value, calculating the new value with a BinaryExpression, and storing it back using StoreContext.

@meta-cla meta-cla bot added the CLA Signed label Dec 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant