MCPcopy
hub / github.com/webpack/webpack / terminate

Method terminate

test/helpers/createFakeWorker.js:167–172  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

165 }
166
167 terminate() {
168 this._terminated = true;
169 this.worker.off("error", this._onerror);
170 if (this._onmessage) this.worker.off("message", this._onmessage);
171 return this.worker.terminate();
172 }
173 };

Callers 15

index.jsFile · 0.80
compute.jsFile · 0.80
index.jsFile · 0.80
index.jsFile · 0.80
index.jsFile · 0.80
index.jsFile · 0.80
index.jsFile · 0.80
index.jsFile · 0.80
index.jsFile · 0.80
index.jsFile · 0.80
index.jsFile · 0.80
index.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected