Searched refs:functionMap (Results 1 – 2 of 2) sorted by relevance
374 static const std::unordered_map<NWebValue::Type, ConvertNWebToNapiValueHandler> functionMap = { in ConvertNWebToNapiValue() local386 auto it = functionMap.find(type); in ConvertNWebToNapiValue()387 if (it == functionMap.end()) { in ConvertNWebToNapiValue()
1177 static const std::unordered_map<napi_valuetype, SetArrayHandler> functionMap = { in SetArray() local1185 auto it = functionMap.find(valueType); in SetArray()1186 if (it == functionMap.end()) { in SetArray()