Searched defs:JS_VALUE_GET_INT (Results 1 – 1 of 1) sorted by relevance
108 #define JS_VALUE_GET_INT(v) (int)((intptr_t)(v) >> 4) macro137 #define JS_VALUE_GET_INT(v) (int)(v) macro213 #define JS_VALUE_GET_INT(v) ((v).u.int32) macro