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

Function Call

deps/v8/test/webkit/named-function-expression.js:28–28  ·  view source on GitHub ↗
(lambda)

Source from the content-addressed store, hash-verified

26);
27
28function Call(lambda) { return lambda(); }
29
30debug("anonymous function expression");
31shouldBe("var x = (function(a,b){ return a + b; }); x(1,2)", "3");

Callers 9

WrapInNativeCallFunction · 0.50
fFunction · 0.50
TestCallFunction · 0.50
TestCallThrowFunction · 0.50
barFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…