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

Function inner_strict

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

Source from the content-addressed store, hash-verified

144function outer_eval_receiver() {
145 var eval = function() { return this; }
146 function inner_strict() {
147 "use strict";
148 assertEquals('object', typeof eval());
149 }
150 inner_strict();
151}
152outer_eval_receiver();

Callers 2

outer_eval_receiverFunction · 0.85
outer_eval_conversion3Function · 0.85

Calls 2

evalFunction · 0.70
assertEqualsFunction · 0.50

Tested by

no test coverage detected