Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tracking Issue: complete N-API #96

Closed
51 tasks
sehz opened this issue Oct 17, 2020 · 0 comments · Fixed by #97
Closed
51 tasks

Tracking Issue: complete N-API #96

sehz opened this issue Oct 17, 2020 · 0 comments · Fixed by #97
Labels
enhancement New feature or request N-API

Comments

@sehz
Copy link
Collaborator

sehz commented Oct 17, 2020

Following N-API wrapper need to be created for JsEnv.
For each of the API, example/test code must be added to verify it works in the node environment.

  • napi_create_arraybuffer
  • napi_create_buffer
  • napi_create_buffer_copy
  • napi_create_date
  • napi_create_external
  • napi_create_external_arraybuffer
  • napi_create_external_buffer
  • napi_create_symbol
  • napi_create_typedarray
  • napi_create_dataview
  • napi_create_uint32
  • napi_create_bigint_int64
  • napi_create_bigint_uint64
  • napi_create_bigint_words
  • napi_create_string_latin1
  • napi_get_array_length
  • napi_get_arraybuffer_info
  • napi_get_buffer_info
  • napi_get_prototype
  • napi_get_typedarray_info
  • napi_get_dataview_info
  • napi_get_value_bool
  • napi_get_value_double
  • napi_get_value_bigint_int64
  • napi_get_value_bigint_uint64
  • napi_get_value_bigint_words
  • napi_get_value_external
  • napi_get_value_int32
  • napi_get_value_int64
  • napi_get_value_string_utf8
  • napi_get_value_uint32
  • napi_get_null
  • napi_coerce_to_bool
  • napi_coerce_to_number
  • napi_coerce_to_string
  • napi_instanceof
  • napi_is_dataview
  • napi_strict_equals
  • napi_detach_arraybuffer
  • napi_is_detached_arraybuffer
  • napi_get_property_names
  • napi_get_all_property_names
  • napi_delete_property
  • napi_set_named_property
  • napi_get_named_property
  • napi_has_named_property
  • napi_has_element
  • napi_delete_element
  • napi_create_function
  • napi_get_version
  • napi_get_uv_event_loop
@sehz sehz added enhancement New feature or request N-API labels Oct 17, 2020
@sehz sehz linked a pull request Oct 25, 2020 that will close this issue
14 tasks
@sehz sehz closed this as completed in #97 Oct 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request N-API
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant