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

Function getRefGetVal

deps/v8/test/mjsunit/wasm/wasm-gc-inlining.js:338–338  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

336 let getRef = () => assertSame(structA, wasm.getRef(structB));
337 testOptimized(getRef);
338 let getRefGetVal = () => assertSame(1, wasm.getVal(wasm.getRef(structB)));
339 testOptimized(getRefGetVal);
340})();
341

Callers

nothing calls this directly

Calls 2

assertSameFunction · 0.50
getValMethod · 0.45

Tested by

no test coverage detected