MCPcopy Index your code
hub / github.com/nodejs/node / strict4

Function strict4

deps/v8/test/mjsunit/strict-mode-eval.js:74–83  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

72 assertTrue(exception);
73
74 function strict4() {
75 var exception = false;
76 try {
77 eval(code4);
78 } catch (e) {
79 exception = true;
80 assertInstanceof(e, SyntaxError);
81 }
82 assertTrue(exception);
83 }
84 strict4();
85 }
86 strict3();

Callers 1

strict3Function · 0.85

Calls 3

assertInstanceofFunction · 0.85
evalFunction · 0.70
assertTrueFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…