Home
last modified time | relevance | path

Searched refs:context_end (Results 1 – 2 of 2) 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()
/third_party/boost/tools/bcp/
Dscan_licence.cpp207 fileview::const_iterator context_end = in scan_license() local
221 before_conversion += html_escape(end_of_license, context_end); in scan_license()
234 after_conversion += html_escape(end_of_license, context_end); in scan_license()