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

Function hostCallsUser

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

Source from the content-addressed store, hash-verified

40
41var myArray = new Array (0, 1, 2);
42function hostCallsUser(array) {
43 return array.map(arrayOperatorFunction);
44}
45
46function throwException() {
47 throw "Exception thrown";

Callers 1

stack-unwinding.jsFile · 0.85

Calls 1

mapMethod · 0.65

Tested by

no test coverage detected