Home
last modified time | relevance | path

Searched refs:hashmap_status (Results 1 – 2 of 2) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/base/
Decma-helpers.c820 ecma_property_hashmap_delete_status hashmap_status = ECMA_PROPERTY_HASHMAP_DELETE_NO_HASHMAP; in ecma_delete_property() local
831 hashmap_status = ECMA_PROPERTY_HASHMAP_DELETE_HAS_HASHMAP; in ecma_delete_property()
852 if (hashmap_status == ECMA_PROPERTY_HASHMAP_DELETE_HAS_HASHMAP) in ecma_delete_property()
854 hashmap_status = ecma_property_hashmap_delete (object_p, in ecma_delete_property()
870 if (hashmap_status == ECMA_PROPERTY_HASHMAP_DELETE_RECREATE_HASHMAP) in ecma_delete_property()
893 if (hashmap_status == ECMA_PROPERTY_HASHMAP_DELETE_RECREATE_HASHMAP) in ecma_delete_property()
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-array-object.c861 ecma_property_hashmap_delete_status hashmap_status = ECMA_PROPERTY_HASHMAP_DELETE_NO_HASHMAP; in ecma_delete_array_properties() local
868 hashmap_status = ECMA_PROPERTY_HASHMAP_DELETE_HAS_HASHMAP; in ecma_delete_array_properties()
892 if (hashmap_status == ECMA_PROPERTY_HASHMAP_DELETE_HAS_HASHMAP) in ecma_delete_array_properties()
894 hashmap_status = ecma_property_hashmap_delete (object_p, in ecma_delete_array_properties()
931 if (hashmap_status == ECMA_PROPERTY_HASHMAP_DELETE_RECREATE_HASHMAP) in ecma_delete_array_properties()