Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dop251/goja
/ ClassName
Method
ClassName
value.go:967–969 ·
view source on GitHub ↗
ClassName returns the class name
()
Source
from the content-addressed store, hash-verified
965
966
// ClassName returns the class name
967
func
(o *Object) ClassName() string {
968
return
o.self.className()
969
}
970
971
func
(o valueUnresolved) throw() {
972
o.r.throwReferenceError(o.ref)
Callers
nothing calls this directly
Calls
1
className
Method · 0.65
Tested by
no test coverage detected