Home
last modified time | relevance | path

Searched refs:jerryx_handle_scope_get_current (Results 1 – 4 of 4) sorted by relevance

/third_party/jerryscript/tests/unit-ext/
Dtest-ext-handle-scope-nested.c57 TEST_ASSERT (jerryx_handle_scope_get_current () == scope); in create_object_nested()
82 TEST_ASSERT (jerryx_handle_scope_get_current () == scope); in test_handle_scope_val()
/third_party/jerryscript/jerry-ext/include/jerryscript-ext/
Dhandle-scope.h125 jerryx_handle_scope_get_current (void);
/third_party/jerryscript/jerry-ext/handle-scope/
Dhandle-scope-allocator.c40 jerryx_handle_scope_get_current (void) in jerryx_handle_scope_get_current() function
Dhandle-scope.c360 return jerryx_create_handle_in_scope (jval, jerryx_handle_scope_get_current ()); in jerryx_create_handle()