Home
last modified time | relevance | path

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

/third_party/jerryscript/tests/unit-ext/
Dtest-ext-handle-scope-escape.c48 jerryx_escape_handle (scope, obj, &escaped); in create_object()
Dtest-ext-handle-scope-handle-prelist-escape.c56 jerryx_escape_handle (scope, obj, &escaped); in create_object()
Dtest-ext-handle-scope-handle-prelist.c56 jerryx_escape_handle (scope, obj, &escaped); in create_object()
Dtest-ext-handle-scope-nested.c61 jerryx_handle_scope_status status = jerryx_escape_handle (scope, obj, &escaped); in create_object_nested()
/third_party/jerryscript/docs/
D14.EXT-REFERENCE-HANDLE-SCOPE.md54 … method available to escape an object from been release at current scope is `jerryx_escape_handle`.
72 jerryx_escape_handle(scope, obj, &escaped_obj);
/third_party/jerryscript/jerry-ext/include/jerryscript-ext/
Dhandle-scope.h104 jerryx_escape_handle (jerryx_escapable_handle_scope scope,
/third_party/jerryscript/jerry-ext/handle-scope/
Dhandle-scope.c274 jerryx_escape_handle (jerryx_escapable_handle_scope scope, in jerryx_escape_handle() function