Function getBridgeLoad

  • Get a count of bridged objects binned by bridge type.

    Use this in testing to ensure that all objects are properly garbage collected at the end of tests.

    Returns {
        [bridgeName: string]: number;
    }

    an object with a key per bridge type, set to the count of registered objects.

    • [bridgeName: string]: number