Skip to content

Conversation

karlseguin
Copy link
Collaborator

The call_arena was previously owned by the js.Context, but it has to exist on the page, and the page is created before the context, so it's set to undefined on the page. While this has never caused an issue, there's no reason for the page not to own this, and the context to simply reference it.

Also, renamed the js.Context.context_arena to simply arena, which is more consistent with other arena names (e.g. page.arena).

The call_arena was previously owned by the js.Context, but it has to exist on
the page, and the page is created before the context, so it's set to undefined
on the page. While this has never caused an issue, there's no reason for the
page not to own this, and the context to simply reference it.

Also, renamed the js.Context.context_arena to simply `arena`, which is more
consistent with other arena names (e.g. page.arena).
@karlseguin karlseguin merged commit 5b43c16 into main Oct 6, 2025
10 checks passed
@karlseguin karlseguin deleted the call_arena branch October 6, 2025 09:22
@github-actions github-actions bot locked and limited conversation to collaborators Oct 6, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants