Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ #getAPlus1
Method
#getAPlus1
deps/v8/test/mjsunit/harmony/private-methods.js:54–56 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
52
this.#a = a;
53
}
54
#getAPlus1() {
55
return
this.#a + 1;
56
}
57
equals(obj) {
58
return
this.#getAPlus1() === obj.#getAPlus1();
59
}
Callers
1
equals
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected