MCPcopy Create free account
hub / github.com/nodejs/node / strict_eval

Function strict_eval

deps/v8/test/mjsunit/strict-mode-implicit-receiver.js:165–165  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

163function strict_return_this() { "use strict"; return this; }
164function return_this() { return this; }
165function strict_eval(s) { "use strict"; return eval(s); }
166function non_strict_eval(s) { return eval(s); }
167
168outer_eval_conversion3(strict_return_this, 'undefined');

Callers

nothing calls this directly

Calls 1

evalFunction · 0.70

Tested by

no test coverage detected