Lines Matching defs:entries
55 * to release the values in the entries array.
62 const jerryx_property_entry entries[]) /**< array of method entries */
67 if (entries == NULL)
72 for (; (entries[idx].name != NULL); idx++)
74 const jerryx_property_entry *entry = &entries[idx];
105 jerryx_release_property_entry (const jerryx_property_entry entries[], /**< list of property entries */
108 if (entries == NULL)
113 for (uint32_t idx = register_result.registered; entries[idx].name != NULL; idx++)
115 jerry_release_value (entries[idx].value);