| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 4509fda commit ccfa88c
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1185,6 +1185,8 @@ This API throws a JavaScript `RangeError` with the text provided. | |||
| 1185 | 1185 | added: v16.14.0 | |
| 1186 | 1186 | --> | |
| 1187 | 1187 | ||
| 1188 | + > Stability: 1 - Experimental | ||
| 1189 | + | ||
| 1188 | 1190 | ````c | |
| 1189 | 1191 | NAPI_EXTERN napi_status node_api_throw_syntax_error(napi_env env, | |
| 1190 | 1192 | const char* code, | |
@@ -1302,6 +1304,8 @@ This API returns a JavaScript `RangeError` with the text provided. | |||
| 1302 | 1304 | added: v16.14.0 | |
| 1303 | 1305 | --> | |
| 1304 | 1306 | ||
| 1307 | + > Stability: 1 - Experimental | ||
| 1308 | + | ||
| 1305 | 1309 | ```c | |
| 1306 | 1310 | NAPI_EXTERN napi_status node_api_create_syntax_error(napi_env env, | |
| 1307 | 1311 | napi_value code, | |
| Back | FazBrowse Home | New Git URL |
0 commit comments