Home
last modified time | relevance | path

Searched refs:DUK_DEFPROP_SET_WRITABLE (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/amp/engine/duktape_engine/
A Dbe_module_node.c315 DUK_DEFPROP_HAVE_VALUE | DUK_DEFPROP_SET_WRITABLE | in be_module_node_init()
/AliOS-Things-master/components/amp/engine/duktape_engine/duktape/
A Dduktape.h387 #define DUK_DEFPROP_SET_WRITABLE (DUK_DEFPROP_HAVE_WRITABLE | DUK_DEFPROP_WRITABLE) macro
407 #define DUK_DEFPROP_SET_W DUK_DEFPROP_SET_WRITABLE
410 #define DUK_DEFPROP_SET_WE (DUK_DEFPROP_SET_WRITABLE | DUK_DEFPROP_SET_ENUMERABLE)
411 #define DUK_DEFPROP_SET_WC (DUK_DEFPROP_SET_WRITABLE | DUK_DEFPROP_SET_CONFIGURABLE)
413 #define DUK_DEFPROP_SET_WEC (DUK_DEFPROP_SET_WRITABLE | DUK_DEFPROP_SET_ENUMERABLE | …
A Dduktape.c86493 DUK_DEFPROP_SET_WRITABLE |

Completed in 311 milliseconds