ConcUndefinedValuePolicy Type
Represents how concrete execution should handle undefined values.
Union cases
| Union case |
Description
|
Full Usage:
IgnoreUndefinedWrites
|
Ignore writes whose right-hand side is undefined. |
Full Usage:
PreserveUndefinedValues
|
Preserve undefined values in the concrete evaluator state. |
Full Usage:
StopOnUndefinedValue
|
Treat undefined values as evaluation failures. |
Instance members
| Instance member |
Description
|
Full Usage:
this.IsIgnoreUndefinedWrites
Returns: bool
|
|
Full Usage:
this.IsPreserveUndefinedValues
Returns: bool
|
|
Full Usage:
this.IsStopOnUndefinedValue
Returns: bool
|
|
B2R2