NaBytecode.verify

Verifies a loaded bytecode, to make sure only valid instructions exist, and correct number of arguments and types are loaded No more statements should be added after this has been called

  1. bool verify(string error)
    class NaBytecode
    bool
    verify
    (
    string error
    )
  2. bool verify()

Return Value

Type: bool

true if verified without errors, false if there were errors.

Meta