@@ -689,6 +689,7 @@ For more details, review the [Object lifetime management][].
689
689
added:
690
690
- v14.8.0
691
691
- v12.19.0
692
+ napiVersion: 8
692
693
-->
693
694
694
695
A 128-bit value stored as two unsigned 64-bit integers. It serves as a UUID
@@ -1703,6 +1704,7 @@ with `napi_add_env_cleanup_hook`, otherwise the process will abort.
1703
1704
added:
1704
1705
- v14.8.0
1705
1706
- v12.19.0
1707
+ napiVersion: 8
1706
1708
changes:
1707
1709
- version:
1708
1710
- v14.10.0
@@ -1711,8 +1713,6 @@ changes:
1711
1713
description: Changed signature of the `hook` callback.
1712
1714
-->
1713
1715
1714
- > Stability: 1 - Experimental
1715
-
1716
1716
```c
1717
1717
NAPI_EXTERN napi_status napi_add_async_cleanup_hook(
1718
1718
napi_env env,
@@ -1754,8 +1754,6 @@ changes:
1754
1754
description: Removed `env` parameter.
1755
1755
-->
1756
1756
1757
- > Stability: 1 - Experimental
1758
-
1759
1757
```c
1760
1758
NAPI_EXTERN napi_status napi_remove_async_cleanup_hook(
1761
1759
napi_async_cleanup_hook_handle remove_handle);
@@ -4211,10 +4209,9 @@ specification).
4211
4209
#### napi_object_freeze
4212
4210
<!-- YAML
4213
4211
added: v14.14.0
4212
+ napiVersion: 8
4214
4213
-->
4215
4214
4216
- > Stability: 1 - Experimental
4217
-
4218
4215
```c
4219
4216
napi_status napi_object_freeze(napi_env env,
4220
4217
napi_value object);
@@ -4236,10 +4233,9 @@ ECMA-262 specification.
4236
4233
#### napi_object_seal
4237
4234
<!-- YAML
4238
4235
added: v14.14.0
4236
+ napiVersion: 8
4239
4237
-->
4240
4238
4241
- > Stability: 1 - Experimental
4242
-
4243
4239
```c
4244
4240
napi_status napi_object_seal(napi_env env,
4245
4241
napi_value object);
@@ -4901,10 +4897,9 @@ JavaScript object becomes garbage-collected.
4901
4897
added:
4902
4898
- v14.8.0
4903
4899
- v12.19.0
4900
+ napiVersion: 8
4904
4901
-->
4905
4902
4906
- > Stability: 1 - Experimental
4907
-
4908
4903
```c
4909
4904
napi_status napi_type_tag_object(napi_env env,
4910
4905
napi_value js_object,
@@ -4930,10 +4925,9 @@ If the object already has an associated type tag, this API will return
4930
4925
added:
4931
4926
- v14.8.0
4932
4927
- v12.19.0
4928
+ napiVersion: 8
4933
4929
-->
4934
4930
4935
- > Stability: 1 - Experimental
4936
-
4937
4931
```c
4938
4932
napi_status napi_check_object_type_tag(napi_env env,
4939
4933
napi_value js_object,
0 commit comments