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
We're currently still calling the CheckEvaluationResult from ExprConstant.cpp, but we already have similar checks in EvaluationResult etc. that we should use instead. This should also be more efficient since we can do the checks before creating the APValue for the returned value.