Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/operations/
H A 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()
/third_party/jerryscript/jerry-core/ecma/base/
H A Decma-helpers.c825 ecma_property_hashmap_delete_status hashmap_status = ECMA_PROPERTY_HASHMAP_DELETE_NO_HASHMAP; in ecma_delete_property() local
836 hashmap_status = ECMA_PROPERTY_HASHMAP_DELETE_HAS_HASHMAP; in ecma_delete_property()
857 if (hashmap_status == ECMA_PROPERTY_HASHMAP_DELETE_HAS_HASHMAP) in ecma_delete_property()
859 hashmap_status = ecma_property_hashmap_delete (object_p, in ecma_delete_property()
875 if (hashmap_status == ECMA_PROPERTY_HASHMAP_DELETE_RECREATE_HASHMAP) in ecma_delete_property()
898 if (hashmap_status == ECMA_PROPERTY_HASHMAP_DELETE_RECREATE_HASHMAP) in ecma_delete_property()

Completed in 4 milliseconds