(expr)
| 662 | } |
| 663 | |
| 664 | const inspectValue = (expr) => |
| 665 | PromisePrototypeThen(evalInCurrentContext(expr), undefined, |
| 666 | (error) => `<${error.message}>`); |
| 667 | const lastIndex = watchedExpressions.length - 1; |
| 668 | |
| 669 | const values = await SafePromiseAllReturnArrayLike(watchedExpressions, inspectValue); |
nothing calls this directly
no test coverage detected
searching dependent graphs…