-
Updated
Jan 30, 2022 - C++
javascript-engine
Here are 63 public repositories matching this topic...
-
Updated
Feb 3, 2022 - C
-
Updated
Feb 6, 2022 - JavaScript
As Clippy warns, the RegExp structure in src/builtins/regexp/mod.rs has too many booleans (one for each flag). This is bad, because it might not get correctly optimised by the compiler. Ideally, we would want to use a bitflags structure such as the RegExpFlags one in https://github.com/boa-dev/boa/blob/60b7eb89340c2
-
Updated
Apr 6, 2021 - C
The README recommends adding ~/.jsvu
to the $PATH
. If you look at its contents, however:
▲ ~/ ls ~/.jsvu
. .. engines status.json v8
you'll see that I get the v8
binary (good!), but also I'm exposing status.json
and engines
to my $PATH
▲ ~/ engines
zsh: permission denied: engines
▲ ~/ status.json
zsh: permission deni
-
Updated
Jan 9, 2022 - C
-
Updated
Oct 14, 2021 - Go
right now, we have a bunch of warnings in Clippy. We could fix them gradually. And set up Clippy in Ci at last.
-
Updated
Oct 12, 2021 - C++
Replace copy_dir
copy_dir
is quite outdated and tends to introduce a duplicate dependency on walkdir
.
We can either ship a compressed version of the code, which is then uncompressed instead of copying the source directory.
Or switch to a different dependency like fs-extra
.
See libquickjs-sys/build.rs
.
-
Updated
Feb 7, 2022 - C#
-
Updated
Sep 14, 2021 - Pascal
-
Updated
Feb 4, 2022 - C++
-
Updated
Sep 17, 2021 - Python
-
Updated
Nov 22, 2021 - C#
-
Updated
Feb 7, 2022 - C
-
Updated
Jul 20, 2021 - Python
-
Updated
Aug 14, 2019 - C
-
Updated
Nov 18, 2021 - Kotlin
-
Updated
May 24, 2021 - C#
-
Updated
May 28, 2020 - Rust
-
Updated
Jun 28, 2018 - Java
-
Updated
Jun 28, 2020 - C#
-
Updated
Jan 17, 2022 - JavaScript
-
Updated
Aug 7, 2021 - C
-
Updated
Nov 26, 2021 - C
Improve this page
Add a description, image, and links to the javascript-engine topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the javascript-engine topic, visit your repo's landing page and select "manage topics."
the following poc cause a assertion failure in "debug" build on ubuntu.