Home
last modified time | relevance | path

Searched refs:is_writable (Results 1 – 6 of 6) sorted by relevance

/civetweb-2.7.6/src/third_party/duktape-1.8.0/src-separate/
Dduk_hobject_props.c5025 duk_bool_t is_writable; in duk_hobject_define_property_helper() local
5052 is_writable = (defprop_flags & DUK_DEFPROP_WRITABLE); in duk_hobject_define_property_helper()
5074 (long) has_writable, (long) is_writable, in duk_hobject_define_property_helper()
5127 if (has_writable && !is_writable) { in duk_hobject_define_property_helper()
5129 is_writable = 1; in duk_hobject_define_property_helper()
5239 if (has_writable && is_writable) { in duk_hobject_define_property_helper()
5337 if (is_writable) { in duk_hobject_define_property_helper()
5525 if (!(curr.flags & DUK_PROPDESC_FLAG_WRITABLE) && has_writable && is_writable) { in duk_hobject_define_property_helper()
5571 if (is_writable) { in duk_hobject_define_property_helper()
5793 if (has_writable && !is_writable) { in duk_hobject_define_property_helper()
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src-separate/
Dduk_hobject_props.c5029 duk_bool_t is_writable; in duk_hobject_define_property_helper() local
5056 is_writable = (defprop_flags & DUK_DEFPROP_WRITABLE); in duk_hobject_define_property_helper()
5078 (long) has_writable, (long) is_writable, in duk_hobject_define_property_helper()
5131 if (has_writable && !is_writable) { in duk_hobject_define_property_helper()
5133 is_writable = 1; in duk_hobject_define_property_helper()
5243 if (has_writable && is_writable) { in duk_hobject_define_property_helper()
5341 if (is_writable) { in duk_hobject_define_property_helper()
5529 if (!(curr.flags & DUK_PROPDESC_FLAG_WRITABLE) && has_writable && is_writable) { in duk_hobject_define_property_helper()
5575 if (is_writable) { in duk_hobject_define_property_helper()
5797 if (has_writable && !is_writable) { in duk_hobject_define_property_helper()
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src-noline/
Dduktape.c52114 duk_bool_t is_writable; local
52141 is_writable = (defprop_flags & DUK_DEFPROP_WRITABLE);
52163 (long) has_writable, (long) is_writable,
52216 if (has_writable && !is_writable) {
52218 is_writable = 1;
52328 if (has_writable && is_writable) {
52426 if (is_writable) {
52614 if (!(curr.flags & DUK_PROPDESC_FLAG_WRITABLE) && has_writable && is_writable) {
52660 if (is_writable) {
52882 if (has_writable && !is_writable) {
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src/
Dduktape.c52464 duk_bool_t is_writable; local
52491 is_writable = (defprop_flags & DUK_DEFPROP_WRITABLE);
52513 (long) has_writable, (long) is_writable,
52566 if (has_writable && !is_writable) {
52568 is_writable = 1;
52678 if (has_writable && is_writable) {
52776 if (is_writable) {
52964 if (!(curr.flags & DUK_PROPDESC_FLAG_WRITABLE) && has_writable && is_writable) {
53010 if (is_writable) {
53232 if (has_writable && !is_writable) {
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src/
Dduktape.c52217 duk_bool_t is_writable; local
52244 is_writable = (defprop_flags & DUK_DEFPROP_WRITABLE);
52266 (long) has_writable, (long) is_writable,
52319 if (has_writable && !is_writable) {
52321 is_writable = 1;
52431 if (has_writable && is_writable) {
52529 if (is_writable) {
52717 if (!(curr.flags & DUK_PROPDESC_FLAG_WRITABLE) && has_writable && is_writable) {
52763 if (is_writable) {
52985 if (has_writable && !is_writable) {
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src-noline/
Dduktape.c52361 duk_bool_t is_writable; local
52388 is_writable = (defprop_flags & DUK_DEFPROP_WRITABLE);
52410 (long) has_writable, (long) is_writable,
52463 if (has_writable && !is_writable) {
52465 is_writable = 1;
52575 if (has_writable && is_writable) {
52673 if (is_writable) {
52861 if (!(curr.flags & DUK_PROPDESC_FLAG_WRITABLE) && has_writable && is_writable) {
52907 if (is_writable) {
53129 if (has_writable && !is_writable) {