Open
Open
@francisbouvier

Description

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

For example:

Document..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.