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

Method IsData

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

Source from the content-addressed store, hash-verified

73}
74
75func (p *PropertyDescriptor) IsData() bool {
76 return p.Value != nil || p.Writable != FLAG_NOT_SET
77}
78
79func (p *PropertyDescriptor) IsGeneric() bool {
80 return !p.IsAccessor() && !p.IsData()

Callers 2

IsGenericMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected