You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note that the source locations for the J$.N callbacks for parameters f and g are [1,1,1,21], i.e., the entirety of function foo. Instead, it would be nice if these callbacks got source locations that only included the corresponding formal parameter (e.g., [1,12,1,13] for parameter f, IID 25).
The text was updated successfully, but these errors were encountered:
Consider the following JS script:
When instrumented (with --inlineIID option), we get:
Note that the source locations for the
J$.N
callbacks for parametersf
andg
are[1,1,1,21]
, i.e., the entirety of functionfoo
. Instead, it would be nice if these callbacks got source locations that only included the corresponding formal parameter (e.g.,[1,12,1,13]
for parameterf
, IID 25).The text was updated successfully, but these errors were encountered: