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

Struct arrayObject

array.go:65–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63}
64
65type arrayObject struct {
66 baseObject
67 values []Value
68 length uint32
69 objCount int
70 propValueCount int
71 lengthProp valueProperty
72}
73
74func (a *arrayObject) init() {
75 a.baseObject.init()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected