Home
last modified time | relevance | path

Searched refs:IsSetIterator (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/commonlibrary/ets_utils/js_util_module/util/
H A Djs_types.h283 napi_value IsSetIterator(napi_env env, napi_value src) const;
H A Djs_types.cpp404 napi_value Types::IsSetIterator(napi_env env, napi_value src) const in IsSetIterator() function in OHOS::Util::Types
H A Dnative_module_util.cpp1510 static napi_value IsSetIterator(napi_env env, napi_callback_info info) in IsSetIterator() function
1520 napi_value result = object->IsSetIterator(env, args); in IsSetIterator()
1783 DECLARE_NAPI_FUNCTION("isSetIterator", IsSetIterator), in TypeofInit()
/ohos5.0/foundation/arkui/napi/native_engine/
H A Dnative_api.cpp3110 *result = nativeValue->IsSetIterator(vm); in napi_is_set_iterator()