Skip to content

Use "C-unwind" ABI for ObjC exception-throwing functions #7

@nvzqz

Description

@nvzqz

Functions that throw exceptions:

  • objc_exception_throw (direct)

  • objc_msgSend if:

    • The receiver does not respond to the given selector.
    • The method corresponding to the selector throws an exception.

See tracking issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions