Home
last modified time | relevance | path

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

/base/hiviewdfx/hisysevent/interfaces/js/kits/napi/src/
Dnapi_hisysevent_util.cpp179 bool isBigIntType = IsValueTypeValid(env, propertyValue, napi_valuetype::napi_bigint); in GetLonglongTypeAttribute() local
180 if (!isNumberType && !isBigIntType) { in GetLonglongTypeAttribute()
184 if (isBigIntType) { in GetLonglongTypeAttribute()