MCPcopy Index your code
hub / github.com/nodejs/node / c

Function c

deps/v8/test/mjsunit/parallel-compile-tasks.js:54–54  ·  view source on GitHub ↗
(a, b = (function z(){ return a+1; })())

Source from the content-addressed store, hash-verified

52assertEquals(b, 43);
53assertEquals(c, 43);
54var c = (a, b = (function z(){ return a+1; })()) => { return b; };
55assertEquals(c(314), 315);
56
57// http://crbug.com/898076

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected