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