Péter Gál

Results 10 comments of Péter Gál

Thanks for the feedback! In the current master (not released yet) the `jerry_object_native_info_t` contains not just a free callback function pointer but information on additionally stored `jerry_value_t` entries (see example:...

It should be possible to use plain cmake. It seems that building the dll requires the default port to be built already (so it can be linked to it, based...

Side note on the following code: ``` jerry_value_t err_val = jerry_get_value_from_error(val, false); jerry_release_value(err_val); return err_val; ``` the release_value here will release the error object which you are returning. This seems...

Is it possible to trigger this issue with the v2.4.0 release? ( https://github.com/jerryscript-project/iotjs/pull/1966 ) I've tried to recreate the build issue: I've created a debian chroot with s390x cross compiler...

This does not build for me. AFAIK there were quite a few API changes.

I think a new jerry sync would be good. ATM I'm also checking the build issues and api changes. What I know at this point: that the external C method...

AFAIK the Jerry 2.3+ version was merged yesterday.

Hi @mark3072! I've recently tried to compile the iotjs to MIPS OpenWRT router. The main points were: * Correctly select the toolchain, which will be used during the build. In...

@mark3072 That's strange. I don't think it is related to the big/little endianness. Could you check what does the `buff1.toString()` returns? Also would it be possible to share your modifications...

I've tested on my openwrt build and there was no assert with the given example code. Small note: I've used an older iotjs build not the latest (~1.5 months old).