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

Function strictToBeInlined

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

Source from the content-addressed store, hash-verified

33// Attempt to inline strcit in non-strict.
34
35function strictToBeInlined(n) {
36 "use strict";
37 global = "strict";
38 if (n == MAX) { undefined_variable_strict = "value"; }
39}
40
41function nonstrictCallStrict(n) {
42 strictToBeInlined(n);

Callers 1

strict-mode-opt.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected