Home
last modified time | relevance | path

Searched refs:has_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.c5019 duk_bool_t has_writable; in duk_hobject_define_property_helper() local
5046 has_writable = (defprop_flags & DUK_DEFPROP_HAVE_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()
5203 DUK_ASSERT(!has_writable); in duk_hobject_define_property_helper()
5239 if (has_writable && is_writable) { in duk_hobject_define_property_helper()
5331 if (has_writable) { in duk_hobject_define_property_helper()
5415 DUK_ASSERT(!has_writable); in duk_hobject_define_property_helper()
5476 } else if (has_value || has_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()
[all …]
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src-separate/
Dduk_hobject_props.c5023 duk_bool_t has_writable; in duk_hobject_define_property_helper() local
5050 has_writable = (defprop_flags & DUK_DEFPROP_HAVE_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()
5207 DUK_ASSERT(!has_writable); in duk_hobject_define_property_helper()
5243 if (has_writable && is_writable) { in duk_hobject_define_property_helper()
5335 if (has_writable) { in duk_hobject_define_property_helper()
5419 DUK_ASSERT(!has_writable); in duk_hobject_define_property_helper()
5480 } else if (has_value || has_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()
[all …]
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src-noline/
Dduktape.c52108 duk_bool_t has_writable; local
52135 has_writable = (defprop_flags & DUK_DEFPROP_HAVE_WRITABLE);
52163 (long) has_writable, (long) is_writable,
52216 if (has_writable && !is_writable) {
52292 DUK_ASSERT(!has_writable);
52328 if (has_writable && is_writable) {
52420 if (has_writable) {
52504 DUK_ASSERT(!has_writable);
52565 } else if (has_value || has_writable) {
52614 if (!(curr.flags & DUK_PROPDESC_FLAG_WRITABLE) && has_writable && is_writable) {
[all …]
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src/
Dduktape.c52458 duk_bool_t has_writable; local
52485 has_writable = (defprop_flags & DUK_DEFPROP_HAVE_WRITABLE);
52513 (long) has_writable, (long) is_writable,
52566 if (has_writable && !is_writable) {
52642 DUK_ASSERT(!has_writable);
52678 if (has_writable && is_writable) {
52770 if (has_writable) {
52854 DUK_ASSERT(!has_writable);
52915 } else if (has_value || has_writable) {
52964 if (!(curr.flags & DUK_PROPDESC_FLAG_WRITABLE) && has_writable && is_writable) {
[all …]
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src/
Dduktape.c52211 duk_bool_t has_writable; local
52238 has_writable = (defprop_flags & DUK_DEFPROP_HAVE_WRITABLE);
52266 (long) has_writable, (long) is_writable,
52319 if (has_writable && !is_writable) {
52395 DUK_ASSERT(!has_writable);
52431 if (has_writable && is_writable) {
52523 if (has_writable) {
52607 DUK_ASSERT(!has_writable);
52668 } else if (has_value || has_writable) {
52717 if (!(curr.flags & DUK_PROPDESC_FLAG_WRITABLE) && has_writable && is_writable) {
[all …]
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src-noline/
Dduktape.c52355 duk_bool_t has_writable; local
52382 has_writable = (defprop_flags & DUK_DEFPROP_HAVE_WRITABLE);
52410 (long) has_writable, (long) is_writable,
52463 if (has_writable && !is_writable) {
52539 DUK_ASSERT(!has_writable);
52575 if (has_writable && is_writable) {
52667 if (has_writable) {
52751 DUK_ASSERT(!has_writable);
52812 } else if (has_value || has_writable) {
52861 if (!(curr.flags & DUK_PROPDESC_FLAG_WRITABLE) && has_writable && is_writable) {
[all …]