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

Function TestPrototype

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

Source from the content-addressed store, hash-verified

63
64
65function TestPrototype() {
66 for (var i in symbols) {
67 assertSame(Symbol.prototype, symbols[i].__proto__)
68 }
69}
70TestPrototype()
71
72

Callers 1

private.jsFile · 0.70

Calls 1

assertSameFunction · 0.50

Tested by

no test coverage detected