Lines Matching refs:js_object
4834 napi_value js_object,
4842 * `[in] js_object`: The JavaScript object that will be the wrapper for the
4892 napi_value js_object,
4897 * `[in] js_object`: The object associated with the native instance.
4919 napi_value js_object,
4924 * `[in] js_object`: The object associated with the native instance.
4930 object `js_object` using `napi_wrap()` and removes the wrapping. If a finalize
4944 napi_value js_object,
4949 * `[in] js_object`: The JavaScript object to be marked.
4972 napi_value js_object,
4978 * `[in] js_object`: The JavaScript object whose type tag to examine.
4986 `js_object`. If no tag is found on `js_object` or, if a tag is found but it does
4999 napi_value js_object,
5007 * `[in] js_object`: The JavaScript object to which the native data will be
5021 in `js_object` is ready for garbage collection. This API is similar to