Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/dop251/goja
/ init
Method
init
string.go:148–151 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
146
}
147
148
func
(s *stringObject) init() {
149
s.baseObject.init()
150
s.setLength()
151
}
152
153
func
(s *stringObject) setLength() {
154
if
s.value != nil {
Callers
1
_newString
Method · 0.95
Calls
2
setLength
Method · 0.95
init
Method · 0.65
Tested by
no test coverage detected