Home
last modified time | relevance | path

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

/AliOS-Things-master/components/amp/engine/duktape_engine/
A Dbe_module_node.c97 duk_def_prop(ctx, -3, DUK_DEFPROP_HAVE_VALUE | DUK_DEFPROP_FORCE); in duk__eval_module_source()
222 duk_def_prop(ctx, -3, DUK_DEFPROP_HAVE_VALUE); in duk__push_require_function()
315 DUK_DEFPROP_HAVE_VALUE | DUK_DEFPROP_SET_WRITABLE | in be_module_node_init()
/AliOS-Things-master/components/amp/engine/duktape_engine/duktape/
A Dduktape.h383 #define DUK_DEFPROP_HAVE_VALUE (1U << 6) /* set value (given on value stack) */ macro
A Dduktape.c23256 is_data_desc = flags & (DUK_DEFPROP_HAVE_VALUE | DUK_DEFPROP_HAVE_WRITABLE); in duk_def_prop()
23291 if (flags & DUK_DEFPROP_HAVE_VALUE) { in duk_def_prop()
40867 duk_def_prop(thr, -3, DUK_DEFPROP_HAVE_VALUE | in duk__error_setter_helper()
67576 defprop_flags |= DUK_DEFPROP_HAVE_VALUE;
67727 has_value = (defprop_flags & DUK_DEFPROP_HAVE_VALUE);
69446 DUK_DEFPROP_HAVE_VALUE |
69521 defprop_flags &= ~(DUK_DEFPROP_HAVE_VALUE | DUK_DEFPROP_HAVE_WRITABLE);
69673 DUK_DEFPROP_HAVE_VALUE |
86491 duk_def_prop(thr, obj_idx, DUK_DEFPROP_HAVE_VALUE |

Completed in 302 milliseconds