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

Function q

deps/v8/test/mjsunit/bugs/bug-941049.js:87–92  ·  view source on GitHub ↗
(x, y)

Source from the content-addressed store, hash-verified

85}
86
87function q(x, y) {
88 x = 2;
89 var result = w();
90 y = 3;
91 return result;
92}
93
94var a = q(0, 1);
95// x is set locally *before* the last use of arguments before the

Callers 3

queryMethod · 0.85
fFunction · 0.85
bug-941049.jsFile · 0.85

Calls 1

wFunction · 0.85

Tested by

no test coverage detected