Searched refs:tempHandler (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/base/msdp/device_status/frameworks/js/napi/interaction/coordination/src/ |
H A D | js_util.cpp | 164 napi_value tempHandler = nullptr; in IsSameHandle() local 165 CHKRF_SCOPE(env, napi_get_reference_value(env, ref, &tempHandler), GET_REFERENCE_VALUE, scope); in IsSameHandle() 167 CHKRF_SCOPE(env, napi_strict_equals(env, handle, tempHandler, &isEqual), STRICT_EQUALS, scope); in IsSameHandle()
|