| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -11,6 +11,7 @@ declare namespace InternalWorkerBinding { | |||
| 11 | 11 | ); | |
| 12 | 12 | startThread(): void; | |
| 13 | 13 | stopThread(): void; | |
| 14 | + hasRef(): boolean; | ||
| 14 | 15 | ref(): void; | |
| 15 | 16 | unref(): void; | |
| 16 | 17 | getResourceLimits(): Float64Array; | |
@@ -38,7 +39,9 @@ export interface WorkerBinding { | |||
| 38 | 39 | Worker: typeof InternalWorkerBinding.Worker; | |
| 39 | 40 | getEnvMessagePort(): InternalMessagingBinding.MessagePort; | |
| 40 | 41 | threadId: number; | |
| 42 | + threadName: string; | ||
| 41 | 43 | isMainThread: boolean; | |
| 44 | + isInternalThread: boolean; | ||
| 42 | 45 | ownsProcessState: boolean; | |
| 43 | 46 | resourceLimits?: Float64Array; | |
| 44 | 47 | kMaxYoungGenerationSizeMb: number; | |
| Back | FazBrowse Home | New Git URL |
0 commit comments