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

Method exportToArrayOrSlice

object.go:1083–1085  ·  view source on GitHub ↗
(dst reflect.Value, typ reflect.Type, ctx *objectExportCtx)

Source from the content-addressed store, hash-verified

1081}
1082
1083func (o *baseObject) exportToArrayOrSlice(dst reflect.Value, typ reflect.Type, ctx *objectExportCtx) error {
1084 return genericExportToArrayOrSlice(o.val, dst, typ, ctx)
1085}
1086
1087type enumerableFlag int
1088

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected