| Index: runtime/vm/thread_registry.h
|
| diff --git a/runtime/vm/thread_registry.h b/runtime/vm/thread_registry.h
|
| index e46c338d24de10df77ee7565484ee17f11956fa6..878479f9a8765fa83b3ca54f57f7515083f28c20 100644
|
| --- a/runtime/vm/thread_registry.h
|
| +++ b/runtime/vm/thread_registry.h
|
| @@ -40,6 +40,7 @@ class ThreadRegistry {
|
| // Calculates the sum of the max memory usage in bytes of each thread.
|
| uintptr_t ThreadHighWatermarksTotalLocked() const;
|
|
|
| + bool IsValidHandle(Dart_Handle handle) const;
|
| intptr_t CountZoneHandles() const;
|
| intptr_t CountScopedHandles() const;
|
|
|
|
|