MCPcopy Index your code
hub / github.com/getsentry/sentry-javascript / forEach

Method forEach

packages/deno/lib.deno.d.ts:9407–9407  ·  view source on GitHub ↗
(
    callback: (value: V, key: K, parent: this) => void,
    thisArg?: any,
  )

Source from the content-addressed store, hash-verified

9405 entries(): IterableIterator<[K, V]>;
9406 [Symbol.iterator](): IterableIterator<[K, V]>;
9407 forEach(
9408 callback: (value: V, key: K, parent: this) => void,
9409 thisArg?: any,
9410 ): void;

Callers 15

processEventFunction · 0.65
patchFramesFunction · 0.65
loader.jsFile · 0.65
navigateFunction · 0.65
getMockClientFunction · 0.65
setupOnceFunction · 0.65
_wrapXHRFunction · 0.65
webWorker.tsFile · 0.65
addSourceContextFunction · 0.65

Calls

no outgoing calls

Tested by 4

navigateFunction · 0.52
getMockClientFunction · 0.52
emitFunction · 0.52