Searched defs:JS_VALUE_GET_PTR (Results 1 – 1 of 1) sorted by relevance
111 #define JS_VALUE_GET_PTR(v) (void *)((intptr_t)(v) & ~0xf) macro139 #define JS_VALUE_GET_PTR(v) (void *)(intptr_t)(v) macro216 #define JS_VALUE_GET_PTR(v) ((v).u.ptr) macro