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

Function bar

deps/v8/test/mjsunit/context-calls-maintained.js:106–106  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

104(function() {
105 var foo = function() { a = 3; }
106 var bar = function() { "use strict"; a = 3; };
107 %PrepareFunctionForOptimization(bar);
108 foo(); foo(); foo();
109 delete a;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected