We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4509fda commit ccfa88cCopy full SHA for ccfa88c
doc/api/n-api.md
@@ -1185,6 +1185,8 @@ This API throws a JavaScript `RangeError` with the text provided.
1185
added: v16.14.0
1186
-->
1187
1188
+> Stability: 1 - Experimental
1189
+
1190
````c
1191
NAPI_EXTERN napi_status node_api_throw_syntax_error(napi_env env,
1192
const char* code,
@@ -1302,6 +1304,8 @@ This API returns a JavaScript `RangeError` with the text provided.
1302
1304
1303
1305
1306
1307
1308
1309
```c
1310
NAPI_EXTERN napi_status node_api_create_syntax_error(napi_env env,
1311
napi_value code,
0 commit comments