Searched refs:JSRefConvertReftypeArray (Results 1 – 2 of 2) sorted by relevance
46 return std::make_unique<JSRefConvertReftypeArray>(klass); in JSRefConvertCreateImpl()
136 class JSRefConvertReftypeArray : public JSRefConvert {138 explicit JSRefConvertReftypeArray(Class *klass) : JSRefConvert(this), klass_(klass) {} in JSRefConvertReftypeArray() function