Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[DWARF] Transform instance methods into static methods with a __this parameter #9898

Merged
merged 2 commits into from
Dec 27, 2024

Conversation

SingleAccretion
Copy link
Contributor

This lets one use this (as __this) in the debugger's expression evaluator.

Closes #9855.

@SingleAccretion SingleAccretion changed the title [DWARF] Tranform instance methods into static methods with a __this parameter [DWARF] Transform instance methods into static methods with a __this parameter Dec 24, 2024
@SingleAccretion SingleAccretion marked this pull request as ready for review December 24, 2024 18:21
@SingleAccretion SingleAccretion requested a review from a team as a code owner December 24, 2024 18:21
@SingleAccretion SingleAccretion requested review from alexcrichton and removed request for a team December 24, 2024 18:21
Copy link
Member

@alexcrichton alexcrichton left a comment

Choose a reason for hiding this comment

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

Thanks!

@alexcrichton alexcrichton added this pull request to the merge queue Dec 27, 2024
Merged via the queue into bytecodealliance:main with commit 0b2c9d7 Dec 27, 2024
39 checks passed
@SingleAccretion SingleAccretion deleted the DI-This branch December 28, 2024 17:24
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[DWARF] Translate this in a more accessible way
2 participants