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

Method className

object.go:151–151  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

149type objectImpl interface {
150 sortable
151 className() string
152 typeOf() String
153 getStr(p unistring.String, receiver Value) Value
154 getIdx(p valueInt, receiver Value) Value

Callers 6

ClassNameMethod · 0.65
builtinJSON_stringifyMethod · 0.65
strMethod · 0.65
isArrayFunction · 0.65
classNameMethod · 0.65
objectproto_toStringMethod · 0.65

Implementers 2

baseObjectobject.go

Calls

no outgoing calls

Tested by

no test coverage detected