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

Function createRealm

deps/v8/test/test262/harness-adapt.js:89–91  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

87 return Realm.eval(realm, script);
88 },
89 createRealm() {
90 return RealmOperators(Realm.createAllowCrossRealmAccess());
91 },
92 global: Realm.eval(realm, 'this'),
93 gc() {
94 v8GC();

Callers

nothing calls this directly

Calls 1

RealmOperatorsFunction · 0.85

Tested by

no test coverage detected