Wire Sysio Wire Sysion 1.0.0
|
#include <TestScript.h>
Public Types | |
enum | Type { _register , action , assert_return , assert_return_canonical_nan , assert_return_arithmetic_nan , assert_trap , assert_invalid , assert_malformed , assert_unlinkable } |
Public Member Functions | |
Command (Type inType, TextFileLocus &&inLocus) | |
Public Attributes | |
const Type | type |
const TextFileLocus | locus |
Definition at line 12 of file TestScript.h.
enum WAST::Command::Type |
Enumerator | |
---|---|
_register | |
action | |
assert_return | |
assert_return_canonical_nan | |
assert_return_arithmetic_nan | |
assert_trap | |
assert_invalid | |
assert_malformed | |
assert_unlinkable |
Definition at line 14 of file TestScript.h.
|
inline |
Definition at line 29 of file TestScript.h.
const TextFileLocus WAST::Command::locus |
Definition at line 27 of file TestScript.h.
const Type WAST::Command::type |
Definition at line 26 of file TestScript.h.