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.cpp46 return std::make_unique<JSRefConvertReftypeArray>(klass); in JSRefConvertCreateImpl()
Djs_refconvert_array.h136 class JSRefConvertReftypeArray : public JSRefConvert {
138 explicit JSRefConvertReftypeArray(Class *klass) : JSRefConvert(this), klass_(klass) {} in JSRefConvertReftypeArray() function