Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/vm/
Dvm-stack.c177 uint32_t context_end = VM_GET_CONTEXT_END (vm_stack_top_p[-1]); in vm_stack_find_finally() local
179 if (search_limit < context_end) in vm_stack_find_finally()
192 if (search_limit == context_end) in vm_stack_find_finally()
208 byte_code_p = frame_ctx_p->byte_code_start_p + context_end; in vm_stack_find_finally()