MCPcopy Create free account
hub / github.com/dop251/goja / toString

Method toString

value.go:702–704  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

700}
701
702func (o *Object) toString() String {
703 return o.toPrimitiveString().toString()
704}
705
706func (o *Object) string() unistring.String {
707 return o.toPrimitiveString().string()

Callers

nothing calls this directly

Calls 2

toPrimitiveStringMethod · 0.95
toStringMethod · 0.65

Tested by

no test coverage detected