Home
last modified time | relevance | path

Searched refs:dy_current (Results 1 – 1 of 1) sorted by relevance

/third_party/jerryscript/jerry-ext/handle-scope/
Dhandle-scope-allocator.c165 …jerryx_handle_scope_dynamic_t *dy_current = (jerryx_handle_scope_dynamic_t *) jerryx_handle_scope_… in jerryx_handle_scope_alloc() local
166 dy_scope->parent = dy_current; in jerryx_handle_scope_alloc()
167 dy_current->child = dy_scope; in jerryx_handle_scope_alloc()