tinygo/src/reflect
2023-03-19 17:45:43 +01:00
..
all_test.go reflect: uncomment some DeepEqual tests that now pass 2023-02-28 13:10:40 -08:00
deepequal.go all: refactor reflect package 2023-02-17 22:54:34 +01:00
makefunc.go reflect: add stubs required for net/http 2021-06-02 13:28:38 +02:00
strconv.go all: format code according to Go 1.19 rules 2022-08-04 12:18:32 +02:00
swapper.go all: use unsafe.Add instead of unsafe.Pointer(uintptr(...) + ...) 2023-03-03 16:55:13 +01:00
type.go compiler,reflect: adjust struct layout for type info 2023-03-19 17:45:43 +01:00
value.go reflect: add FieldByName(), and FieldByIndex() 2023-03-15 21:53:57 +01:00
value_test.go reflect: add test for Type.NumMethod() 2023-03-19 17:45:43 +01:00
visiblefields.go reflect: import visiblefields code and tests from upstream 2023-03-15 21:53:57 +01:00
visiblefields_test.go reflect: disable visiblefields test for FieldByIndexErr 2023-03-15 21:53:57 +01:00