Home
last modified time | relevance | path

Searched refs:IsBigInt (Results 1 - 6 of 6) sorted by relevance

/foundation/distributeddatamgr/preferences/frameworks/native/src/
H A Dpreferences_utils.cpp65 if (value.IsBigInt()) { in CheckValue()
H A Dpreferences_value.cpp174 bool PreferencesValue::IsBigInt() const in IsBigInt() function in OHOS::NativePreferences::PreferencesValue
H A Dpreferences_value_parcel.cpp49 } else if (value.IsBigInt()) { in GetTypeIndex()
/foundation/distributeddatamgr/preferences/interfaces/inner_api/include/
H A Dpreferences_value.h273 PREF_API_EXPORT bool IsBigInt() const;
/foundation/arkui/napi/native_engine/
H A Dnative_api.cpp593 } else if (valueObj->IsBigInt(vm)) { in napi_typeof()
1173 nativeValue->IsBigInt(vm); in napi_is_sendable()
3389 RETURN_STATUS_IF_FALSE(env, nativeValue->IsBigInt(vm), napi_bigint_expected); in napi_get_value_bigint_int64()
3407 RETURN_STATUS_IF_FALSE(env, nativeValue->IsBigInt(vm), napi_bigint_expected); in napi_get_value_bigint_uint64()
3614 if (object->IsBigInt(vm)) { in napi_check_object_type_tag()
3731 RETURN_STATUS_IF_FALSE(env, nativeValue->IsBigInt(vm), napi_object_expected); in napi_get_value_bigint_words()
/foundation/arkui/napi/interfaces/inner_api/cjffi/ark_interop/
H A Dark_interop_napi.cpp145 } else if (value.IsBigInt(vm)) { in ARKTS_GetValueType()

Completed in 11 milliseconds