Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/winterbe/java8-tutorial
/ fun2
Function
fun2
res/nashorn1.js:6–8 ·
view source on GitHub ↗
(object)
Source
from the content-addressed store, hash-verified
4
};
5
6
var
fun2 =
function
(object) {
7
print(
"JS Class Definition: "
+ Object.prototype.toString.call(object));
8
};
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected