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

Function nonstrictToBeInlined

deps/v8/test/mjsunit/strict-mode-opt.js:62–65  ·  view source on GitHub ↗
(n)

Source from the content-addressed store, hash-verified

60// Attempt to inline non-strict in strict.
61
62function nonstrictToBeInlined(n) {
63 global = "nonstrict";
64 if (n == MAX) { undefined_variable_nonstrict = "The nonstrict value"; }
65}
66
67function strictCallNonStrict(n) {
68 "use strict";

Callers 1

strict-mode-opt.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected