Re: [Development] JS Engine: callAsConstructor vs. virtualCallAsConstructor

2018-08-04 Thread Lars Knoll
On 4 Aug 2018, at 11:39, Valery Kotov mailto:kotov.val...@gmail.com>> wrote: Hello Lars, Got it. Thank you for the explanation! Just a small question to see that I got it correctly. Then virtuallCall means the same but for JavaScript function invocation, does not it? And if I would like to ca

[Development] Coin maintenance notification

2018-08-04 Thread Aapo Keskimölö
Coin production was updated today at Fri Aug 4 17:03:18 EEST 2018 with new baseline. For CI related issues, you may create bug report as instructed in https://wiki.qt.io/Reporting_Bugs#Reporting_bugs_for_Coin and/or consult the internal #qtci IRC-channel. See change-list attached for related p

Re: [Development] JS Engine: callAsConstructor vs. virtualCallAsConstructor

2018-08-04 Thread Valery Kotov
Hello Lars, Got it. Thank you for the explanation! Just a small question to see that I got it correctly. Then virtuallCall means the same but for JavaScript function invocation, does not it? And if I would like to call a JS function from C++ I simply do functionObject->call (as before) and it wil