Home
last modified time | relevance | path

Searched refs:DUK_DEFPROP_CONFIGURABLE (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/amp/engine/duktape_engine/duktape/
A Dduktape.h379 #define DUK_DEFPROP_CONFIGURABLE (1U << 2) /* set configurable (effective if DUK_DEFPRO… macro
391 #define DUK_DEFPROP_SET_CONFIGURABLE (DUK_DEFPROP_HAVE_CONFIGURABLE | DUK_DEFPROP_CONFIGURABLE)
395 #define DUK_DEFPROP_C DUK_DEFPROP_CONFIGURABLE
397 #define DUK_DEFPROP_WC (DUK_DEFPROP_WRITABLE | DUK_DEFPROP_CONFIGURABLE)
398 #define DUK_DEFPROP_EC (DUK_DEFPROP_ENUMERABLE | DUK_DEFPROP_CONFIGURABLE)
399 …OP_WEC (DUK_DEFPROP_WRITABLE | DUK_DEFPROP_ENUMERABLE | DUK_DEFPROP_CONFIGURABLE)
A Dduktape.c40870 DUK_DEFPROP_HAVE_CONFIGURABLE | DUK_DEFPROP_CONFIGURABLE); in duk__error_setter_helper()
67643 defprop_flags |= DUK_DEFPROP_HAVE_CONFIGURABLE | DUK_DEFPROP_CONFIGURABLE;
67732 is_configurable = (defprop_flags & DUK_DEFPROP_CONFIGURABLE);
69456 DUK_ASSERT(DUK_PROPDESC_FLAG_CONFIGURABLE == DUK_DEFPROP_CONFIGURABLE);
69679 DUK_ASSERT(DUK_PROPDESC_FLAG_CONFIGURABLE == DUK_DEFPROP_CONFIGURABLE);

Completed in 240 milliseconds