quickjs
quickjs copied to clipboard
Implement Object.(get|set), make Object.set support callables, deprecate Context.(get|set|add_callable)
Extended alternative to #81:
Object.getandObject.setare implemented;Object.setsupports callables, merging in the code fromContext.add_callable;Context.get_globalis implemented;Context.get,Context.set,Context.add_callableare reimplemented usingContext.get_globalandObject.get/Object.setand are marked as deprecated.
The global part was implemented in #104 as a property.