You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
* 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]>