You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure, but I think that is because toString is a property with getter (when we want to call it we use obj.toString instead of obj.toString()). Consequently there is not overrided toString method in ProtoClass.
But it works fine on Node.js v12.14.0.
The text was updated successfully, but these errors were encountered:
This line cause "TypeError: clazz is not a constructor" exception:
Mixin/JavaScript/7-build.js
Line 116 in 5339cb1
I'm not sure, but I think that is because toString is a property with getter (when we want to call it we use
obj.toString
instead ofobj.toString()
). Consequently there is not overrided toString method in ProtoClass.But it works fine on Node.js
v12.14.0
.The text was updated successfully, but these errors were encountered: