|
void | s_for_up_continue (Context &k) |
| Unregistered operator to continue the up for loop from exec stack.
|
|
void | s_for_down_continue (Context &k) |
| Unregistered operator to continue the down for loop from exec stack.
|
|
auto | s_SOo_for_up () |
| Shortcut.
|
|
auto | s_SOo_for_down () |
| Shortcut.
|
|
void | s_forall_array_continue (Context &k) |
| Unregistered operator to continue the forall loop for arrays from exec stack.
|
|
void | s_forall_stack_continue (Context &k) |
| Unregistered operator to continue the forall loop for arrays from exec stack.
|
|
void | s_forall_dictionary_continue (Context &k) |
| Unregistered operator to continue the forall loop for dictionaries from exec stack.
|
|
void | s_forall_string_continue (Context &k) |
| Unregistered operator to continue the forall loop for strings from exec stack.
|
|
auto | s_SOo_forall_array () |
| Shortcut.
|
|
auto | s_SOo_forall_stack () |
| Shortcut.
|
|
auto | s_SOo_forall_dictionary () |
| Shortcut.
|
|
auto | s_SOo_forall_string () |
| Shortcut.
|
|
void | s_loop_continue (Context &k) |
| Unregistered operator to continue loop from exec stack.
|
|
auto | s_SOo_loop () |
| Shortcut.
|
|
void | s_repeat_continue (Context &k) |
| Unregistered operator to continue repeat loop from exec stack.
|
|
auto | s_SOo_repeat () |
| Shortcut.
|
|