Skip to content

Use ref/unref terminology instead of addref/release #188

Closed
@jasongin

Description

@jasongin

Consider renaming:

  • napi_reference_addref()
  • napi_reference_release()

To:

  • napi_reference_ref()
  • napi_reference_unref()

To be consistent with the "Ref/Unref" terminology used throughout Node.js.

See nodejs/node#11975 (comment)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions