filename=eval.c
macro=false
private=false
type=void
name=rb_jump_tag
params=(int tag)


初出: [[ruby-dev:4064]]

[[f:rb_load_protect]],[[f:rb_eval_string_protect]],[[f:rb_protect]]
などで捕捉した大域脱出を再生成します。

tagには上記関数の引数で受け取ったstateを指定します。

