Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-ext/handle-scope/
Dhandle-scope.c26 jerryx_open_handle_scope (jerryx_handle_scope *result) in jerryx_open_handle_scope()
38 jerryx_handle_scope_release_handles (jerryx_handle_scope scope) in jerryx_handle_scope_release_handles()
71 jerryx_close_handle_scope (jerryx_handle_scope scope) in jerryx_close_handle_scope()
76 jerryx_handle_scope a_scope = scope; in jerryx_close_handle_scope()
80 jerryx_handle_scope child = jerryx_handle_scope_get_child (a_scope); in jerryx_close_handle_scope()
97 jerryx_open_escapable_handle_scope (jerryx_handle_scope *result) in jerryx_open_escapable_handle_scope()
111 jerryx_close_escapable_handle_scope (jerryx_handle_scope scope) in jerryx_close_escapable_handle_scope()
126 jerryx_hand_scope_escape_handle_from_prelist (jerryx_handle_scope scope, size_t idx) in jerryx_hand_scope_escape_handle_from_prelist()
167 jerryx_handle_scope parent = jerryx_handle_scope_get_parent (scope); in jerryx_escape_handle_internal()
306 jerryx_handle_scope_add_handle_to (jerryx_handle_t *handle, jerryx_handle_scope scope) in jerryx_handle_scope_add_handle_to()
[all …]
Dhandle-scope-internal.h71 jerryx_handle_scope_release_handles (jerryx_handle_scope scope);
74 jerryx_hand_scope_escape_handle_from_prelist (jerryx_handle_scope scope, size_t idx);
77 jerryx_handle_scope_add_handle_to (jerryx_handle_t *handle, jerryx_handle_scope scope);
/third_party/jerryscript/jerry-ext/include/jerryscript-ext/
Dhandle-scope.h60 typedef jerryx_handle_scope_t *jerryx_handle_scope; typedef
92 jerryx_open_handle_scope (jerryx_handle_scope *result);
95 jerryx_close_handle_scope (jerryx_handle_scope scope);
98 jerryx_open_escapable_handle_scope (jerryx_handle_scope *result);
101 jerryx_close_escapable_handle_scope (jerryx_handle_scope scope);
121 jerryx_create_handle_in_scope (jerry_value_t jval, jerryx_handle_scope scope);
/third_party/jerryscript/docs/
D14.EXT-REFERENCE-HANDLE-SCOPE.md3 ## jerryx_handle_scope section in Handle Scope
30 jerryx_handle_scope scope;
82 jerryx_handle_scope scope;
/third_party/jerryscript/tests/unit-ext/
Dtest-ext-handle-scope.c49 jerryx_handle_scope scope; in test_handle_scope_val()
Dtest-ext-handle-scope-escape.c59 jerryx_handle_scope scope; in test_handle_scope_val()
Dtest-ext-handle-scope-remove.c59 jerryx_handle_scope scope; in test_handle_scope_val()
Dtest-ext-handle-scope-handle-prelist-escape.c66 jerryx_handle_scope scope; in test_handle_scope_val()
Dtest-ext-handle-scope-handle-prelist.c66 jerryx_handle_scope scope; in test_handle_scope_val()
Dtest-ext-handle-scope-nested.c73 jerryx_handle_scope scope; in test_handle_scope_val()