Cocos2d-x v3 seems to have the Spidermonkey VM built in.
In a Cocos2d-x c++ project, how does one access the VM, to evaluate javascript expressions in it ?
I couldn't find any documentation about this - there is documentation about how to create javascript projects, but not about how to just access the VM in isolation from a C++ project.