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

Function f

deps/v8/test/mjsunit/regress-1065094.js:7–9  ·  view source on GitHub ↗
(fnConstructor)

Source from the content-addressed store, hash-verified

5// Flags: --allow-natives-syntax
6
7function f(fnConstructor) {
8 return Object.is(new fnConstructor(), undefined);
9}
10
11const realmIndex = Realm.createAllowCrossRealmAccess();
12const otherFunction = Realm.global(realmIndex).Function;

Callers 1

regress-1065094.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected