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

Function identity

deps/v8/test/mjsunit/codegen-coverage.js:30–32  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

28// Test paths in the code generator where values in specific registers
29// get moved around.
30function identity(x) {
31 return x;
32}
33
34function lookup(w, a) {
35 // This function tests a code path in the generation of a keyed load IC

Callers 1

cover_codegen_pathsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected