Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
65
function
TestPrototype() {
66
for
(
var
i in symbols) {
67
assertSame(Symbol.prototype, symbols[i].__proto__)
68
}
69
}
70
TestPrototype()
71
72
Callers
1
private.js
File · 0.70
Calls
1
assertSame
Function · 0.50
Tested by
no test coverage detected