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

    an object with a key per bridge type, containing the number of registered objects.

    Returns {
        [bridgeName: string]: number;
    }

    • [bridgeName: string]: number