MCPcopy Index your code
hub / github.com/dop251/goja / I

Interface I

object_goarray_reflect_test.go:151–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149
150 t.Run("[]I", func(t *testing.T) {
151 type I interface {
152 Get() string
153 }
154
155 a := []I{&testGoReflectMethod_O{Test: "1"}, &testGoReflectMethod_O{Test: "2"}}
156

Callers

nothing calls this directly

Implementers 7

Runtimeruntime.go
Objectobject.go
testGoReflectMethod_Oobject_goreflect_test.go
testDynObjectobject_dynamic_test.go
testDynArrayobject_dynamic_test.go
testSharedDynObjectobject_dynamic_test.go
testSharedDynArrayobject_dynamic_test.go

Calls

no outgoing calls

Tested by

no test coverage detected