Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ finish
Method
finish
test/common/wpt.js:86–89 ·
view source on GitHub ↗
(status)
Source
from the content-addressed store, hash-verified
84
}
85
86
finish(status) {
87
this.status = status ??
'OK'
;
88
this.duration = Date.now() - this.#startTime;
89
}
90
}
91
92
// Generates a report that can be uploaded to wpt.fyi.
Callers
3
runJsTests
Method · 0.45
completionCallback
Method · 0.45
demoBug
Function · 0.45
Calls
1
now
Method · 0.80
Tested by
no test coverage detected