* Performance memory information
| 48 | * Performance memory information |
| 49 | */ |
| 50 | interface PerformanceMemory { |
| 51 | usedJSHeapSize: number; |
| 52 | totalJSHeapSize: number; |
| 53 | jsHeapSizeLimit: number; |
| 54 | } |
| 55 | |
| 56 | // ============================================================================ |
| 57 | // Class Definitions |
nothing calls this directly
no outgoing calls
no test coverage detected