You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
compiler/natives/src/runtime: Keep throw accessible for Go code to use.
In Go 1.9, runtime.panicwrap uses throw. So it needs to be accessible
from Go code now.
Fixes:
../src/runtime/error.go:134:3: undeclared name: throw
../src/runtime/error.go:144:3: undeclared name: throw
../src/runtime/error.go:148:3: undeclared name: throw
../src/runtime/error.go:153:3: undeclared name: throw
../src/runtime/error.go:156:3: undeclared name: throw
0 commit comments