napi_ref
这是用于引用 napi_value
的抽象。这允许用户管理 JavaScript 值的生命周期,包括明确定义它们的最小生命周期。
¥This is the abstraction to use to reference a napi_value
. This allows for
users to manage the lifetimes of JavaScript values, including defining their
minimum lifetimes explicitly.
有关详细信息,请查看 对象生命周期管理。
¥For more details, review the Object lifetime management.