Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/base/
H A Decma-property-hashmap.c379 * chain, and sets the property_found variable. */ in ecma_property_hashmap_find()
380 bool property_found = false; in ecma_property_hashmap_find() local
384 while (prop_iter_cp != JMEM_CP_NULL && !property_found) in ecma_property_hashmap_find()
400 property_found = true; in ecma_property_hashmap_find()
450 JERRY_ASSERT (property_found); in ecma_property_hashmap_find()
462 JERRY_ASSERT (!property_found); in ecma_property_hashmap_find()
502 JERRY_ASSERT (property_found); in ecma_property_hashmap_find()
515 JERRY_ASSERT (!property_found); in ecma_property_hashmap_find()

Completed in 1 milliseconds