Searched refs:IsWeakMap (Results 1 – 4 of 4) sorted by relevance
355 napi_value IsWeakMap(napi_env env, napi_value src) const;
513 napi_value Types::IsWeakMap(napi_env env, napi_value src) const in IsWeakMap() function in OHOS::Util::Types
1636 static napi_value IsWeakMap(napi_env env, napi_callback_info info) in IsWeakMap() function1646 napi_value result = object->IsWeakMap(env, args); in IsWeakMap()1792 DECLARE_NAPI_FUNCTION("isWeakMap", IsWeakMap), in TypeofInit()
3255 *result = nativeValue->IsWeakMap(vm); in napi_is_weak_map()