Home
last modified time | relevance | path

Searched refs:CheckIfParamIsObjectType (Results 1 – 3 of 3) sorted by relevance

/base/location/interfaces/inner_api/include/
Dnapi_util.h89 bool CheckIfParamIsObjectType(napi_env env, napi_value param);
/base/location/frameworks/js/napi/source/
Dlocation_napi_adapter.cpp1007 if (argc > PARAM1 || (argc == PARAM1 && !CheckIfParamIsObjectType(env, argv[PARAM0]))) { in CreateReverseGeocodeAsyncContext()
/base/location/frameworks/native/source/
Dnapi_util.cpp1017 bool CheckIfParamIsObjectType(napi_env env, napi_value param) in CheckIfParamIsObjectType() function