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
Sorry I didn't provide the examples and the repro steps. I needed the issue number to refer to from the code (I'm currently fixing #32282). Currently I know the name of one of such functions. I've got it from a debug session when I printed out the names of the functions. I'm not sure what class it is from, though. I'll come back soon with concrete examples and repro steps.
Fields also contain endOffsets, and doesn't (at least always) have them. In the VM they are used to set the end offsets for setters and getters and to setup scopes (when the field has an initializer).
It is visible in the VM when the coverage report data is printed for those functions. One of such functions is
replaceRange
for some classes.CL 43720 is written to mitigate the impact for the VM.
The text was updated successfully, but these errors were encountered: