Home
last modified time | relevance | path

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

/reactos/dll/win32/jscript/
H A Dcompile.c1220 unsigned jmp_off; in compile_while_statement() local
1231 jmp_off = ctx->code_off; in compile_while_statement()
1259 hres = push_instr_uint(ctx, OP_jmp, jmp_off); in compile_while_statement()