Home
last modified time | relevance | path

Searched refs:STM_BREAK (Results 1 – 9 of 9) sorted by path

/dports/graphics/aseprite/aseprite-1.2.9/third_party/mujs/
H A Djscompile.c742 if (jump->type == STM_BREAK) in labeljumps()
831 if (T == STM_RETURN || T == STM_BREAK || (T == STM_CONTINUE && target != node)) { in cexit()
844 if (T == STM_BREAK || (T == STM_CONTINUE && target != node)) in cexit()
1129 case STM_BREAK: in cstm()
1140 cexit(J, F, STM_BREAK, stm, target); in cstm()
1141 addjump(J, F, STM_BREAK, target, emitjump(J, F, OP_JUMP)); in cstm()
H A Djsdump.c599 case STM_BREAK: in pstm()
H A Djsparse.h104 STM_BREAK, enumerator
/dports/graphics/mupdf/mupdf-1.18.0-source/thirdparty/mujs/
H A Djscompile.c824 if (jump->type == STM_BREAK) in labeljumps()
917 if (T == STM_RETURN || T == STM_BREAK || (T == STM_CONTINUE && target != node)) { in cexit()
930 if (T == STM_BREAK || (T == STM_CONTINUE && target != node)) in cexit()
1234 case STM_BREAK: in cstm()
1245 cexit(J, F, STM_BREAK, stm, target); in cstm()
1247 addjump(J, F, STM_BREAK, target, emitjump(J, F, OP_JUMP)); in cstm()
H A Djsdump.c604 case STM_BREAK: in pstm()
H A Djsparse.h104 STM_BREAK, enumerator
/dports/lang/mujs/mujs-1.2.0/
H A Djscompile.c802 if (jump->type == STM_BREAK) in labeljumps()
897 if (T == STM_RETURN || T == STM_BREAK || (T == STM_CONTINUE && target != node)) { in cexit()
910 if (T == STM_BREAK || (T == STM_CONTINUE && target != node)) in cexit()
1214 case STM_BREAK: in cstm()
1225 cexit(J, F, STM_BREAK, stm, target); in cstm()
1227 addjump(J, F, STM_BREAK, target, emitjump(J, F, OP_JUMP)); in cstm()
H A Djsdump.c609 case STM_BREAK: in pstm()
H A Djsparse.h104 STM_BREAK, enumerator