Skip to content

Instantly share code, notes, and snippets.

@uyjulian
Created July 23, 2022 04:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save uyjulian/68e8abbe7326fff26be23c28e803f334 to your computer and use it in GitHub Desktop.
Save uyjulian/68e8abbe7326fff26be23c28e803f334 to your computer and use it in GitHub Desktop.
napi_add_finalizer
napi_call_function
napi_close_escapable_handle_scope
napi_close_handle_scope
napi_coerce_to_number
napi_coerce_to_string
napi_create_double
napi_create_error
napi_create_function
napi_create_object
napi_create_reference
napi_create_string_utf8
napi_create_type_error
napi_delete_reference
napi_escape_handle
napi_fatal_error
napi_get_and_clear_last_exception
napi_get_cb_info
napi_get_instance_data
napi_get_last_error_info
napi_get_named_property
napi_get_null
napi_get_reference_value
napi_get_typedarray_info
napi_get_undefined
napi_get_uv_event_loop
napi_get_value_external
napi_get_value_int32
napi_get_value_string_utf8
napi_get_value_uint32
napi_get_version
napi_is_buffer
napi_is_exception_pending
napi_make_callback
napi_module_register
napi_open_escapable_handle_scope
napi_open_handle_scope
napi_set_instance_data
napi_set_named_property
napi_throw
napi_typeof
uv_async_init
uv_async_send
uv_close
uv_cond_destroy
uv_cond_init
uv_cond_signal
uv_cond_wait
uv_default_loop
uv_mutex_destroy
uv_mutex_init
uv_mutex_lock
uv_mutex_unlock
uv_queue_work
uv_ref
uv_unref
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment