MCPcopy Index your code
hub / github.com/angular/angular / hostReportError

Function hostReportError

packages/zone.js/lib/zone-spec/fake-async-test.ts:1158–1164  ·  view source on GitHub ↗
(e: unknown)

Source from the content-addressed store, hash-verified

1156}
1157
1158function hostReportError(e: unknown) {
1159 Zone.root.run(() => {
1160 originalTimeout(() => {
1161 throw e;
1162 });
1163 });
1164}

Callers 1

safeAsyncFunction · 0.85

Calls 1

runMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…