Searched refs:isBigIntType (Results 1 – 1 of 1) sorted by relevance
254 bool isBigIntType = IsValueTypeValid(env, val, napi_valuetype::napi_bigint); in GetLonglongTypeAttribute() local255 if (!isNumberType && !isBigIntType) { in GetLonglongTypeAttribute()