Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
41
var
myArray =
new
Array (0, 1, 2);
42
function
hostCallsUser(array) {
43
return
array.map(arrayOperatorFunction);
44
}
45
46
function
throwException() {
47
throw
"Exception thrown"
;
Callers
1
stack-unwinding.js
File · 0.85
Calls
1
map
Method · 0.65
Tested by
no test coverage detected