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

Method string

value.go:706–708  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

704}
705
706func (o *Object) string() unistring.String {
707 return o.toPrimitiveString().string()
708}
709
710func (o *Object) ToString() Value {
711 return o.toPrimitiveString().ToString()

Callers

nothing calls this directly

Calls 2

toPrimitiveStringMethod · 0.95
stringMethod · 0.65

Tested by

no test coverage detected