Handle static methods
francisbouvier opened this issue · 1 comments
francisbouvier commented
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.
krichprollsch commented
I have found also URL.parse
and URL.canParse
https://url.spec.whatwg.org/#url-class