Skip to content

Handle static methods #127

Open
Open
@francisbouvier

Description

@francisbouvier

Some methods are static, ie. can be called on the type itself, not on the instance.

For example:

Document.prototype.toString();

Right now, if the API defines a custom get_symbol_toStringTag this will leads to panic has the getter expect an instance as argument.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingfeatureNew feature or request

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions