IdaJS
    Preparing search index...

    Variable registerCoroutine

    registerCoroutine: (name: string, coroutine: CoroutineFunction) => void

    Registers a coroutine generator with the given name. All coroutines must be registered before using them.

    Type Declaration