ftk / quickjspp

QuickJS C++ wrapper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Get qjs::Context or qjs::Context::Module from inside a registered class.

jacobsologub opened this issue · comments

Is there currently a way to get the current qjs::Context or qjs::Context::Module from inside a registered class?

Nice work btw!