quickjs-ng / quickjs

QuickJS, the Next Generation: a mighty JavaScript engine
MIT License
687 stars 66 forks source link

fix: nested member access in JS_NAN #422

Closed neko-para closed 3 weeks ago

neko-para commented 3 weeks ago

Similar to implementation of JS_MKVAL and JS_MKPTR, using a C++ compatible initialization.