@@ -4551,7 +4551,7 @@ ThreadSafeFunctionEx<ContextType, DataType, CallJs>::New(
45514551 return tsfn;
45524552}
45534553
4554- // static, with Callback [x ] Resource [x ] Finalizer [missing]
4554+ // static, with Callback [passed ] Resource [passed ] Finalizer [missing]
45554555template <typename ContextType, typename DataType,
45564556 void (*CallJs)(Napi::Env, Napi::Function, ContextType *, DataType *)>
45574557template <typename ResourceString>
@@ -4574,7 +4574,7 @@ ThreadSafeFunctionEx<ContextType, DataType, CallJs>::New(
45744574 return tsfn;
45754575}
45764576
4577- // static, with Callback [x ] Resource [missing ] Finalizer [x ]
4577+ // static, with Callback [passed ] Resource [missing] Finalizer [passed ]
45784578template <typename ContextType, typename DataType,
45794579 void (*CallJs)(Napi::Env, Napi::Function, ContextType *, DataType *)>
45804580template <typename ResourceString, typename Finalizer,
@@ -4604,7 +4604,7 @@ ThreadSafeFunctionEx<ContextType, DataType, CallJs>::New(
46044604 return tsfn;
46054605}
46064606
4607- // static, with: Callback [x ] Resource [x ] Finalizer [x ]
4607+ // static, with: Callback [passed ] Resource [passed ] Finalizer [passed ]
46084608template <typename ContextType, typename DataType,
46094609 void (*CallJs)(Napi::Env, Napi::Function, ContextType *, DataType *)>
46104610template <typename ResourceString, typename Finalizer,
0 commit comments