Skip to content

Improve constructor judgments for objects requiring more than one argument in LLRT #126

@nabetti1720

Description

@nabetti1720

Describe the feature

Constructors of objects that require more than one argument, such as Request and URL, are treated as failures.

      {
        "name": "api.Request.Request",
        "info": {
          "code": "bcd.testConstructor('Request')",
          "exposure": "Window"
        },
        "result": null,
        "message": "threw TypeError: Error calling function with 0 argument(s) while 1 where expected"
      },

I think I understand where I need to correct the problem, and I would like to raise the PR after this.

Additional information

  • Would you be willing to help implement this feature?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions