Scope Exits
The feature draws scope exists indicators for language constructs, that cause jump out of the current scope. Such as return, exit, continue, break etc. The keywords (actually this is labels) depend on current document syntax.
On the image above, you see two different kind of scope exits, found in JavaScript code, causing existing or from current scope (continue) or from current function (return).