MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / shouldThrowStackOverflow

Function shouldThrowStackOverflow

tests/xs/issues/__743.js:8–16  ·  view source on GitHub ↗
(f)

Source from the content-addressed store, hash-verified

6---*/
7
8function shouldThrowStackOverflow(f) {
9 let threw = false;
10 const verbose = false;
11// try {
12 f();
13// } catch (e) {
14// threw = e instanceof RangeError;
15// }
16}
17const emptyFunction = function () {
18};
19let seenStartObjects = new Map();

Callers 1

__743.jsFile · 0.85

Calls 1

fFunction · 0.70

Tested by

no test coverage detected