Searched refs:JS_VALUE_GET_FLOAT64 (Results 1 – 2 of 2) sorted by relevance
110 #define JS_VALUE_GET_FLOAT64(v) (double)JS_VALUE_GET_INT(v) macro146 static inline double JS_VALUE_GET_FLOAT64(JSValue v) in JS_VALUE_GET_FLOAT64() function215 #define JS_VALUE_GET_FLOAT64(v) ((v).u.float64) macro
9980 double d = JS_VALUE_GET_FLOAT64(val); in JS_ToBoolFree()10541 d = JS_VALUE_GET_FLOAT64(val); in __JS_ToFloat64Free()10572 *pres = JS_VALUE_GET_FLOAT64(val); in JS_ToFloat64Free()10606 double d = JS_VALUE_GET_FLOAT64(val); in JS_ToIntegerFree()10673 double d = JS_VALUE_GET_FLOAT64(val); in JS_ToInt32SatFree()10747 double d = JS_VALUE_GET_FLOAT64(val); in JS_ToInt64SatFree()10820 d = JS_VALUE_GET_FLOAT64(val); in JS_ToInt64Free()10894 d = JS_VALUE_GET_FLOAT64(val); in JS_ToInt32Free()10966 double d = JS_VALUE_GET_FLOAT64(val); in JS_ToUint8ClampFree()11044 d = JS_VALUE_GET_FLOAT64(val); in JS_ToArrayLengthFree()[all …]