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

Struct valueNull

value.go:110–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108type valueFloat float64
109type valueBool bool
110type valueNull struct{}
111type valueUndefined struct {
112 valueNull
113}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected