Lines Matching defs:child
100 * Get the child of given handle scope.
101 * If the given handle scope is in heap chain list, its child must be in heap chain list too;
102 * if the given handle scope is the last one of prelist, its child must be the first item of chain list;
106 * @returns the child of the given scope.
121 jerryx_handle_scope_dynamic_t *child = ((jerryx_handle_scope_dynamic_t *) scope)->child;
122 return (jerryx_handle_scope_t *) child;
161 dy_scope->child = NULL;
167 dy_current->child = dy_scope;
212 jerryx_handle_scope_pool.start = dy_scope->child;
216 dy_scope->parent->child = dy_scope->child;