ftk / quickjspp

QuickJS C++ wrapper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

operators binding

velkyel opened this issue · comments

Hello,
how can I bind class member operators like +, -, * etc.? Is it possible?

commented

You should check QuickJS documentation, it seems it should be possible: https://bellard.org/quickjs/jsbignum.html#Operator-overloading