Home
last modified time | relevance | path

Searched refs:DUK_PROPDESC_IS_WRITABLE (Results 1 – 8 of 8) sorted by relevance

/civetweb-2.7.6/src/third_party/duktape-1.8.0/src-separate/
Dduk_hobject.h535 #define DUK_PROPDESC_IS_WRITABLE(p) (((p)->flags & DUK_PROPDESC_FLAG_WRITABLE) != 0) macro
Dduk_hobject_props.c4824 duk_push_boolean(ctx, DUK_PROPDESC_IS_WRITABLE(&pd)); in duk_hobject_object_get_own_property_descriptor()
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src-separate/
Dduk_hobject.h535 #define DUK_PROPDESC_IS_WRITABLE(p) (((p)->flags & DUK_PROPDESC_FLAG_WRITABLE) != 0) macro
Dduk_hobject_props.c4828 duk_push_boolean(ctx, DUK_PROPDESC_IS_WRITABLE(&pd)); in duk_hobject_object_get_own_property_descriptor()
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src-noline/
Dduktape.c5149 #define DUK_PROPDESC_IS_WRITABLE(p) (((p)->flags & DUK_PROPDESC_FLAG_WRITABLE) != 0) macro
51913 duk_push_boolean(ctx, DUK_PROPDESC_IS_WRITABLE(&pd));
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src/
Dduktape.c5172 #define DUK_PROPDESC_IS_WRITABLE(p) (((p)->flags & DUK_PROPDESC_FLAG_WRITABLE) != 0) macro
52263 duk_push_boolean(ctx, DUK_PROPDESC_IS_WRITABLE(&pd));
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src/
Dduktape.c5167 #define DUK_PROPDESC_IS_WRITABLE(p) (((p)->flags & DUK_PROPDESC_FLAG_WRITABLE) != 0) macro
52016 duk_push_boolean(ctx, DUK_PROPDESC_IS_WRITABLE(&pd));
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src-noline/
Dduktape.c5154 #define DUK_PROPDESC_IS_WRITABLE(p) (((p)->flags & DUK_PROPDESC_FLAG_WRITABLE) != 0) macro
52160 duk_push_boolean(ctx, DUK_PROPDESC_IS_WRITABLE(&pd));