JITBlock.endWithReturn

Terminate a block by adding a valueless return, for use within a function with "void" return type. This is equivalent to "return".

  1. void endWithReturn(JITLocation loc, JITRValue rvalue)
  2. void endWithReturn(JITRValue rvalue)
  3. void endWithReturn(JITLocation loc)
    class JITBlock
    final
    void
    endWithReturn
    (
    JITLocation loc = null
    )

Meta