-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[wasm][debugger] Enable onCallFrame evaluation of static fields in cl…
…asses/interfaces from a static method. (#70560) * Test for DIM - expected behavior. * Static tests: renaming variables and small refactoring. * Added new testcases and merged existing tests into Theories. * Fix for resolving the name with namespace prefix matching the current frame location. * Fix for tests failing on InvokeMethod in runtime. * Applied smallest suggestions of @radical's review. * Reverted deleting and renaming tests - only adding new. * Corrected the logic + added new tests. * Removed unnecessary logging.
- Loading branch information
1 parent
fdb900e
commit 0ab2c1e
Showing
4 changed files
with
304 additions
and
77 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.