Home
last modified time | relevance | path

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

/third_party/quickjs/
Dquickjs.h588 static inline JS_BOOL JS_IsBigDecimal(JSValueConst v) in JS_IsBigDecimal() function
Dquickjs.c50331 if (JS_IsBigDecimal(this_val)) in js_thisBigDecimalValue()
50337 if (JS_IsBigDecimal(p->u.object_data)) in js_thisBigDecimalValue()