László Langó
László Langó
I tried to build ZJS for ESP32, but I ran into some issues. It looks like newlib is not supported by the Zephyr OS on ESP32. I've tried to edit...
The plan is to implement the platform dependent functions for each peripheral module to simulate the low level behavior. This way we can test the API of these modules. This...
`ecma_is_value_null` and `ecma_is_value_undefined `is used together in multiple places in the source code. It would nice to have a new `ecma_is_value_nullish` function to make the code simpler and more readable....