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

Method exportToMap

object.go:1021–1023  ·  view source on GitHub ↗
(m reflect.Value, typ reflect.Type, ctx *objectExportCtx)

Source from the content-addressed store, hash-verified

1019}
1020
1021func (o *baseObject) exportToMap(m reflect.Value, typ reflect.Type, ctx *objectExportCtx) error {
1022 return genericExportToMap(o.val, m, typ, ctx)
1023}
1024
1025func genericExportToArrayOrSlice(o *Object, dst reflect.Value, typ reflect.Type, ctx *objectExportCtx) (err error) {
1026 r := o.runtime

Callers

nothing calls this directly

Calls 1

genericExportToMapFunction · 0.85

Tested by

no test coverage detected