Searched refs:JSRefConvertFunction (Results 1 – 3 of 3) sorted by relevance
25 class JSRefConvertFunction : public JSRefConvert {27 …explicit JSRefConvertFunction(Class *klass) : JSRefConvert(this), klass_ {EtsClass::FromRuntimeCla… in JSRefConvertFunction() function
45 napi_value JSRefConvertFunction::WrapImpl(InteropCtx *ctx, EtsObject *obj) in WrapImpl()81 EtsObject *JSRefConvertFunction::UnwrapImpl([[maybe_unused]] InteropCtx *ctx, [[maybe_unused]] napi… in UnwrapImpl()
54 return std::make_unique<JSRefConvertFunction>(klass); in JSRefConvertCreateImpl()