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

Function p

deps/v8/test/mjsunit/undefined-double.js:232–232  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

230
231(function ArrayPrototypeFilter() {
232 function p(x) { return x === undefined || x > 100; }
233 function foo() {
234 const a = [3.2, 105.3, undefined, 2.4, undefined];
235 return a.filter(p);

Callers 2

DisplayClass · 0.50
runFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected