Searched refs:JS_PROP_INT32_DEF (Results 1 – 3 of 3) sorted by relevance
/third_party/quickjs/ |
D | quickjs-libc.c | 1468 #define DEF(x) JS_PROP_INT32_DEF(#x, x, JS_PROP_CONFIGURABLE ) 1505 JS_PROP_INT32_DEF("SEEK_SET", SEEK_SET, JS_PROP_CONFIGURABLE ), 1506 JS_PROP_INT32_DEF("SEEK_CUR", SEEK_CUR, JS_PROP_CONFIGURABLE ), 1507 JS_PROP_INT32_DEF("SEEK_END", SEEK_END, JS_PROP_CONFIGURABLE ), 3533 #define OS_FLAG(x) JS_PROP_INT32_DEF(#x, x, JS_PROP_CONFIGURABLE )
|
D | quickjs.h | 1024 #define JS_PROP_INT32_DEF(name, val, prop_flags) { name, prop_flags, JS_DEF_PROP_INT32, 0, .u = { .… macro
|
D | quickjs.c | 41551 JS_PROP_INT32_DEF("length", 0, JS_PROP_CONFIGURABLE ), 50143 JS_PROP_INT32_DEF("RNDN", BF_RNDN, 0 ), 50144 JS_PROP_INT32_DEF("RNDZ", BF_RNDZ, 0 ), 50145 JS_PROP_INT32_DEF("RNDU", BF_RNDU, 0 ), 50146 JS_PROP_INT32_DEF("RNDD", BF_RNDD, 0 ), 50147 JS_PROP_INT32_DEF("RNDNA", BF_RNDNA, 0 ), 50148 JS_PROP_INT32_DEF("RNDA", BF_RNDA, 0 ), 50149 JS_PROP_INT32_DEF("RNDF", BF_RNDF, 0 ), 50150 JS_PROP_INT32_DEF("precMin", BF_PREC_MIN, 0 ), 50152 JS_PROP_INT32_DEF("expBitsMin", BF_EXP_BITS_MIN, 0 ), [all …]
|