[quickjs-devel] How to QuickJS C API to new Function with js script code ?

  • From: wenyang wu <wenyoung.wu@xxxxxxxxx>
  • To: quickjs-devel@xxxxxxxxxxxxx
  • Date: Thu, 1 Aug 2019 12:00:08 +0800

Hi,

    JS:

let func = new Function ([arg1, arg2, ...argN], functionBody);

      I want to use QuickJS C API to new a Function with js script code.
But I don't  know which API is suitable


Regards,
Young

Other related posts: