@@ -689,6 +689,7 @@ For more details, review the [Object lifetime management][].
689689added:
690690 - v14.8.0
691691 - v12.19.0
692+ napiVersion: 8
692693-->
693694
694695A 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.
17031704added:
17041705 - v14.8.0
17051706 - v12.19.0
1707+ napiVersion: 8
17061708changes:
17071709 - version:
17081710 - v14.10.0
@@ -1711,8 +1713,6 @@ changes:
17111713 description: Changed signature of the `hook` callback.
17121714-->
17131715
1714- > Stability: 1 - Experimental
1715-
17161716```c
17171717NAPI_EXTERN napi_status napi_add_async_cleanup_hook(
17181718 napi_env env,
@@ -1754,8 +1754,6 @@ changes:
17541754 description: Removed `env` parameter.
17551755-->
17561756
1757- > Stability: 1 - Experimental
1758-
17591757```c
17601758NAPI_EXTERN napi_status napi_remove_async_cleanup_hook(
17611759 napi_async_cleanup_hook_handle remove_handle);
@@ -4211,10 +4209,9 @@ specification).
42114209#### napi_object_freeze
42124210<!-- YAML
42134211added: v14.14.0
4212+ napiVersion: 8
42144213-->
42154214
4216- > Stability: 1 - Experimental
4217-
42184215```c
42194216napi_status napi_object_freeze(napi_env env,
42204217 napi_value object);
@@ -4236,10 +4233,9 @@ ECMA-262 specification.
42364233#### napi_object_seal
42374234<!-- YAML
42384235added: v14.14.0
4236+ napiVersion: 8
42394237-->
42404238
4241- > Stability: 1 - Experimental
4242-
42434239```c
42444240napi_status napi_object_seal(napi_env env,
42454241 napi_value object);
@@ -4901,10 +4897,9 @@ JavaScript object becomes garbage-collected.
49014897added:
49024898 - v14.8.0
49034899 - v12.19.0
4900+ napiVersion: 8
49044901-->
49054902
4906- > Stability: 1 - Experimental
4907-
49084903```c
49094904napi_status napi_type_tag_object(napi_env env,
49104905 napi_value js_object,
@@ -4930,10 +4925,9 @@ If the object already has an associated type tag, this API will return
49304925added:
49314926 - v14.8.0
49324927 - v12.19.0
4928+ napiVersion: 8
49334929-->
49344930
4935- > Stability: 1 - Experimental
4936-
49374931```c
49384932napi_status napi_check_object_type_tag(napi_env env,
49394933 napi_value js_object,
0 commit comments