Yuxuan Chen 86fd4d4b5b
[Coroutines] Fix another crash related to CallGraph update (#116756)
The previous fix
c6414970d7
failed to consider the fact that the call graph update doesn't make any
sense if the caller node hasn't been populated in the LazyCallGraph yet.
This patch changes to skip this CG update step when that happens.
2024-11-21 15:07:17 +01:00
..