Interface DebugRegistry
interface DebugRegistry {
codeContexts?: { [key: string]: WeakRef<CodeContext> };
workerPools?: { [key: string]: WeakRef<WorkerPool> };
}
codeContexts?: { [key: string]: WeakRef<CodeContext> };
workerPools?: { [key: string]: WeakRef<WorkerPool> };
}