Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hisysevent/interfaces/js/kits/napi/src/
H A Dnapi_hisysevent_util.cpp254 bool isBigIntType = IsValueTypeValid(env, val, napi_valuetype::napi_bigint); in GetLonglongTypeAttribute() local
255 if (!isNumberType && !isBigIntType) { in GetLonglongTypeAttribute()