Home
last modified time | relevance | path

Searched refs:is_configurable (Results 1 - 9 of 9) sorted by relevance

/third_party/jerryscript/tests/unit-core/
H A Dtest-api-property.cpp63 TEST_ASSERT (prop_desc.is_configurable == false); in HWTEST_F()
88 TEST_ASSERT (prop_desc.is_configurable == false); in HWTEST_F()
124 TEST_ASSERT (prop_desc.is_configurable == false); in HWTEST_F()
H A Dtest-symbol.cpp120 TEST_ASSERT (prop_desc.is_configurable == true); in HWTEST_F()
138 prop_desc.is_configurable = false; in HWTEST_F()
152 TEST_ASSERT (prop_desc.is_configurable == false); in HWTEST_F()
/third_party/jerryscript/jerry-core/ecma/operations/
H A Decma-conversion.c707 uint32_t is_configurable = (ecma_op_to_boolean (configurable_prop_value) ? ECMA_PROP_IS_CONFIGURABLE in ecma_op_to_property_descriptor() local
710 prop_desc.flags |= (uint16_t) (ECMA_PROP_IS_CONFIGURABLE_DEFINED | is_configurable); in ecma_op_to_property_descriptor()
/third_party/jerryscript/tests/unit-ext/
H A Dtest-ext-method-register.c49 prop_desc.is_configurable = false; in freeze_property()
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
H A Decma-builtin-object.c655 bool is_configurable = (prop_desc.flags & ECMA_PROP_IS_CONFIGURABLE); in ecma_builtin_object_test_integrity_level() local
662 || is_configurable) in ecma_builtin_object_test_integrity_level()
/third_party/jerryscript/jerry-core/include/
H A Djerryscript-core.h190 bool is_configurable; member
/third_party/jerryscript/jerry-core/ecma/base/
H A Decma-helpers.c1120 bool is_configurable) /**< new value for configurable flag */ in ecma_set_property_configurable_attr()
1125 if (is_configurable) in ecma_set_property_configurable_attr()
1119 ecma_set_property_configurable_attr(ecma_property_t *property_p, bool is_configurable) ecma_set_property_configurable_attr() argument
H A Decma-helpers.h472 void ecma_set_property_configurable_attr (ecma_property_t *property_p, bool is_configurable);
/third_party/jerryscript/jerry-core/api/
H A Djerry.c2575 prop_desc_p->is_configurable = false; in jerry_init_property_descriptor_fields()
2622 flags |= (uint32_t) (ECMA_PROP_IS_CONFIGURABLE_DEFINED | (prop_desc_p->is_configurable ? ECMA_PROP_IS_CONFIGURABLE in jerry_define_own_property()
2732 prop_desc_p->is_configurable = (prop_desc.flags & ECMA_PROP_IS_CONFIGURABLE) != 0; in jerry_get_own_property_descriptor()

Completed in 12 milliseconds