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

Method toString

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

Source from the content-addressed store, hash-verified

77type Value interface {
78 ToInteger() int64
79 toString() String
80 string() unistring.String
81 ToString() Value
82 String() string

Callers 15

typedArrayProto_joinMethod · 0.95
emitThrowMethod · 0.65
propGetterFunction · 0.65
propSetterFunction · 0.65
toStringMethod · 0.65
funcNameFunction · 0.65
definePropertyIdxMethod · 0.65
hasIdxMethod · 0.65
getIdxMethod · 0.65
setIdxMethod · 0.65
deleteIdxMethod · 0.65

Implementers 6

valueNullvalue.go
Objectobject.go
Symbolvalue.go
importedStringstring_imported.go

Calls

no outgoing calls

Tested by 1

BenchmarkToString1Function · 0.52