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

Function hostAndException

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

Source from the content-addressed store, hash-verified

48}
49
50function hostAndException() {
51 var stack = [];
52 stack.push({ "args": hostAndException.arguments });
53 throwException();
54}
55
56twoHostFunctions();
57myArray = hostCallsUser(myArray);

Callers 1

stack-unwinding.jsFile · 0.85

Calls 2

throwExceptionFunction · 0.70
pushMethod · 0.45

Tested by

no test coverage detected