Searched defs:strVec (Results 1 – 2 of 2) sorted by relevance
244 napi_value CreateStringArray(napi_env env, const std::vector<std::string> &strVec) in CreateStringArray()
1449 bool ParseStringVector(napi_env env, napi_value value, std::vector<std::string> &strVec) in ParseStringVector()