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

Function get

deps/v8/test/mjsunit/wasm/shared-memory.js:123–125  ·  view source on GitHub ↗
(o, x)

Source from the content-addressed store, hash-verified

121 throw new Error(`Should not call [[HasProperty]] with ${x}`);
122 },
123 get(o, x) {
124 return x === 'address' ? 'i32' : 0;
125 },
126 });
127 new WebAssembly.Memory(proxy);
128})();

Callers 3

globals.jsFile · 0.70
sumArrayFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected