Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ f
Function
f
deps/v8/test/debugger/debug/function-source.js:31–36 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
29
30
// Check that the script source for all functions in a script is the same.
31
function
f() {
32
function
h() {
33
assertEquals(Debug.scriptSource(f), Debug.scriptSource(h));
34
}
35
h();
36
}
37
38
function
g() {
39
function
h() {
Callers
1
function-source.js
File · 0.70
Calls
1
h
Function · 0.70
Tested by
no test coverage detected