Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ternjs/tern
/ C
Class
C
test/cases/docstrings.js:93–98 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
91
o.bar
//doc: A string property
92
93
class
C {
94
// The method
95
method() {
return
10 }
96
// The something
97
get something() {
return
20 }
98
}
99
100
var
c =
new
C
101
Callers
1
polyfill.js
File · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected