(JUCE 8) QuickJS implementation missing methods

Hello,
I never now whether I should post on Github or here… Github seems more appropriate but way less reactive.

I posted on gh what I think is a pretty blocking issue for anyone using scripts :
[Bug]: (JUCE8) Can’t return an object containing methods in Javascript calls · Issue #1401 · juce-framework/JUCE (github.com)

Basically : has anyone an idea on how to pass on objects containing methods as result of native functions called from JS ?

Found a similar post here :
JUCE 8 JavascriptEngine DynamicObject::hasMethod/invokeMethod Broken - General JUCE discussion - JUCE
but not sure it’s talking about the same thing since they have custom overriding code

EDIT : Found this one which indeed is the same problem :
JUCE 8 JavascriptEngine var::isMethod() Incompatibility - General JUCE discussion - JUCE

EDIT 2 : My take is that choc::Value would need to be updated to support functions. Otherwise, a lot needs to be done in to work around it and the data flow would not be as elegant and consistent as now