Searched refs:JUMP_IF_FALSE (Results 1 – 4 of 4) sorted by relevance
| /vim-8.2.3635/src/testdir/ |
| H A D | test_vim9_disassemble.vim | 634 '\d JUMP_IF_FALSE -> \d\+\_s*' .. 976 '\d JUMP_IF_FALSE -> \d\_s*' .. 1036 '2 JUMP_IF_FALSE -> 5\_s*' .. 1217 '\d\+ JUMP_IF_FALSE -> \d\+', 1239 '2 JUMP_IF_FALSE -> 5\_s*' .. 1894 '\d JUMP_IF_FALSE -> \d\+.*', 2172 '\d\+ JUMP_IF_FALSE -> \d\+\_s*' .. 2180 '\d\+ JUMP_IF_FALSE -> \d\+\_s*' .. 2222 '\d JUMP_IF_FALSE -> 6\_s*' .. 2319 '5 JUMP_IF_FALSE -> 10\_s*' .. [all …]
|
| /vim-8.2.3635/src/ |
| H A D | vim9.h | 225 JUMP_IF_FALSE, // pop and jump if false enumerator
|
| H A D | vim9execute.c | 3228 || when == JUMP_IF_FALSE in exec_instructions() 3238 if (when == JUMP_IF_FALSE in exec_instructions() 3242 if (when == JUMP_IF_FALSE || !jump) in exec_instructions() 5497 case JUMP_IF_FALSE: in list_instructions()
|
| H A D | vim9compile.c | 5550 ? JUMP_AND_KEEP_IF_TRUE : JUMP_IF_FALSE, 0); in compile_expr1() 7772 generate_JUMP(cctx, JUMP_IF_FALSE, 0); in compile_if() 7937 generate_JUMP(cctx, JUMP_IF_FALSE, 0); in compile_elseif() 8409 JUMP_IF_FALSE, cctx) == FAIL) in compile_while() 8736 if (generate_JUMP(cctx, JUMP_IF_FALSE, 0) == FAIL) in compile_catch()
|