Skip to content

Commit cb9d347

Browse files
authored
Adding documentation for new IsSetStmt IR statement (#6764)
Signed-off-by: Johan Fylling <[email protected]>
1 parent 62834a2 commit cb9d347

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

docs/content/ir.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,14 @@ Parameter | Input/Output | Type | Description
286286

287287
This statement is **undefined** if `source` is not an object.
288288

289+
## `IsSetStmt`
290+
291+
Parameter | Input/Output | Type | Description
292+
--- | --- | --- | ---
293+
`source` | `input` | `operand` | The value to check.
294+
295+
This statement is **undefined** if `source` is not a set.
296+
289297
## `IsUndefinedStmt`
290298

291299
Parameter | Input/Output | Type | Description

0 commit comments

Comments
 (0)