Home
last modified time | relevance | path

Searched refs:finally_type (Results 1 – 2 of 2) sorted by relevance

/third_party/jerryscript/jerry-core/vm/
Dvm-stack.c162 vm_stack_context_type_t finally_type, /**< searching this finally */ in vm_stack_find_finally() argument
167 JERRY_ASSERT (finally_type <= VM_CONTEXT_FINALLY_RETURN); in vm_stack_find_finally()
169 if (finally_type != VM_CONTEXT_FINALLY_JUMP) in vm_stack_find_finally()
221 if (finally_type == VM_CONTEXT_FINALLY_THROW) in vm_stack_find_finally()
274 vm_stack_top_p[-1] = VM_CREATE_CONTEXT ((uint32_t) finally_type, branch_offset); in vm_stack_find_finally()
Dvm-stack.h103 vm_stack_context_type_t finally_type, uint32_t search_limit);