Documentation ¶
Overview ¶
Package trap enumerates trap identifiers.
Index ¶
Constants ¶
View Source
const ( Exit = ID(iota) NoFunction // Recoverable (nonportable). Return address must be adjusted. Suspended // Recoverable (portable). Unreachable CallStackExhausted // Recoverable (portable). MemoryAccessOutOfBounds IndirectCallIndexOutOfBounds IndirectCallSignatureMismatch IntegerDivideByZero IntegerOverflow NumTraps )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.