Home
last modified time | relevance | path

Searched refs:JSRefConvertReftypeArray (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Djs_refconvert.cpp32 return std::unique_ptr<JSRefConvert>(new JSRefConvertReftypeArray(klass)); in JSRefConvertCreateImpl()
Djs_refconvert_array.h134 class JSRefConvertReftypeArray : public JSRefConvert {
136 explicit JSRefConvertReftypeArray(Class *klass) : JSRefConvert(this), klass_(klass) {} in JSRefConvertReftypeArray() function