Lines Matching refs:idx
55 for (size_t idx = 0; idx < prelist_handle_count; idx++)
57 jerry_release_value (scope->handle_prelist[idx]);
122 * @param idx - expected index of the handle in the scope's prelist.
126 jerryx_hand_scope_escape_handle_from_prelist (jerryx_handle_scope scope, size_t idx)
128 jerry_value_t jval = scope->handle_prelist[idx];
133 scope->handle_prelist[idx] = handle->jval;
138 if (idx < JERRYX_HANDLE_PRELIST_SIZE - 1)
140 scope->handle_prelist[idx] = scope->handle_prelist[scope->prelist_handle_count - 1];