MCPcopy Create free account
hub / github.com/nodejs/node / TestType

Function TestType

deps/v8/test/mjsunit/harmony/private.js:55–61  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

53
54
55function TestType() {
56 for (var i in symbols) {
57 assertEquals("symbol", typeof symbols[i])
58 assertTrue(typeof symbols[i] === "symbol")
59 assertTrue(%SymbolIsPrivate(symbols[i]))
60 }
61}
62TestType()
63
64

Callers 1

private.jsFile · 0.70

Calls 2

assertEqualsFunction · 0.50
assertTrueFunction · 0.50

Tested by

no test coverage detected