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

Struct objectGoArrayReflect

object_goarray_reflect.go:10–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8)
9
10type objectGoArrayReflect struct {
11 objectGoReflect
12 lengthProp valueProperty
13
14 valueCache valueArrayCache
15
16 putIdx func(idx int, v Value, throw bool) bool
17}
18
19type valueArrayCache []reflectValueWrapper
20

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected