Skip to content

mozjs-sys-v0.140.5-4: Fix OHOS define (#666)

Latest

Choose a tag to compare

@github-actions github-actions released this 25 Nov 07:16
dfae36e
* Fix OHOS define

Signed-off-by: Jonathan Schwender <[email protected]>

* Fix indentation

Signed-off-by: Jonathan Schwender <[email protected]>

* Avoid name collision by not importing header

Assertions .h is also included in `c` files, so using namespaces
is not an option to avoid the collision.
js::LogLevel, collides with the hilog LogLevel enum.

Signed-off-by: Jonathan Schwender <[email protected]>

* Fix vprintf impl

Signed-off-by: Jonathan Schwender <[email protected]>

* Update patches

Signed-off-by: Jonathan Schwender <[email protected]>

* Bump mozjs version

Signed-off-by: Jonathan Schwender <[email protected]>

* Completely inline function declaration

Signed-off-by: Jonathan Schwender <[email protected]>

* ohos: Add debug-mozjs ci configuration

Signed-off-by: Jonathan Schwender <[email protected]>

---------

Signed-off-by: Jonathan Schwender <[email protected]>