JITFunction.newBlock

Create a new JITBlock. The name can be null, or you can give it a meaningful name, which may show up in dumps of the internal representation, and in error messages.

  1. JITBlock newBlock()
  2. JITBlock newBlock(string name)
    class JITFunction
    final
    newBlock
    (
    string name
    )

Meta