Searched refs:jerryx_escape_handle (Results 1 – 7 of 7) sorted by relevance
/third_party/jerryscript/tests/unit-ext/ |
D | test-ext-handle-scope-escape.c | 48 jerryx_escape_handle (scope, obj, &escaped); in create_object()
|
D | test-ext-handle-scope-handle-prelist-escape.c | 56 jerryx_escape_handle (scope, obj, &escaped); in create_object()
|
D | test-ext-handle-scope-handle-prelist.c | 56 jerryx_escape_handle (scope, obj, &escaped); in create_object()
|
D | test-ext-handle-scope-nested.c | 61 jerryx_handle_scope_status status = jerryx_escape_handle (scope, obj, &escaped); in create_object_nested()
|
/third_party/jerryscript/docs/ |
D | 14.EXT-REFERENCE-HANDLE-SCOPE.md | 54 … 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/ |
D | handle-scope.h | 104 jerryx_escape_handle (jerryx_escapable_handle_scope scope,
|
/third_party/jerryscript/jerry-ext/handle-scope/ |
D | handle-scope.c | 274 jerryx_escape_handle (jerryx_escapable_handle_scope scope, in jerryx_escape_handle() function
|