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

Support console printing of iterable proxy #391

Closed philippedistributive closed 4 months ago

philippedistributive commented 4 months ago

Added constructor and Symbol.toPrimitive properties to Iterable proxy as required by console.log

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