Lines Matching refs:parent
67 * Get the parent of given handle scope.
68 * If given handle scope is in prelist, the parent must be in prelist too;
69 * if given is the first item of heap chain list, the parent must be the last one of prelist;
70 * the parent must be in chain list otherwise.
73 * @returns - the parent of the given scope.
89 jerryx_handle_scope_dynamic_t *parent = dy_scope->parent;
90 return (jerryx_handle_scope_t *) parent;
166 dy_scope->parent = dy_current;
172 dy_scope->parent = NULL;
214 else if (dy_scope->parent != NULL)
216 dy_scope->parent->child = dy_scope->child;