Searched refs:pointerValue (Results 1 – 3 of 3) sorted by relevance
185 napi_value pointerValue = nullptr; variable192 return napi_unwrap(env, resObject, (void **)(&pointerValue)) == napi_ok ?193 reinterpret_cast<T*>(pointerValue) : nullptr;206 napi_value pointerValue = nullptr; variable213 return napi_unwrap_sendable(env, resObject, (void **)(&pointerValue)) == napi_ok ?214 reinterpret_cast<T*>(pointerValue) : nullptr;
209 napi_value pointerValue = nullptr; variable216 return napi_unwrap(env, resObject, (void **)(&pointerValue)) == napi_ok ?217 reinterpret_cast<T*>(pointerValue) : nullptr;
106 napi_value pointerValue = nullptr; variable113 return napi_unwrap(env, resObject, (void **)(&pointerValue)) == napi_ok ?114 reinterpret_cast<T*>(pointerValue) : nullptr;