Home
last modified time | relevance | path

Searched refs:jerryx_handle_scope_root (Results 1 - 1 of 1) sorted by relevance

/third_party/jerryscript/jerry-ext/handle-scope/
H A Dhandle-scope-allocator.c19 static jerryx_handle_scope_t jerryx_handle_scope_root = variable
24 static jerryx_handle_scope_t *jerryx_handle_scope_current = &jerryx_handle_scope_root;
51 return &jerryx_handle_scope_root; in jerryx_handle_scope_get_root()
78 if (scope == &jerryx_handle_scope_root) in jerryx_handle_scope_get_parent()
94 return &jerryx_handle_scope_root; in jerryx_handle_scope_get_parent()
111 if (scope == &jerryx_handle_scope_root) in jerryx_handle_scope_get_child()
196 if (scope == &jerryx_handle_scope_root) in jerryx_handle_scope_free()

Completed in 2 milliseconds