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

Function twoHostFunctions

deps/v8/test/webkit/stack-unwinding.js:30–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28);
29
30function twoHostFunctions() {
31 var stack = [];
32 stack.push({ "args": twoHostFunctions.arguments });
33 stack.push({ "args": twoHostFunctions.arguments });
34 testPassed("Two host functions called in a row.");
35}
36
37function arrayOperatorFunction(element) {
38 return element + 5;

Callers 1

stack-unwinding.jsFile · 0.85

Calls 2

testPassedFunction · 0.85
pushMethod · 0.45

Tested by

no test coverage detected