Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Missing Formal Parameter Values in 'Declares' Callback #108

Open
MadhuNimmo opened this issue May 26, 2023 · 0 comments
Open

Missing Formal Parameter Values in 'Declares' Callback #108

MadhuNimmo opened this issue May 26, 2023 · 0 comments

Comments

@MadhuNimmo
Copy link

We are currently exploring the use of NodeProf for designing a dynamic analysis. As part of our analysis, parameters play a crucial role, and we expect the 'declare' callback to behave similarly to the 'declare' callback in Jalangi.

However, we have noticed that the 'declare' callback in NodeProf does not provide formal parameter values, such as 'val', 'isArgument', and 'argumentIndex', which are associated with the callback in Jalangi.

We believe that having access to formal parameter values within the 'declares' callback would greatly enhance the flexibility and capabilities of dynamic analysis in NodeProf.

Therefore, we kindly request adding support for formal parameter values ('val'), an indicator of whether a parameter is an argument ('isArgument'), and the index of the argument ('argumentIndex') to the 'declares' callback in NodeProf.

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

No branches or pull requests

1 participant