Skip to content

[Task]: Improve callMethod() and callFunction() to validate arguments #43785

Open
@ravinperera00

Description

@ravinperera00

Description

Add validation within the callMethod() and callFunction() methods with the Runtime API to validate the arguments that are passed in.

Ex:

function foo(string bar, int baz = 5) {}

The above function, when called, should have at least one argument passed to it. Additionally, the argument should also be of the appropriate data type (a string in this case).

Describe your task(s)

No response

Related area

-> Runtime

Related issue(s) (optional)

No response

Suggested label(s) (optional)

No response

Suggested assignee(s) (optional)

No response

Metadata

Metadata

Assignees

Labels

Team/jBallerinaAll the issues related to BIR, JVM backend code generation and runtimeType/Task

Type

No type

Projects

Status

PR Sent

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions