Home
last modified time | relevance | path

Searched refs:valueTypes (Results 1 – 2 of 2) sorted by relevance

/foundation/communication/netmanager_base/frameworks/js/napi/common/
Dnapi_common.cpp207 napi_env env, const napi_value parameters[], std::initializer_list<napi_valuetype> valueTypes) in MatchParameters() argument
213 for (auto beg = valueTypes.begin(); beg != valueTypes.end(); ++beg) { in MatchParameters()
Dnapi_common.h90 … napi_env env, const napi_value parameters[], std::initializer_list<napi_valuetype> valueTypes);