Lines Matching refs:handle_ptr
41 if (prelist_handle_count == JERRYX_HANDLE_PRELIST_SIZE && scope->handle_ptr != NULL)
43 jerryx_handle_t *a_handle = scope->handle_ptr;
51 scope->handle_ptr = NULL;
129 if (scope->prelist_handle_count == JERRYX_HANDLE_PRELIST_SIZE && scope->handle_ptr != NULL)
131 jerryx_handle_t *handle = scope->handle_ptr;
132 scope->handle_ptr = handle->sibling;
208 if (scope->prelist_handle_count <= JERRYX_HANDLE_PRELIST_SIZE && scope->handle_ptr == NULL)
217 jerryx_handle_t *handle = scope->handle_ptr;
240 scope->handle_ptr = found_handle->sibling;
318 handle->sibling = scope->handle_ptr;
319 scope->handle_ptr = handle;
345 handle->sibling = scope->handle_ptr;
346 scope->handle_ptr = handle;