Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ cmpStrs
Function
cmpStrs
deps/v8/test/mjsunit/tools/profile_view.mjs:78–80 ·
view source on GitHub ↗
(s1, s2)
Source
from the content-addressed store, hash-verified
76
'c'
, 5,
'd'
, 4,
'd'
, 2], flatTree);
77
78
function
cmpStrs(s1, s2) {
79
return
s1 == s2 ? 0 : (s1 < s2 ? -1 : 1);
80
}
81
82
view.sort(
function
(n1, n2) {
83
return
cmpStrs(n1.internalFuncName, n2.internalFuncName) ||
Callers
1
profile_view.mjs
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected