Lines Matching refs:scope
63 * Inlined simple handle scope type.
67 JERRYX_HANDLE_SCOPE_FIELDS; /**< common handle scope fields */
72 * Dynamically allocated handle scope type.
76 JERRYX_HANDLE_SCOPE_FIELDS; /**< common handle scope fields */
77 jerryx_handle_scope_dynamic_t *child; /**< child dynamically allocated handle scope */
78 jerryx_handle_scope_dynamic_t *parent; /**< parent dynamically allocated handle scope */
95 jerryx_close_handle_scope (jerryx_handle_scope scope);
101 jerryx_close_escapable_handle_scope (jerryx_handle_scope scope);
104 jerryx_escape_handle (jerryx_escapable_handle_scope scope,
109 * Completely escape a handle from handle scope,
113 jerryx_remove_handle (jerryx_escapable_handle_scope scope,
121 jerryx_create_handle_in_scope (jerry_value_t jval, jerryx_handle_scope scope);
123 /** MARK: - handle-scope-allocator.c */
129 /** MARK: - END handle-scope-allocator.c */