Searched refs:JS_PROP_INT32_DEF (Results 1 – 4 of 4) sorted by relevance
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/libc/ |
A D | quickjs_libc.c | 1560 #define DEF(x) JS_PROP_INT32_DEF(#x, x, JS_PROP_CONFIGURABLE ) 1599 JS_PROP_INT32_DEF("SEEK_SET", SEEK_SET, JS_PROP_CONFIGURABLE), 1600 JS_PROP_INT32_DEF("SEEK_CUR", SEEK_CUR, JS_PROP_CONFIGURABLE), 1601 JS_PROP_INT32_DEF("SEEK_END", SEEK_END, JS_PROP_CONFIGURABLE), 3806 #define OS_FLAG(x) JS_PROP_INT32_DEF(#x, x, JS_PROP_CONFIGURABLE )
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/ |
A D | quickjs-libc.c | 1388 #define DEF(x) JS_PROP_INT32_DEF(#x, x, JS_PROP_CONFIGURABLE ) 1422 JS_PROP_INT32_DEF("SEEK_SET", SEEK_SET, JS_PROP_CONFIGURABLE ), 1423 JS_PROP_INT32_DEF("SEEK_CUR", SEEK_CUR, JS_PROP_CONFIGURABLE ), 1424 JS_PROP_INT32_DEF("SEEK_END", SEEK_END, JS_PROP_CONFIGURABLE ), 3465 #define OS_FLAG(x) JS_PROP_INT32_DEF(#x, x, JS_PROP_CONFIGURABLE )
|
A D | quickjs.h | 998 #define JS_PROP_INT32_DEF(name, val, prop_flags) { name, prop_flags, JS_DEF_PROP_INT32, 0, .u = { .… macro
|
A D | quickjs.c | 40929 JS_PROP_INT32_DEF("length", 0, JS_PROP_CONFIGURABLE), 49553 JS_PROP_INT32_DEF("RNDN", BF_RNDN, 0), 49554 JS_PROP_INT32_DEF("RNDZ", BF_RNDZ, 0), 49555 JS_PROP_INT32_DEF("RNDU", BF_RNDU, 0), 49556 JS_PROP_INT32_DEF("RNDD", BF_RNDD, 0), 49557 JS_PROP_INT32_DEF("RNDNA", BF_RNDNA, 0), 49558 JS_PROP_INT32_DEF("RNDA", BF_RNDA, 0), 49559 JS_PROP_INT32_DEF("RNDF", BF_RNDF, 0), 49560 JS_PROP_INT32_DEF("precMin", BF_PREC_MIN, 0), 49562 JS_PROP_INT32_DEF("expBitsMin", BF_EXP_BITS_MIN, 0), [all …]
|
Completed in 114 milliseconds