Home
last modified time | relevance | path

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

/third_party/jerryscript/tests/unit-ext/
Dtest-ext-handle-scope-escape.c52 jerryx_close_handle_scope (scope); in create_object()
67 jerryx_close_handle_scope (scope); in test_handle_scope_val()
Dtest-ext-handle-scope-remove.c52 jerryx_close_handle_scope (scope); in create_object()
67 jerryx_close_handle_scope (scope); in test_handle_scope_val()
Dtest-ext-handle-scope-handle-prelist-escape.c59 jerryx_close_handle_scope (scope); in create_object()
74 jerryx_close_handle_scope (scope); in test_handle_scope_val()
Dtest-ext-handle-scope-handle-prelist.c59 jerryx_close_handle_scope (scope); in create_object()
74 jerryx_close_handle_scope (scope); in test_handle_scope_val()
Dtest-ext-handle-scope-nested.c66 jerryx_close_handle_scope (scope); in create_object_nested()
87 jerryx_close_handle_scope (scope); in test_handle_scope_val()
Dtest-ext-handle-scope.c53 jerryx_close_handle_scope (scope); in test_handle_scope_val()
Dtest-ext-handle-scope-root.c56 jerryx_close_handle_scope (root); in test_handle_scope_val()
/third_party/jerryscript/docs/
D14.EXT-REFERENCE-HANDLE-SCOPE.md8 …hods available to open/close scopes are `jerryx_open_handle_scope` and `jerryx_close_handle_scope`.
34 jerryx_close_handle_scope (scope);
73 jerryx_close_handle_scope (scope);
86 jerryx_close_handle_scope (scope);
/third_party/jerryscript/jerry-ext/handle-scope/
Dhandle-scope.c71 jerryx_close_handle_scope (jerryx_handle_scope scope) in jerryx_close_handle_scope() function
113 return jerryx_close_handle_scope (scope); in jerryx_close_escapable_handle_scope()
/third_party/jerryscript/jerry-ext/include/jerryscript-ext/
Dhandle-scope.h95 jerryx_close_handle_scope (jerryx_handle_scope scope);