List of all items
Structs
- napi_async_cleanup_hook_handle__
- napi_async_context__
- napi_async_work__
- napi_callback_info__
- napi_callback_scope__
- napi_deferred__
- napi_env__
- napi_escapable_handle_scope__
- napi_extended_error_info
- napi_handle_scope__
- napi_module
- napi_node_version
- napi_property_descriptor
- napi_ref__
- napi_threadsafe_function__
- napi_value__
- uv_loop_s
Enums
Functions
- napi_acquire_threadsafe_function
- napi_add_async_cleanup_hook
- napi_add_env_cleanup_hook
- napi_add_finalizer
- napi_adjust_external_memory
- napi_async_destroy
- napi_async_init
- napi_call_function
- napi_call_threadsafe_function
- napi_cancel_async_work
- napi_close_callback_scope
- napi_close_escapable_handle_scope
- napi_close_handle_scope
- napi_coerce_to_bool
- napi_coerce_to_number
- napi_coerce_to_object
- napi_coerce_to_string
- napi_create_array
- napi_create_array_with_length
- napi_create_arraybuffer
- napi_create_async_work
- napi_create_bigint_int64
- napi_create_bigint_uint64
- napi_create_bigint_words
- napi_create_buffer
- napi_create_buffer_copy
- napi_create_dataview
- napi_create_date
- napi_create_double
- napi_create_error
- napi_create_external
- napi_create_external_arraybuffer
- napi_create_external_buffer
- napi_create_function
- napi_create_int32
- napi_create_int64
- napi_create_object
- napi_create_promise
- napi_create_range_error
- napi_create_reference
- napi_create_string_latin1
- napi_create_string_utf16
- napi_create_string_utf8
- napi_create_symbol
- napi_create_threadsafe_function
- napi_create_type_error
- napi_create_typedarray
- napi_create_uint32
- napi_define_class
- napi_define_properties
- napi_delete_async_work
- napi_delete_element
- napi_delete_property
- napi_delete_reference
- napi_detach_arraybuffer
- napi_escape_handle
- napi_fatal_error
- napi_fatal_exception
- napi_get_all_property_names
- napi_get_and_clear_last_exception
- napi_get_array_length
- napi_get_arraybuffer_info
- napi_get_boolean
- napi_get_buffer_info
- napi_get_cb_info
- napi_get_dataview_info
- napi_get_date_value
- napi_get_element
- napi_get_global
- napi_get_instance_data
- napi_get_last_error_info
- napi_get_named_property
- napi_get_new_target
- napi_get_node_version
- napi_get_null
- napi_get_property
- napi_get_property_names
- napi_get_prototype
- napi_get_reference_value
- napi_get_threadsafe_function_context
- napi_get_typedarray_info
- napi_get_undefined
- napi_get_uv_event_loop
- napi_get_value_bigint_int64
- napi_get_value_bigint_uint64
- napi_get_value_bigint_words
- napi_get_value_bool
- napi_get_value_double
- napi_get_value_external
- napi_get_value_int32
- napi_get_value_int64
- napi_get_value_string_latin1
- napi_get_value_string_utf16
- napi_get_value_string_utf8
- napi_get_value_uint32
- napi_get_version
- napi_has_element
- napi_has_named_property
- napi_has_own_property
- napi_has_property
- napi_instanceof
- napi_is_array
- napi_is_arraybuffer
- napi_is_buffer
- napi_is_dataview
- napi_is_date
- napi_is_detached_arraybuffer
- napi_is_error
- napi_is_exception_pending
- napi_is_promise
- napi_is_typedarray
- napi_make_callback
- napi_module_register
- napi_new_instance
- napi_object_freeze
- napi_object_seal
- napi_open_callback_scope
- napi_open_escapable_handle_scope
- napi_open_handle_scope
- napi_queue_async_work
- napi_ref_threadsafe_function
- napi_reference_ref
- napi_reference_unref
- napi_reject_deferred
- napi_release_threadsafe_function
- napi_remove_async_cleanup_hook
- napi_remove_env_cleanup_hook
- napi_remove_wrap
- napi_resolve_deferred
- napi_run_script
- napi_set_element
- napi_set_instance_data
- napi_set_named_property
- napi_set_property
- napi_strict_equals
- napi_throw
- napi_throw_error
- napi_throw_range_error
- napi_throw_type_error
- napi_typeof
- napi_unref_threadsafe_function
- napi_unwrap
- napi_wrap
- uv_run
Type Aliases
- KeyCollectionMode::napi_key_collection_mode
- napi_addon_register_func
- napi_async_cleanup_hook
- napi_async_cleanup_hook_handle
- napi_async_complete_callback
- napi_async_context
- napi_async_execute_callback
- napi_async_work
- napi_callback
- napi_callback_info
- napi_callback_scope
- napi_deferred
- napi_env
- napi_escapable_handle_scope
- napi_finalize
- napi_handle_scope
- napi_key_collection_mode
- napi_key_conversion
- napi_key_filter
- napi_property_attributes
- napi_ref
- napi_status
- napi_threadsafe_function
- napi_threadsafe_function_call_js
- napi_threadsafe_function_call_mode
- napi_threadsafe_function_release_mode
- napi_typedarray_type
- napi_value
- napi_valuetype
Constants
- KeyCollectionMode::include_prototypes
- KeyCollectionMode::own_only
- KeyConversion::keep_numbers
- KeyConversion::numbers_to_strings
- KeyFilter::all_properties
- KeyFilter::configurable
- KeyFilter::enumerable
- KeyFilter::skip_strings
- KeyFilter::skip_symbols
- KeyFilter::writable
- PropertyAttributes::configurable
- PropertyAttributes::default
- PropertyAttributes::enumerable
- PropertyAttributes::static_
- PropertyAttributes::writable
- Status::napi_array_expected
- Status::napi_arraybuffer_expected
- Status::napi_bigint_expected
- Status::napi_boolean_expected
- Status::napi_callback_scope_mismatch
- Status::napi_cancelled
- Status::napi_closing
- Status::napi_date_expected
- Status::napi_detachable_arraybuffer_expected
- Status::napi_escape_called_twice
- Status::napi_function_expected
- Status::napi_generic_failure
- Status::napi_handle_scope_mismatch
- Status::napi_invalid_arg
- Status::napi_name_expected
- Status::napi_no_external_buffers_allowed
- Status::napi_number_expected
- Status::napi_object_expected
- Status::napi_ok
- Status::napi_pending_exception
- Status::napi_queue_full
- Status::napi_string_expected
- Status::napi_would_deadlock
- ThreadsafeFunctionCallMode::blocking
- ThreadsafeFunctionCallMode::nonblocking
- ThreadsafeFunctionReleaseMode::abort
- ThreadsafeFunctionReleaseMode::release
- TypedarrayType::bigint64_array
- TypedarrayType::biguint64_array
- TypedarrayType::float32_array
- TypedarrayType::float64_array
- TypedarrayType::int16_array
- TypedarrayType::int32_array
- TypedarrayType::int8_array
- TypedarrayType::uint16_array
- TypedarrayType::uint32_array
- TypedarrayType::uint8_array
- TypedarrayType::uint8_clamped_array
- ValueType::napi_bigint
- ValueType::napi_boolean
- ValueType::napi_external
- ValueType::napi_function
- ValueType::napi_null
- ValueType::napi_number
- ValueType::napi_object
- ValueType::napi_string
- ValueType::napi_symbol
- ValueType::napi_undefined