PetterS / quickjs

Thin Python wrapper of https://bellard.org/quickjs/
https://github.com/bellard/QuickJS
MIT License
177 stars 19 forks source link

Implement Object.(get|set), make Object.set support callables, deprecate Context.(get|set|add_callable) #82

Open qwenger opened 2 years ago

qwenger commented 2 years ago

Extended alternative to #81:

qwenger commented 2 years ago

The global part was implemented in #104 as a property.