Home
last modified time | relevance | path

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

/reactos/dll/win32/jscript/
H A Dcompile.c1693 unsigned push_except, finally_off = 0, catch_off = 0, pop_except, catch_pop_except = 0; in compile_try_statement() local
1737 catch_pop_except = push_instr(ctx, OP_pop_except); in compile_try_statement()
1738 if(!catch_pop_except) in compile_try_statement()
1759 if(catch_pop_except) in compile_try_statement()
1760 instr_ptr(ctx, catch_pop_except)->u.arg[0].uint = ctx->code_off; in compile_try_statement()