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

Function eval

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

Source from the content-addressed store, hash-verified

143// Test calls of aliased eval.
144function outer_eval_receiver() {
145 var eval = function() { return this; }
146 function inner_strict() {
147 "use strict";
148 assertEquals('object', typeof eval());

Callers 4

implicit_receiver_evalFunction · 0.70
inner_strictFunction · 0.70
strict_evalFunction · 0.70
non_strict_evalFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected