Lines Matching defs:scope
17 * Unit test for jerry-ext/handle-scope-handle-prelist-escape.
19 * Tests escaping jerry value that holds on scope's prelist.
23 #include "jerryscript-ext/handle-scope.h"
44 jerryx_escapable_handle_scope scope;
45 jerryx_open_escapable_handle_scope (&scope);
56 jerryx_escape_handle (scope, obj, &escaped);
57 TEST_ASSERT (scope->prelist_handle_count == JERRYX_HANDLE_PRELIST_SIZE);
59 jerryx_close_handle_scope (scope);
66 jerryx_handle_scope scope;
67 jerryx_open_handle_scope (&scope);
74 jerryx_close_handle_scope (scope);