We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
UndefinedBehaviorError
1 parent c690338 commit 998153eCopy full SHA for 998153e
doc/semantics.md
@@ -124,9 +124,7 @@ Every configurable undefined behavior has 3 possible modes:
124
125
* `Compliant`: behaves as specified on a JVM
126
* `Unchecked`: completely unchecked and undefined
127
-* `Fatal`: checked, but throws
128
- [`UndefinedBehaviorError`s]({{ site.production_url }}/api/scalajs-library/{{ site.versions.scalaJS }}/#scala.scalajs.runtime.UndefinedBehaviorError)
129
- instead of the specified exception.
+* `Fatal`: checked, but throws `UndefinedBehaviorError`s instead of the specified exception
130
131
By default, undefined behaviors are in `Fatal` mode for `fastOptJS` and in
132
`Unchecked` mode for `fullOptJS`.
0 commit comments