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

Function arrow

deps/v8/test/mjsunit/harmony/json-parse-with-source.js:134–134  ·  view source on GitHub ↗
(k, v)

Source from the content-addressed store, hash-verified

132 // information for us to identify that it is an arrow function that takes only
133 // two arguments.
134 let arrow = (k, v) => lengthReviver(k, v);
135 for (var i = 0; i < 3; i++) {
136 assertEquals('{"a":"undefined"}', stringify(parse('{"a":103}', arrow)));
137 assertEquals(

Callers

nothing calls this directly

Calls 1

lengthReviverFunction · 0.85

Tested by

no test coverage detected