Distributive-Network / PythonMonkey

A Mozilla SpiderMonkey JavaScript engine embedded into the Python VM, using the Python engine to provide the JS host environment.
https://pythonmonkey.io
Other
854 stars 40 forks source link

Objects now use prototype defaults #397

Closed philippedistributive closed 3 months ago

philippedistributive commented 4 months ago

Object types such as Dict now use the Object.prototype defaults for toString, toLocaleString and valueOf

closes https://github.com/Distributive-Network/PythonMonkey/issues/396