Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ assertKind
Function
assertKind
deps/v8/test/mjsunit/elements-kind.js:87–89 ·
view source on GitHub ↗
(expected, obj, name_opt)
Source
from the content-addressed store, hash-verified
85
}
86
87
function
assertKind(expected, obj, name_opt) {
88
assertEquals(expected, getKind(obj), name_opt);
89
}
90
91
var
me = {};
92
assertKind(elements_kind.fast, me);
Callers
8
elements-kind.js
File · 0.70
test_wrapper
Function · 0.70
monomorphic
Function · 0.70
convert_to_double
Function · 0.70
convert_to_fast
Function · 0.70
test_osr_elements_kind
Function · 0.70
convert_mixed
Function · 0.70
opt-elements-kind.js
File · 0.70
Calls
2
getKind
Function · 0.70
assertEquals
Function · 0.50
Tested by
no test coverage detected