Enumeration

FridaTypeCheckMode

Declaration

enum Frida.TypeCheckMode

Description [src]

Whether the compiler type-checks the project.

Members

FRIDA_TYPE_CHECK_MODE_FULL

Perform full type checking.

  • Value: 0
  • Available since: 1.0
FRIDA_TYPE_CHECK_MODE_NONE

Skip type checking.

  • Value: 1
  • Available since: 1.0