48245c1064
Unresolved types would throw in `stringLength` and we don't handle them the same way we do with the other operators. Throwing EvaluationExceptions is the problem here, but that's for another CL. In the meantime, this CL makes `stringLength` consistent to the other operators in the DartObjectComputer. Fixes https://github.com/dart-lang/sdk/issues/53163 Bug: https://github.com/dart-lang/sdk/issues/53163 Change-Id: Ib99b61736d699056fa3c379e4d9c79756a4425f3 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/319562 Reviewed-by: Brian Wilkerson <brianwilkerson@google.com> Commit-Queue: Kallen Tu <kallentu@google.com>