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

Function lookup

deps/v8/test/mjsunit/codegen-coverage.js:34–39  ·  view source on GitHub ↗
(w, a)

Source from the content-addressed store, hash-verified

32}
33
34function lookup(w, a) {
35 // This function tests a code path in the generation of a keyed load IC
36 // where the key and the value are both in the same register.
37 a = a;
38 w[a] = a;
39}
40
41function cover_codegen_paths() {
42 var x = 1;

Callers 2

cover_codegen_pathsFunction · 0.70
#defaultLookupMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected