MCPcopy 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
87function assertKind(expected, obj, name_opt) {
88 assertEquals(expected, getKind(obj), name_opt);
89}
90
91var me = {};
92assertKind(elements_kind.fast, me);

Callers 8

elements-kind.jsFile · 0.70
test_wrapperFunction · 0.70
monomorphicFunction · 0.70
convert_to_doubleFunction · 0.70
convert_to_fastFunction · 0.70
test_osr_elements_kindFunction · 0.70
convert_mixedFunction · 0.70

Calls 2

getKindFunction · 0.70
assertEqualsFunction · 0.50

Tested by

no test coverage detected