summaryrefslogtreecommitdiff
path: root/src/node_api_types.h
diff options
context:
space:
mode:
authorGabriel Schulhof <gabriel.schulhof@intel.com>2018-07-05 22:24:17 -0400
committerGabriel Schulhof <gabriel.schulhof@intel.com>2018-07-09 13:36:32 -0400
commit1529ef4dc5e4cf99ea964bc1cc47cd62cca17540 (patch)
treef9759d7138133828f5dc444b7c653df59655e556 /src/node_api_types.h
parent978d89f5e3cf238a0e42303acc9493993ede9c98 (diff)
downloadandroid-node-v8-1529ef4dc5e4cf99ea964bc1cc47cd62cca17540.tar.gz
android-node-v8-1529ef4dc5e4cf99ea964bc1cc47cd62cca17540.tar.bz2
android-node-v8-1529ef4dc5e4cf99ea964bc1cc47cd62cca17540.zip
n-api: remove experimental gate from status codes
Re: https://github.com/nodejs/node/pull/21226#discussion_r200534431 PR-URL: https://github.com/nodejs/node/pull/21680 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Gus Caplan <me@gus.host>
Diffstat (limited to 'src/node_api_types.h')
-rw-r--r--src/node_api_types.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/node_api_types.h b/src/node_api_types.h
index af7d7c7f95..3854a32f01 100644
--- a/src/node_api_types.h
+++ b/src/node_api_types.h
@@ -76,10 +76,8 @@ typedef enum {
napi_escape_called_twice,
napi_handle_scope_mismatch,
napi_callback_scope_mismatch,
-#ifdef NAPI_EXPERIMENTAL
napi_queue_full,
napi_closing,
-#endif // NAPI_EXPERIMENTAL
} napi_status;
#ifdef NAPI_EXPERIMENTAL