Skip to content

Commit fdcee3e

Browse files
committed
Add notes to jerry_create_undefined
JerryScript-DCO-1.0-Signed-off-by: Mate Dabis [email protected]
1 parent 54b1a3c commit fdcee3e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/02.API-REFERENCE.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8176,6 +8176,11 @@ main (void)
81768176

81778177
Creates a `jerry_value_t` representing an undefined value.
81788178

8179+
*Notes*:
8180+
- Calling [jerry_release_value](#jerry_release_value) is optional.
8181+
- Calling [jerry_acquire_value](#jerry_acquire_value) is optional.
8182+
8183+
81798184
**Prototype**
81808185

81818186
```c

0 commit comments

Comments
 (0)