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

Function get_x

deps/v8/test/mjsunit/modules-imports1.mjs:7–7  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5import {a as x, set_a as set_x} from "modules-skip-1.mjs"
6
7let get_x = () => x;
8
9assertEquals(1, x);
10assertEquals(1, (() => x)());

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected