Home
last modified time | relevance | path

Searched defs:JS_VALUE_GET_BOOL (Results 1 – 4 of 4) sorted by relevance

/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/quickjs/
H A Dquickjs.h109 #define JS_VALUE_GET_BOOL(v) JS_VALUE_GET_INT(v) macro
138 #define JS_VALUE_GET_BOOL(v) (int)(v) macro
214 #define JS_VALUE_GET_BOOL(v) ((v).u.int32) macro
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/quickjs/
H A Dquickjs.h109 #define JS_VALUE_GET_BOOL(v) JS_VALUE_GET_INT(v) macro
138 #define JS_VALUE_GET_BOOL(v) (int)(v) macro
214 #define JS_VALUE_GET_BOOL(v) ((v).u.int32) macro
/dports/lang/quickjs/quickjs-2021-03-27/
H A Dquickjs.h109 #define JS_VALUE_GET_BOOL(v) JS_VALUE_GET_INT(v) macro
138 #define JS_VALUE_GET_BOOL(v) (int)(v) macro
214 #define JS_VALUE_GET_BOOL(v) ((v).u.int32) macro
/dports/games/warzone2100/warzone2100/3rdparty/quickjs/
H A Dquickjs.h115 #define JS_VALUE_GET_BOOL(v) JS_VALUE_GET_INT(v) macro
146 #define JS_VALUE_GET_BOOL(v) (int)(v) macro
224 #define JS_VALUE_GET_BOOL(v) ((v).u.int32) macro