Home
last modified time | relevance | path

Searched defs:is_configurable (Results 1 - 4 of 4) sorted by relevance

/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
/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
/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.c1119 ecma_set_property_configurable_attr(ecma_property_t *property_p, bool is_configurable) ecma_set_property_configurable_attr() argument

Completed in 7 milliseconds