| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| all_test.go | ||
| deepequal.go | ||
| example_test.go | ||
| export_test.go | ||
| makefunc.go | ||
| set_test.go | ||
| tostring_test.go | ||
| type.go | ||
| value.go |
This changes the compiler and runtime to not pass a closure value as the last argument, but to instead pass it via __go_set_closure and retrieve it via __go_get_closure. This eliminates the need for function descriptor wrapper functions. It will make it possible to retrieve the closure value in a reflect.MakeFunc function. From-SVN: r202233
| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| all_test.go | Loading commit data... | |
| deepequal.go | Loading commit data... | |
| example_test.go | Loading commit data... | |
| export_test.go | Loading commit data... | |
| makefunc.go | Loading commit data... | |
| set_test.go | Loading commit data... | |
| tostring_test.go | Loading commit data... | |
| type.go | Loading commit data... | |
| value.go | Loading commit data... |